diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 13:53:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 13:53:52 +0000 |
commit | f4d07809319ac6e94a6f761b01a936c513bd5a50 (patch) | |
tree | 9edc2e26e656dcbc00885331102777707e359fce /net-dialup | |
parent | add missing ~hppa (Manifest recommit) (diff) | |
download | gentoo-2-f4d07809319ac6e94a6f761b01a936c513bd5a50.tar.gz gentoo-2-f4d07809319ac6e94a6f761b01a936c513bd5a50.tar.bz2 gentoo-2-f4d07809319ac6e94a6f761b01a936c513bd5a50.zip |
~hppa KEYWORDS
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/gnokii/gnokii-0.5.10.ebuild | 17 | ||||
-rw-r--r-- | net-dialup/gnokii/gnokii-0.6.0.ebuild | 19 | ||||
-rw-r--r-- | net-dialup/gnokii/gnokii-0.6.3.ebuild | 18 |
3 files changed, 20 insertions, 34 deletions
diff --git a/net-dialup/gnokii/gnokii-0.5.10.ebuild b/net-dialup/gnokii/gnokii-0.5.10.ebuild index cdfa4cb1010f..e6d9df2bdf99 100644 --- a/net-dialup/gnokii/gnokii-0.5.10.ebuild +++ b/net-dialup/gnokii/gnokii-0.5.10.ebuild @@ -1,44 +1,39 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.5.10.ebuild,v 1.5 2004/07/09 22:04:13 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.5.10.ebuild,v 1.6 2004/10/19 13:53:52 vapier Exp $ inherit eutils DESCRIPTION="a client that plugs into your handphone" +HOMEPAGE="http://www.gnokii.org/" SRC_URI="http://www.gnokii.org/download/${P}.tar.bz2" -HOMEPAGE="http://www.gnokii.org" -IUSE="nls X bluetooth irda" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" +IUSE="nls X bluetooth irda" RDEPEND="X? ( =x11-libs/gtk+-1.2* ) bluetooth? ( net-wireless/bluez-libs ) irda? ( virtual/os-headers )" - DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -MAKEOPTS="${MAKEOPTS} -j1" - src_unpack() { unpack ${A} EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-0.5.4-nounix98pty.patch } src_compile() { - local myconf - econf \ `use_enable nls` \ `use_with X x` \ --enable-security || die "configure failed" - emake || die "make failed" + emake -j1 || die "make failed" } -src_install () { +src_install() { make DESTDIR=${D} install || die "install failed" dodoc Docs/* diff --git a/net-dialup/gnokii/gnokii-0.6.0.ebuild b/net-dialup/gnokii/gnokii-0.6.0.ebuild index bbb7d4a2126a..f3aad226c809 100644 --- a/net-dialup/gnokii/gnokii-0.6.0.ebuild +++ b/net-dialup/gnokii/gnokii-0.6.0.ebuild @@ -1,44 +1,39 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.0.ebuild,v 1.5 2004/07/09 22:04:13 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.0.ebuild,v 1.6 2004/10/19 13:53:52 vapier Exp $ inherit eutils DESCRIPTION="a client that plugs into your handphone" +HOMEPAGE="http://www.gnokii.org/" SRC_URI="http://www.gnokii.org/download/${P}.tar.bz2" -HOMEPAGE="http://www.gnokii.org" -IUSE="nls X bluetooth irda" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls X bluetooth irda" RDEPEND="X? ( =x11-libs/gtk+-1.2* ) bluetooth? ( net-wireless/bluez-libs ) irda? ( virtual/os-headers )" - DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -MAKEOPTS="${MAKEOPTS} -j1" - src_unpack() { unpack ${A} EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-0.5.4-nounix98pty.patch } src_compile() { - local myconf - econf \ `use_enable nls` \ `use_with X x` \ --enable-security || die "configure failed" - emake || die "make failed" + emake -j1 || die "make failed" } -src_install () { +src_install() { make DESTDIR=${D} install || die "install failed" dodoc Docs/* diff --git a/net-dialup/gnokii/gnokii-0.6.3.ebuild b/net-dialup/gnokii/gnokii-0.6.3.ebuild index 2eb083f744d2..e61e35dae130 100644 --- a/net-dialup/gnokii/gnokii-0.6.3.ebuild +++ b/net-dialup/gnokii/gnokii-0.6.3.ebuild @@ -1,30 +1,26 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.3.ebuild,v 1.4 2004/10/17 09:37:47 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnokii/gnokii-0.6.3.ebuild,v 1.5 2004/10/19 13:53:52 vapier Exp $ inherit eutils -IUSE="nls X bluetooth irda sms postgres mysql" - DESCRIPTION="a client that plugs into your handphone" +HOMEPAGE="http://www.gnokii.org/" SRC_URI="http://www.gnokii.org/download/${P}.tar.bz2" -HOMEPAGE="http://www.gnokii.org" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="nls X bluetooth irda sms postgres mysql" RDEPEND="X? ( =x11-libs/gtk+-1.2* ) bluetooth? ( net-wireless/bluez-libs ) irda? ( virtual/os-headers ) sms? ( postgres? ( dev-db/postgresql ) mysql? ( dev-db/mysql ) )" - DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -MAKEOPTS="${MAKEOPTS} -j1" - src_unpack() { unpack ${A} @@ -39,7 +35,7 @@ src_compile() { `use_with X x` \ --enable-security || die "configure failed" - emake || die "make failed" + emake -j1 || die "make failed" if use sms then @@ -55,7 +51,7 @@ src_compile() { fi } -src_install () { +src_install() { einstall || die "make install failed" dodoc Docs/* |