diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-04-09 14:01:56 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-04-09 14:01:56 +0000 |
commit | b9c4104890f3e3cea4136e219944965bc3472040 (patch) | |
tree | 89b1a15d6adf5639d6a454a5c8204ef62158e6ac /net-mail | |
parent | Stable on ppc64 (diff) | |
download | historical-b9c4104890f3e3cea4136e219944965bc3472040.tar.gz historical-b9c4104890f3e3cea4136e219944965bc3472040.tar.bz2 historical-b9c4104890f3e3cea4136e219944965bc3472040.zip |
Version bump. Closes #88465.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/getmail/Manifest | 10 | ||||
-rw-r--r-- | net-mail/getmail/files/digest-getmail-4.3.6 | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.3.6.ebuild | 55 |
4 files changed, 68 insertions, 5 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index e240cfcb7f55..2b0cda319f3f 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.64 2005/04/06 14:20:07 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.65 2005/04/09 14:01:56 ticho Exp $ + +*getmail-4.3.6 (09 Apr 2005) + + 09 Apr 2005; Andrej Kacian <ticho@gentoo.org> +getmail-4.3.6.ebuild: + Version bump. Closes #88465, reported by Thomas Kirchner <gentoo@halffull.org>. *getmail-4.3.5 (06 Apr 2005) diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index 91f0cba722b5..58314982f249 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,19 +1,21 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 43e8f3fea4c39dbfa05f58f6c3b77684 ChangeLog 9144 +MD5 362f1d385d2b0483fede7a81a12682f3 ChangeLog 9328 +MD5 de5115b1ae499885ac96d8ca5193ec8c getmail-4.3.6.ebuild 1536 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 f1032dbafab697aba8d06ec5b098dd46 getmail-4.3.4.ebuild 1536 MD5 5e6cc744efa6c7b3a8e25a6a360c4c24 getmail-4.3.5.ebuild 1536 MD5 fdef5056f5957616e00845af65dca038 getmail-4.3.3.ebuild 1536 MD5 a76ebc67214c74977c6a6191b3c4362a files/python2.4-fix.patch 3119 MD5 c01dba72bb8ffcff4ba3d1307a83d7c9 files/digest-getmail-4.3.5 65 +MD5 a1b89b1b56a166aa875358170a4a8c22 files/digest-getmail-4.3.6 65 MD5 764ab11154c7919b1b4c9e3ba91d3c8d files/digest-getmail-4.3.3 65 MD5 ff20696bcca438d803e7db5eb143f566 files/digest-getmail-4.3.4 65 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCU/AtQlM6RnzZP+IRAql4AJ9Fa4tM5iVH3lW50UtPZtXYTjqwvACgj1ou -+49L1sL5kj7s7z1R/56wJJQ= -=lMsQ +iD4DBQFCV+DjQlM6RnzZP+IRAvNNAJUZGXChhaVhSUX8W/3W/wwOXWXbAJ994Dhr +35oYbaCROLC4kN0eUgmSqg== +=FLPj -----END PGP SIGNATURE----- diff --git a/net-mail/getmail/files/digest-getmail-4.3.6 b/net-mail/getmail/files/digest-getmail-4.3.6 new file mode 100644 index 000000000000..9125e9134710 --- /dev/null +++ b/net-mail/getmail/files/digest-getmail-4.3.6 @@ -0,0 +1 @@ +MD5 2e17b55d30ab13e6e5290487df5b5cdc getmail-4.3.6.tar.gz 132571 diff --git a/net-mail/getmail/getmail-4.3.6.ebuild b/net-mail/getmail/getmail-4.3.6.ebuild new file mode 100644 index 000000000000..0af3d26bcb72 --- /dev/null +++ b/net-mail/getmail/getmail-4.3.6.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.3.6.ebuild,v 1.1 2005/04/09 14:01:56 ticho Exp $ + +inherit distutils + +IUSE="" +DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" +HOMEPAGE="http://pyropus.ca/software/getmail/" +SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" + +SLOT="4" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" + +DEPEND=">=dev-lang/python-2.3.3" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/python2.4-fix.patch || die "epatch failed" +} + +src_compile() { + distutils_src_compile +} + +src_install() { + distutils_src_install + + if has_version "=net-mail/getmail-3*" ; then + mv ${D}/usr/bin/getmail ${D}/usr/bin/getmail4 + mv ${D}/usr/bin/getmail_maildir ${D}/usr/bin/getmail_maildir4 + mv ${D}/usr/bin/getmail_mbox ${D}/usr/bin/getmail_mbox4 + fi + + # handle docs the gentoo way + if [ ${P} != ${PF} ]; then + mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF} + fi + + dodir /usr/share/doc/${PF}/html + mv ${D}/usr/share/doc/${PF}/*.html ${D}/usr/share/doc/${PF}/*.css ${D}/usr/share/doc/${PF}/html + gzip --silent ${D}/usr/share/doc/${PF}/* +} + +pkg_postinst() { + if has_version "=net-mail/getmail-3*" ; then + echo + ewarn "An already installed instance of getmail v3 was detected. In order to" + ewarn "co-exist with it the three main scripts of getmail v4 were renamed to" + ewarn "getmail4, getmail_maildir4, getmail_mbox4." + echo + fi +} |