diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:52:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:52:10 +0000 |
commit | 4decb6421279dffa0ab3f19c8a4167a111484644 (patch) | |
tree | 9e47e994e907b9c976e83c5837319a63873cfcd6 /net-mail/mboxgrep | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-4decb6421279dffa0ab3f19c8a4167a111484644.tar.gz historical-4decb6421279dffa0ab3f19c8a4167a111484644.tar.bz2 historical-4decb6421279dffa0ab3f19c8a4167a111484644.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-mail/mboxgrep')
-rw-r--r-- | net-mail/mboxgrep/mboxgrep-0.7.3.ebuild | 4 | ||||
-rw-r--r-- | net-mail/mboxgrep/mboxgrep-0.7.9.ebuild | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild index 4b8acffd1b19..f00673c65116 100644 --- a/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild +++ b/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild,v 1.13 2004/07/01 22:32:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild,v 1.14 2004/07/15 01:51:14 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Grep for mbox files" SRC_URI="mirror://sourceforge/mboxgrep/${P}.tar.gz" HOMEPAGE="http://mboxgrep.sf.net" @@ -13,6 +12,7 @@ RDEPEND="$DEPEND" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc sparc" +IUSE="" src_compile() { ./configure \ diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild index 8ceca573ca54..2f1a8e31310e 100644 --- a/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild +++ b/net-mail/mboxgrep/mboxgrep-0.7.9.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-mail/mboxgrep/mboxgrep-0.7.9.ebuild,v 1.3 2004/07/01 22:32:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild,v 1.4 2004/07/15 01:51:14 agriffis Exp $ DESCRIPTION="Grep for mbox files" SRC_URI="mirror://sourceforge/mboxgrep/${P}.tar.gz" @@ -11,6 +11,7 @@ DEPEND="virtual/libc" SLOT="0" LICENSE="as-is" KEYWORDS="~x86 ~ppc ~sparc" +IUSE="" src_compile() { econf || die "./configure failed" |