diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-04-06 14:20:07 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-04-06 14:20:07 +0000 |
commit | 11f4cb8eff9494920a53a4478c4629e8dc01dfb5 (patch) | |
tree | deee941f4f34856ba54f51b8d112289f102e117c /net-mail | |
parent | Fixed when compiled with cairo-3. Thanks to Francisco José Cañizares Santof... (diff) | |
download | gentoo-2-11f4cb8eff9494920a53a4478c4629e8dc01dfb5.tar.gz gentoo-2-11f4cb8eff9494920a53a4478c4629e8dc01dfb5.tar.bz2 gentoo-2-11f4cb8eff9494920a53a4478c4629e8dc01dfb5.zip |
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/getmail/Manifest | 12 | ||||
-rw-r--r-- | net-mail/getmail/files/digest-getmail-4.3.5 | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.3.5.ebuild | 55 |
4 files changed, 64 insertions, 11 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 977b01b9ffd6..e240cfcb7f55 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.63 2005/03/30 23:30:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.64 2005/04/06 14:20:07 ticho Exp $ + +*getmail-4.3.5 (06 Apr 2005) + + 06 Apr 2005; Andrej Kacian <ticho@gentoo.org> +getmail-4.3.5.ebuild: + Version bump. 30 Mar 2005; Andrej Kacian <ticho@gentoo.org> -getmail-4.2.5.ebuild, -getmail-4.2.5-r1.ebuild, -getmail-4.2.6.ebuild, -getmail-4.3.0.ebuild, diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index 01a8c38fbc00..2abf70db2f01 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,17 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 50f3dbec8eaf31edd80fb286899367b0 ChangeLog 9026 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 f1032dbafab697aba8d06ec5b098dd46 getmail-4.3.4.ebuild 1536 +MD5 8fee19fbf02f45ea13aea39ec9efffb2 getmail-4.3.5.ebuild 1438 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 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) - -iD8DBQFCSzaDQlM6RnzZP+IRAo58AJ9g/DHDAOuPV9fge27R1aIfGFi6+ACgnpeG -SzbU5eM3tboEObrxJiZP5Io= -=Gyez ------END PGP SIGNATURE----- diff --git a/net-mail/getmail/files/digest-getmail-4.3.5 b/net-mail/getmail/files/digest-getmail-4.3.5 new file mode 100644 index 000000000000..cbccdca0cb6e --- /dev/null +++ b/net-mail/getmail/files/digest-getmail-4.3.5 @@ -0,0 +1 @@ +MD5 70d5d7bae43445f6d3a6b300d04346ca getmail-4.3.5.tar.gz 132747 diff --git a/net-mail/getmail/getmail-4.3.5.ebuild b/net-mail/getmail/getmail-4.3.5.ebuild new file mode 100644 index 000000000000..521593e7bb9e --- /dev/null +++ b/net-mail/getmail/getmail-4.3.5.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.5.ebuild,v 1.1 2005/04/06 14:20:07 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 +} |