diff options
author | Ioannis Aslanidis <deathwing00@gentoo.org> | 2009-03-20 16:55:24 +0000 |
---|---|---|
committer | Ioannis Aslanidis <deathwing00@gentoo.org> | 2009-03-20 16:55:24 +0000 |
commit | d93a02af70ddfc447b89e548011a16b7ba7043fa (patch) | |
tree | da8d380e2762eda681198eedcffefbb619843737 /net-mail/email | |
parent | Version bump. Ebuild enjoyed several fixes. (diff) | |
download | gentoo-2-d93a02af70ddfc447b89e548011a16b7ba7043fa.tar.gz gentoo-2-d93a02af70ddfc447b89e548011a16b7ba7043fa.tar.bz2 gentoo-2-d93a02af70ddfc447b89e548011a16b7ba7043fa.zip |
Fixed ebuild problems reported by repoman.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/email')
-rw-r--r-- | net-mail/email/email-2.5.0.ebuild | 9 | ||||
-rw-r--r-- | net-mail/email/email-3.0.5.ebuild | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net-mail/email/email-2.5.0.ebuild b/net-mail/email/email-2.5.0.ebuild index 4764b61bfbf5..7d798aab1d67 100644 --- a/net-mail/email/email-2.5.0.ebuild +++ b/net-mail/email/email-2.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.0.ebuild,v 1.6 2007/06/12 12:25:29 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.0.ebuild,v 1.7 2009/03/20 16:55:24 deathwing00 Exp $ DESCRIPTION="Advanced CLI tool for sending email." HOMEPAGE="http://email.cleancode.org" @@ -12,6 +12,7 @@ KEYWORDS="alpha amd64 x86" IUSE="" DEPEND="virtual/libc" +RDEPEND="${DEPEND}" src_compile() { local myconf="" @@ -34,11 +35,11 @@ src_compile() { src_install() { doman email.1 dodoc INSTALL quoted-printable.rfc RFC821 TODO - make DESTDIR=${D} install || die "install failed" + make DESTDIR="${D}" install || die "install failed" } pkg_preinst() { - rm ${D}/usr/share/doc/${P}/email.1 + rm "${D}"/usr/share/doc/"${P}"/email.1 } pkg_postinst() { diff --git a/net-mail/email/email-3.0.5.ebuild b/net-mail/email/email-3.0.5.ebuild index e41bc902a496..3b4694eb3708 100644 --- a/net-mail/email/email-3.0.5.ebuild +++ b/net-mail/email/email-3.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-3.0.5.ebuild,v 1.1 2008/06/10 18:48:17 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-3.0.5.ebuild,v 1.2 2009/03/20 16:55:24 deathwing00 Exp $ DESCRIPTION="Advanced CLI tool for sending email." HOMEPAGE="http://www.cleancode.org/projects/email" @@ -12,6 +12,7 @@ KEYWORDS="~alpha ~amd64 ~x86" IUSE="" DEPEND="virtual/libc" +RDEPEND="${DEPEND}" src_compile() { local myconf="" @@ -34,11 +35,11 @@ src_compile() { src_install() { doman email.1 dodoc INSTALL quoted-printable.rfc RFC821 TODO - make DESTDIR=${D} install || die "install failed" + make DESTDIR="${D}" install || die "install failed" } pkg_preinst() { - rm ${D}/usr/share/doc/${P}/email.1 + rm "${D}"/usr/share/doc/"${P}"/email.1 } pkg_postinst() { |