diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:18:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:18:54 +0000 |
commit | d02be1b9c1be639b12f10ff78bdad0cc73508f2c (patch) | |
tree | ad9a5bef1f2a07905475841ab5b1e3d286c63231 /mail-client/elmo | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-d02be1b9c1be639b12f10ff78bdad0cc73508f2c.tar.gz gentoo-2-d02be1b9c1be639b12f10ff78bdad0cc73508f2c.tar.bz2 gentoo-2-d02be1b9c1be639b12f10ff78bdad0cc73508f2c.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'mail-client/elmo')
-rw-r--r-- | mail-client/elmo/elmo-0.5.ebuild | 5 | ||||
-rw-r--r-- | mail-client/elmo/elmo-0.6.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail-client/elmo/elmo-0.5.ebuild b/mail-client/elmo/elmo-0.5.ebuild index 1b9ae3410eda..41fa24b48edc 100644 --- a/mail-client/elmo/elmo-0.5.ebuild +++ b/mail-client/elmo/elmo-0.5.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/mail-client/elmo/elmo-0.5.ebuild,v 1.3 2004/07/01 19:48:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/elmo-0.5.ebuild,v 1.4 2004/07/14 16:16:40 agriffis Exp $ DESCRIPTION="Elmo: console email client" HOMEPAGE="http://elmo.sourceforge.net/" @@ -8,12 +8,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" SLOT="0" DEPEND="virtual/libc" -S=${WORKDIR}/${P} - src_compile() { econf || die emake || die diff --git a/mail-client/elmo/elmo-0.6.ebuild b/mail-client/elmo/elmo-0.6.ebuild index a86e18dea3f5..cb2f35ebc7d5 100644 --- a/mail-client/elmo/elmo-0.6.ebuild +++ b/mail-client/elmo/elmo-0.6.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/mail-client/elmo/elmo-0.6.ebuild,v 1.4 2004/07/01 19:48:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/elmo-0.6.ebuild,v 1.5 2004/07/14 16:16:40 agriffis Exp $ DESCRIPTION="Elmo: console email client" HOMEPAGE="http://elmo.sourceforge.net/" @@ -8,12 +8,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" +IUSE="" SLOT="0" DEPEND="virtual/libc" -S=${WORKDIR}/${P} - src_compile() { econf || die emake || die |