diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-11-20 14:41:18 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-11-20 14:41:18 +0000 |
commit | 0f203489b808fa00d266d74f0f363b8d4b726043 (patch) | |
tree | 6018e0c65931265205695bc6cf5d990af6e42bd9 /net-mail | |
parent | Initial import. Closes #68197. (diff) | |
download | historical-0f203489b808fa00d266d74f0f363b8d4b726043.tar.gz historical-0f203489b808fa00d266d74f0f363b8d4b726043.tar.bz2 historical-0f203489b808fa00d266d74f0f363b8d4b726043.zip |
Version bump. Closes #71829.
Diffstat (limited to 'net-mail')
-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.3 | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.2.3.ebuild | 49 |
4 files changed, 63 insertions, 5 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 8dafc0359ea9..44f650ff4ee2 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.35 2004/10/14 21:05:06 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.36 2004/11/20 14:41:18 ticho Exp $ + +*getmail-4.2.3 (20 Nov 2004) + + 20 Nov 2004; Andrej Kacian <ticho@gentoo.org> +getmail-4.2.3.ebuild: + Version bump. Closes #71829, reported by Daniel Webert + <rockoo@rockoo.homelinux.org>. *getmail-4.2.2 (14 Oct 2004) diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index 4cac9c41a7b9..c6b4555c5b65 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 d281ba88ac805b0683cbe6b78c455e5c ChangeLog 4951 +MD5 b439d5cc2c4faeb490677901bbbe2185 ChangeLog 5143 MD5 c00f77256c45f52755d33e719d17fbcd getmail-4.2.2.ebuild 1460 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 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 5d6de052ec20bd1c9d1d50ae49bf41a4 files/digest-getmail-4.2.0 65 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBbuos10xuJSrg3/sRAqQ1AJ45Xi3vJkjOU61V0KK32sg3suJ9HwCdE4IG -KTmGgSHQMk00dhv7E9Dj+PY= -=oT4n +iD8DBQFBn1e210xuJSrg3/sRAt+eAJ9UPo7wOG7s9Mbjpm0OQiJ7RwKeIgCfaKRL +MQ8G7lZVDSDBoK430RqXUBY= +=yQvn -----END PGP SIGNATURE----- diff --git a/net-mail/getmail/files/digest-getmail-4.2.3 b/net-mail/getmail/files/digest-getmail-4.2.3 new file mode 100644 index 000000000000..155bb5295475 --- /dev/null +++ b/net-mail/getmail/files/digest-getmail-4.2.3 @@ -0,0 +1 @@ +MD5 d3e78ee07cfcd6280f8d06e963aedec5 getmail-4.2.3.tar.gz 122061 diff --git a/net-mail/getmail/getmail-4.2.3.ebuild b/net-mail/getmail/getmail-4.2.3.ebuild new file mode 100644 index 000000000000..2ee3f1cad64d --- /dev/null +++ b/net-mail/getmail/getmail-4.2.3.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.3.ebuild,v 1.1 2004/11/20 14:41:18 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 +} |