diff options
author | 2004-11-23 15:10:02 +0000 | |
---|---|---|
committer | 2004-11-23 15:10:02 +0000 | |
commit | 3936303b2a2cf4824c98bc916a0cdca285436c14 (patch) | |
tree | 27165cac01dee1eb2ba521c44aa3f08410e0caa8 /net-mail/getmail | |
parent | QA: fixed IUSE (diff) | |
download | historical-3936303b2a2cf4824c98bc916a0cdca285436c14.tar.gz historical-3936303b2a2cf4824c98bc916a0cdca285436c14.tar.bz2 historical-3936303b2a2cf4824c98bc916a0cdca285436c14.zip |
Version bump. Closes #72222.
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/getmail/Manifest | 10 | ||||
-rw-r--r-- | net-mail/getmail/files/digest-getmail-4.2.4 | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.2.4.ebuild | 49 |
4 files changed, 63 insertions, 5 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 44f650ff4ee2..91156a526fd7 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.36 2004/11/20 14:41:18 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.37 2004/11/23 15:10:02 ticho Exp $ + +*getmail-4.2.4 (23 Nov 2004) + + 23 Nov 2004; Andrej Kacian <ticho@gentoo.org> +getmail-4.2.4.ebuild: + Version bump. Closes #72222, reported by Daniel Webert + <rockoo@rockoo.homelinux.org>. *getmail-4.2.3 (20 Nov 2004) diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index c6b4555c5b65..add6aad2fd78 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,18 +1,20 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b439d5cc2c4faeb490677901bbbe2185 ChangeLog 5143 +MD5 799679c57d14c672da7e8e888432d49e ChangeLog 5335 MD5 c00f77256c45f52755d33e719d17fbcd getmail-4.2.2.ebuild 1460 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 +MD5 b4d3150ca7fc5942d97a0133edce5f43 getmail-4.2.4.ebuild 1461 MD5 5ca97f6566a7ebdc5f57cd183013a071 getmail-4.2.0.ebuild 1459 MD5 a58146dab87f7b713566cff6e0a23938 getmail-4.2.3.ebuild 1461 MD5 ea228df09117f6d0617365ff7c024398 files/digest-getmail-4.2.3 65 MD5 703aa5a6a4ea209d4bb94bc43745e1dc files/digest-getmail-4.2.2 65 +MD5 0a65dc470eb892234524c070a6163b04 files/digest-getmail-4.2.4 65 MD5 5d6de052ec20bd1c9d1d50ae49bf41a4 files/digest-getmail-4.2.0 65 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBn1e210xuJSrg3/sRAt+eAJ9UPo7wOG7s9Mbjpm0OQiJ7RwKeIgCfaKRL -MQ8G7lZVDSDBoK430RqXUBY= -=yQvn +iD8DBQFBo1L+10xuJSrg3/sRAq9GAJ9M7lK5/T/LkJ7KEMqizsa7Pm+0DgCffPJr +vqqFjfkqquCDt79JsWWGxQM= +=iL8X -----END PGP SIGNATURE----- diff --git a/net-mail/getmail/files/digest-getmail-4.2.4 b/net-mail/getmail/files/digest-getmail-4.2.4 new file mode 100644 index 000000000000..0670b689cbde --- /dev/null +++ b/net-mail/getmail/files/digest-getmail-4.2.4 @@ -0,0 +1 @@ +MD5 547d9aac33446bccb6fda55ce9f42e80 getmail-4.2.4.tar.gz 122746 diff --git a/net-mail/getmail/getmail-4.2.4.ebuild b/net-mail/getmail/getmail-4.2.4.ebuild new file mode 100644 index 000000000000..9a8cf667408f --- /dev/null +++ b/net-mail/getmail/getmail-4.2.4.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.2.4.ebuild,v 1.1 2004/11/23 15:10:02 ticho Exp $ + +inherit distutils + +IUSE="" +DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" +HOMEPAGE="http://www.qcc.ca/~charlesc/software/getmail-4/" +SRC_URI="http://www.qcc.ca/~charlesc/software/getmail-4/old-versions/${P}.tar.gz" + +SLOT="4" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" + +DEPEND=">=dev-lang/python-2.3.3" + +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 + + mkdir ${D}/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 +} |