diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:26:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:26:22 +0000 |
commit | 617d03692017342634435818c7a9ec9d92a8c154 (patch) | |
tree | 20917f34385316a96129a3d0fc92cda140595a80 /mail-client | |
parent | sync IUSE (+mbox) (Manifest recommit) (diff) | |
download | gentoo-2-617d03692017342634435818c7a9ec9d92a8c154.tar.gz gentoo-2-617d03692017342634435818c7a9ec9d92a8c154.tar.bz2 gentoo-2-617d03692017342634435818c7a9ec9d92a8c154.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/nmh/nmh-1.0.4-r2.ebuild | 5 | ||||
-rw-r--r-- | mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild | 6 | ||||
-rw-r--r-- | mail-client/pinepgp/pinepgp-0.18.0.ebuild | 6 |
3 files changed, 6 insertions, 11 deletions
diff --git a/mail-client/nmh/nmh-1.0.4-r2.ebuild b/mail-client/nmh/nmh-1.0.4-r2.ebuild index 7718c9ee3da7..a4a139871c76 100644 --- a/mail-client/nmh/nmh-1.0.4-r2.ebuild +++ b/mail-client/nmh/nmh-1.0.4-r2.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/mail-client/nmh/nmh-1.0.4-r2.ebuild,v 1.4 2004/07/01 19:49:37 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/nmh/nmh-1.0.4-r2.ebuild,v 1.5 2004/07/14 16:24:43 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="New MH mail reader" SRC_URI="ftp://ftp.mhost.com/pub/nmh/${P}.tar.gz" HOMEPAGE="http://www.mhost.com/nmh/" @@ -10,6 +9,7 @@ HOMEPAGE="http://www.mhost.com/nmh/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc ~ppc" +IUSE="" DEPEND="virtual/libc =sys-libs/db-1.85* @@ -57,4 +57,3 @@ src_install() { dodoc COMPLETION-TCSH COMPLETION-ZSH TODO FAQ DIFFERENCES \ MAIL.FILTERING Changelog* COPYRIGHT } - diff --git a/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild b/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild index dfef17035346..daba1fcee366 100644 --- a/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild +++ b/mail-client/pinepgp/pinepgp-0.18.0-r1.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/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.4 2004/06/24 22:17:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.5 2004/07/14 16:26:22 agriffis Exp $ DESCRIPTION="Use GPG/PGP with Pine" HOMEPAGE="http://www.megaloman.com/~hany/software/pinepgp/" @@ -8,11 +8,10 @@ SRC_URI="http://www.megaloman.com/~hany/_data/pinepgp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="mail-client/pine app-crypt/gnupg" -S="${WORKDIR}/${P}" - src_compile() { econf || die "configure problem" emake || die "compile problem" @@ -22,4 +21,3 @@ src_install() { make DESTDIR=${D} install || die "install problem" dodoc ChangeLog COPYING README } - diff --git a/mail-client/pinepgp/pinepgp-0.18.0.ebuild b/mail-client/pinepgp/pinepgp-0.18.0.ebuild index 80fdf5c92614..65303a5cd5c1 100644 --- a/mail-client/pinepgp/pinepgp-0.18.0.ebuild +++ b/mail-client/pinepgp/pinepgp-0.18.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/mail-client/pinepgp/pinepgp-0.18.0.ebuild,v 1.3 2004/06/24 22:17:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/pinepgp/pinepgp-0.18.0.ebuild,v 1.4 2004/07/14 16:26:22 agriffis Exp $ DESCRIPTION="Use GPG/PGP with Pine" HOMEPAGE="http://www.megaloman.com/~hany/software/pinepgp/" @@ -8,11 +8,10 @@ SRC_URI="http://www.megaloman.com/~hany/_data/pinepgp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" +IUSE="" DEPEND="mail-client/pine app-crypt/gnupg" -S="${WORKDIR}/${P}" - src_compile() { econf || die "configure problem" emake || die "compile problem" @@ -23,4 +22,3 @@ src_install() { dobin pinegpg pinepgpgpg-install dodoc ChangeLog COPYING README } - |