diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-03 14:36:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-03 14:36:18 +0000 |
commit | 12f58d012ed0121f5a0f879fba3321a12680e127 (patch) | |
tree | bca6931104e17ee049e2b8accb475b309c2542e9 /net-mail/smtptools | |
parent | make.defaults: STAGE1_USE="nptl -nptlonly" removed as it conflicts with manag... (diff) | |
download | historical-12f58d012ed0121f5a0f879fba3321a12680e127.tar.gz historical-12f58d012ed0121f5a0f879fba3321a12680e127.tar.bz2 historical-12f58d012ed0121f5a0f879fba3321a12680e127.zip |
cleanup
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'net-mail/smtptools')
-rw-r--r-- | net-mail/smtptools/Manifest | 12 | ||||
-rw-r--r-- | net-mail/smtptools/smtptools-0.2.3.ebuild | 25 |
2 files changed, 11 insertions, 26 deletions
diff --git a/net-mail/smtptools/Manifest b/net-mail/smtptools/Manifest index a886509ad159..ddf29af69b25 100644 --- a/net-mail/smtptools/Manifest +++ b/net-mail/smtptools/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 d700f490627e992861947c08896ec0fa ChangeLog 516 -MD5 2e0d4cbfdf06d41264e694b197110239 smtptools-0.2.3.ebuild 730 MD5 76d3681a949c983c4790bcd7e89d77bc metadata.xml 254 +MD5 0c856e6bee267a6a26560dd34e34fdbd smtptools-0.2.3.ebuild 632 MD5 b9039ecb54e23c7820331c02902fa2a0 files/digest-smtptools-0.2.3 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBviSqQlM6RnzZP+IRAoq4AJwJjdPyQt49GEFYjt390P7bDV1QNACgwYPI -HeRtjU7y6RYZgXhuBYku/g8= -=yj2f ------END PGP SIGNATURE----- diff --git a/net-mail/smtptools/smtptools-0.2.3.ebuild b/net-mail/smtptools/smtptools-0.2.3.ebuild index dc67c722c9f8..10c6bb9f0f10 100644 --- a/net-mail/smtptools/smtptools-0.2.3.ebuild +++ b/net-mail/smtptools/smtptools-0.2.3.ebuild @@ -1,25 +1,20 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/smtptools/smtptools-0.2.3.ebuild,v 1.2 2004/12/13 23:24:16 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/smtptools/smtptools-0.2.3.ebuild,v 1.3 2005/03/03 14:36:18 vapier Exp $ DESCRIPTION="A collection of tools to send or receive mails with SMTP" -SRC_URI="ftp://ftp.ohse.de/uwe/releases/${P}.tar.gz" HOMEPAGE="http://www.ohse.de/uwe/software/${PN}.html" +SRC_URI="ftp://ftp.ohse.de/uwe/releases/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +SLOT="0" +KEYWORDS="amd64 x86" IUSE="" -DEPEND="virtual/libc" - -src_compile() { - econf || die "configure failed" - emake || die "emake failed" -} +DEPEND="" -src_install () { - make DESTDIR=${D} install || die "Installer failed" - dodoc AUTHORS COPYING README README.cvs README.smtpblast \ - README.tomaildir README.usmtpd TODO +src_install() { + make DESTDIR="${D}" install || die "Installer failed" + dodoc AUTHORS README README.cvs README.smtpblast \ + README.tomaildir README.usmtpd TODO } |