diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:54:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:54:04 +0000 |
commit | 898290a3074f308c18aebabbd027a637f03fa646 (patch) | |
tree | c6530825fb1804e94ec30eb94bbb3323d25271a0 /net-dialup | |
parent | sync IUSE (+jikes) (diff) | |
download | historical-898290a3074f308c18aebabbd027a637f03fa646.tar.gz historical-898290a3074f308c18aebabbd027a637f03fa646.tar.bz2 historical-898290a3074f308c18aebabbd027a637f03fa646.zip |
sync IUSE (+ssl), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/gammu/gammu-0.94.4.ebuild | 5 | ||||
-rw-r--r-- | net-dialup/gammu/gammu-0.95.0.ebuild | 5 | ||||
-rw-r--r-- | net-dialup/gammu/gammu-0.96.0.ebuild | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/net-dialup/gammu/gammu-0.94.4.ebuild b/net-dialup/gammu/gammu-0.94.4.ebuild index 56835bdeda1b..157d3a831254 100644 --- a/net-dialup/gammu/gammu-0.94.4.ebuild +++ b/net-dialup/gammu/gammu-0.94.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.94.4.ebuild,v 1.4 2004/07/09 22:02:43 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.94.4.ebuild,v 1.5 2004/07/14 22:54:04 agriffis Exp $ inherit eutils @@ -8,11 +8,10 @@ DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" SRC_URI="http://www.mwiacek.com/zips/gsm/gammu/older/${P}.tar.gz" HOMEPAGE="http://www.mwiacek.com/gsm/gammu/gammu.html" -IUSE="nls bluetooth irda mysql" +IUSE="bluetooth irda mysql nls ssl" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" -S=$WORKDIR/${P} RDEPEND="irda? ( virtual/os-headers ) mysql? ( dev-db/mysql ) diff --git a/net-dialup/gammu/gammu-0.95.0.ebuild b/net-dialup/gammu/gammu-0.95.0.ebuild index e1d3dd946a07..3b239bb0a6ea 100644 --- a/net-dialup/gammu/gammu-0.95.0.ebuild +++ b/net-dialup/gammu/gammu-0.95.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.95.0.ebuild,v 1.3 2004/07/09 22:02:43 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.95.0.ebuild,v 1.4 2004/07/14 22:54:04 agriffis Exp $ inherit eutils @@ -8,11 +8,10 @@ DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" SRC_URI="http://www.mwiacek.com/zips/gsm/gammu/older/${P}.tar.gz" HOMEPAGE="http://www.mwiacek.com/gsm/gammu/gammu.html" -IUSE="nls bluetooth irda mysql" +IUSE="bluetooth irda mysql nls ssl" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" -S=$WORKDIR/${P} RDEPEND="irda? ( virtual/os-headers ) mysql? ( dev-db/mysql ) diff --git a/net-dialup/gammu/gammu-0.96.0.ebuild b/net-dialup/gammu/gammu-0.96.0.ebuild index 9b2ca12c0ff5..21e77f82d165 100644 --- a/net-dialup/gammu/gammu-0.96.0.ebuild +++ b/net-dialup/gammu/gammu-0.96.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.96.0.ebuild,v 1.3 2004/07/09 22:02:43 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gammu/gammu-0.96.0.ebuild,v 1.4 2004/07/14 22:54:04 agriffis Exp $ inherit eutils @@ -8,11 +8,10 @@ DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" SRC_URI="http://www.mwiacek.com/zips/gsm/gammu/older/${P}.tar.gz" HOMEPAGE="http://www.mwiacek.com/gsm/gammu/gammu.html" -IUSE="nls bluetooth irda mysql" +IUSE="bluetooth irda mysql nls ssl" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" -S=$WORKDIR/${P} RDEPEND="irda? ( virtual/os-headers ) mysql? ( dev-db/mysql ) |