diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-11-02 15:44:56 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-11-02 15:44:56 +0000 |
commit | 2ec307585ad39e64f7130c72d678b3b6e5f7a86d (patch) | |
tree | 17c9e0ebd88a7bfe7ff1abf67bf08831c911ba26 /net-mail | |
parent | change the patchver to 0.2 -- it was dev error indeed on my part for not upda... (diff) | |
download | historical-2ec307585ad39e64f7130c72d678b3b6e5f7a86d.tar.gz historical-2ec307585ad39e64f7130c72d678b3b6e5f7a86d.tar.bz2 historical-2ec307585ad39e64f7130c72d678b3b6e5f7a86d.zip |
Version bump.
Package-Manager: portage-2.0.53_rc7
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.14 | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.3.14.ebuild | 65 |
4 files changed, 78 insertions, 5 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 0ec6107b3ebf..306925c6acf9 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.93 2005/10/15 16:54:08 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.94 2005/11/02 15:44:56 ticho Exp $ + +*getmail-4.3.14 (02 Nov 2005) + + 02 Nov 2005; Andrej Kacian <ticho@gentoo.org> +getmail-4.3.14.ebuild: + Version bump. *getmail-4.3.13 (15 Oct 2005) diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index b9e6b5bc14e0..0aa7a9a2352e 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,18 +1,20 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 df00c26c787d8cb63edf208b84462ac1 ChangeLog 12437 +MD5 83c4f94ec8784a691a3237de894bcc3c ChangeLog 12557 MD5 86240c0d474cc541504969f938a0e7f2 files/digest-getmail-4.3.11 66 MD5 0e00d2f84aaec37e2d43c04266dd30b5 files/digest-getmail-4.3.12 66 MD5 b63699b651ca8b635fe4f0c65ff1e5e3 files/digest-getmail-4.3.13 66 +MD5 d416765253f23a5b4cfce084ddf4de6e files/digest-getmail-4.3.14 66 MD5 791dcd5fcb91b0c678d5d48fdd66cfc3 getmail-4.3.11.ebuild 1574 MD5 34a7028bbf7006efd607a026ada3a2dc getmail-4.3.12.ebuild 1721 MD5 cfb2c74132df083a41c71d98ed717223 getmail-4.3.13.ebuild 1721 +MD5 d065dc93b43fefb1a71d3ccc51bfe5c6 getmail-4.3.14.ebuild 1721 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDUTRMQlM6RnzZP+IRAlIVAJ9xqsFsW2qs3sQza2yagEZzrjfjfQCfQ8VB -QjEEFsdMAjQI7aFVyTtgxuk= -=cmI/ +iD8DBQFDaN8OQlM6RnzZP+IRAhIxAJ9KsbfzNTgN5S/4dLaDa0XtEpC5EwCdG3ws +7G+/bJblmULaB+VKggcIF2U= +=q8EA -----END PGP SIGNATURE----- diff --git a/net-mail/getmail/files/digest-getmail-4.3.14 b/net-mail/getmail/files/digest-getmail-4.3.14 new file mode 100644 index 000000000000..4564077596b9 --- /dev/null +++ b/net-mail/getmail/files/digest-getmail-4.3.14 @@ -0,0 +1 @@ +MD5 ce82e44c8076e95c402a524efd7ca011 getmail-4.3.14.tar.gz 134425 diff --git a/net-mail/getmail/getmail-4.3.14.ebuild b/net-mail/getmail/getmail-4.3.14.ebuild new file mode 100644 index 000000000000..b39ce7a21343 --- /dev/null +++ b/net-mail/getmail/getmail-4.3.14.ebuild @@ -0,0 +1,65 @@ +# 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.14.ebuild,v 1.1 2005/11/02 15:44: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="~alpha ~amd64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-lang/python-2.3.3" + +src_unpack() { + unpack ${A} + cd ${S} + if has_version "=dev-lang/python-2.4*" ; then + sed -i -e "s:strict=False::" getmailcore/message.py + fi +} + +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() { + python_version + python_mod_optimize /usr/lib/python${PYVER}/site-packages/getmailcore + + 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 +} + +pkg_postrm() { + python_version + python_mod_cleanup +} |