diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-01-15 17:45:42 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-01-15 17:45:42 +0000 |
commit | ba1603d497713abf5b6c9f661e6e572e06508252 (patch) | |
tree | a37c7b619bdbf7139053fa08769584ec33bb6f02 /net-mail | |
parent | Add new package. (diff) | |
download | historical-ba1603d497713abf5b6c9f661e6e572e06508252.tar.gz historical-ba1603d497713abf5b6c9f661e6e572e06508252.tar.bz2 historical-ba1603d497713abf5b6c9f661e6e572e06508252.zip |
Version bump. Removed faulty 2.3.1.
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/email/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/email/Manifest | 13 | ||||
-rw-r--r-- | net-mail/email/email-2.3.2.ebuild (renamed from net-mail/email/email-2.3.1.ebuild) | 11 | ||||
-rw-r--r-- | net-mail/email/files/2.3.1-Makefile.patch | 15 | ||||
-rw-r--r-- | net-mail/email/files/digest-email-2.3.1 | 1 | ||||
-rw-r--r-- | net-mail/email/files/digest-email-2.3.2 | 1 |
6 files changed, 15 insertions, 34 deletions
diff --git a/net-mail/email/ChangeLog b/net-mail/email/ChangeLog index 3ad1b77ff69b..00a7a0250a8e 100644 --- a/net-mail/email/ChangeLog +++ b/net-mail/email/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/email # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.3 2005/01/15 01:17:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.4 2005/01/15 17:45:42 ticho Exp $ + +*email-2.3.2 (15 Jan 2005) + + 15 Jan 2005; Andrej Kacian <ticho@gentoo.org> -files/2.3.1-Makefile.patch, + -email-2.3.1.ebuild, +email-2.3.2.ebuild: + Version bump. Removed faulty 2.3.1 (upstream bug). *email-2.3.1 (15 Jan 2005) diff --git a/net-mail/email/Manifest b/net-mail/email/Manifest index 3d3eab1fe15d..6f9306d115cf 100644 --- a/net-mail/email/Manifest +++ b/net-mail/email/Manifest @@ -1,17 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 9ba8950cb7e2d174a00af6713dfc81bf ChangeLog 657 +MD5 7c2ab2acd071ecf3d671f323952ab0c6 ChangeLog 860 MD5 850ad3e7c3a77515ca7545c20870b45f metadata.xml 326 -MD5 600cd15a03a1d04e1816f024d73435a8 email-2.3.1.ebuild 1044 +MD5 c6330de1c7e9a7d720669ddb5e8adcc0 email-2.3.2.ebuild 931 MD5 8eedf4de603f1b16bdc17cb77aa834f0 email-2.3.0.ebuild 962 -MD5 455d0678e956e443f54fc11e43032ce1 files/digest-email-2.3.1 64 -MD5 80debdc54fb4686f83047cf827d64d3e files/2.3.1-Makefile.patch 609 +MD5 d8ffee20e1c04fcca266bed7dd3546ad files/digest-email-2.3.2 64 MD5 7d522f333c5db99952f0d5e4a7d3796e files/digest-email-2.3.0 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFB6G89QlM6RnzZP+IRAp8YAJwOOmGtSMFloz9VP5oJR1DP7PzA3QCfUGMu -Ms+oH0JpIsEH7xua+Ua7V7Y= -=9HVL +iD8DBQFB6VbPQlM6RnzZP+IRAl9PAJ9jzddhe3bRgQbgBWxOuuicUeCPHgCfUREh +QPPJrcxMrE9TtMOrPnDZFQ8= +=S2XI -----END PGP SIGNATURE----- diff --git a/net-mail/email/email-2.3.1.ebuild b/net-mail/email/email-2.3.2.ebuild index 7c2b5ff60a04..959726e42c42 100644 --- a/net-mail/email/email-2.3.1.ebuild +++ b/net-mail/email/email-2.3.2.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.3.1.ebuild,v 1.1 2005/01/15 01:17:40 ticho Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.3.2.ebuild,v 1.1 2005/01/15 17:45:42 ticho Exp $ DESCRIPTION="Advanced CLI tool for sending email." HOMEPAGE="http://email.cleancode.org" @@ -15,12 +13,6 @@ IUSE="" DEPEND="virtual/libc" -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-Makefile.patch -} - src_compile() { sed -i -e "s:/doc/email-\${version}:/share/doc:" configure sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf @@ -32,7 +24,6 @@ src_compile() { src_install() { doman email.1 dodoc INSTALL quoted-printable.rfc RFC821 TODO - dodir /usr/bin make DESTDIR=${D} install || die "install failed" } diff --git a/net-mail/email/files/2.3.1-Makefile.patch b/net-mail/email/files/2.3.1-Makefile.patch deleted file mode 100644 index 839d0a2c7ca3..000000000000 --- a/net-mail/email/files/2.3.1-Makefile.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- email-2.3.1/Makefile.in 2004-05-27 21:00:03.000000000 +0200 -+++ email-2.3.1-fixed/Makefile.in 2005-01-15 01:58:30.791131848 +0100 -@@ -19,9 +19,9 @@ - cd $(SRCDIR) && $(MAKE) - - install: -- ./install.sh --bindir $(bindir) --sysconfdir $(sysconfdir) \ -- --mandir $(mandir) --binext '$(bin_suffix)' --version "$(VERSION)" \ -- --docdir $(docdir) -+ ./install.sh --bindir $(DESTDIR)usr$(bindir) --sysconfdir $(DESTDIR)$(sysconfdir) \ -+ --mandir $(DESTDIR)$(mandir) --binext '$(bin_suffix)' --version "$(VERSION)" \ -+ --docdir $(DESTDIR)$(docdir) - - distclean: - cd $(SRCDIR) && $(MAKE) clean-all diff --git a/net-mail/email/files/digest-email-2.3.1 b/net-mail/email/files/digest-email-2.3.1 deleted file mode 100644 index 870dd79c2c02..000000000000 --- a/net-mail/email/files/digest-email-2.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6d9407c55e3447de279abb847452eeee email-2.3.1.tar.bz2 128914 diff --git a/net-mail/email/files/digest-email-2.3.2 b/net-mail/email/files/digest-email-2.3.2 new file mode 100644 index 000000000000..8901ae13788b --- /dev/null +++ b/net-mail/email/files/digest-email-2.3.2 @@ -0,0 +1 @@ +MD5 40095c845797c583e79758a8f4e317e3 email-2.3.2.tar.bz2 136474 |