summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mail/getmail/ChangeLog8
-rw-r--r--net-mail/getmail/Manifest10
-rw-r--r--net-mail/getmail/files/digest-getmail-4.3.01
-rw-r--r--net-mail/getmail/getmail-4.3.0.ebuild49
4 files changed, 63 insertions, 5 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog
index 5ceb56060ed2..5bf8f69d49a6 100644
--- a/net-mail/getmail/ChangeLog
+++ b/net-mail/getmail/ChangeLog
@@ -1,6 +1,12 @@
# 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.43 2005/01/09 16:58:21 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.44 2005/01/11 15:51:50 ticho Exp $
+
+*getmail-4.3.0 (11 Jan 2005)
+
+ 11 Jan 2005; Andrej Kacian <ticho@gentoo.org> +getmail-4.3.0.ebuild:
+ Version bump. Closes #77459, reported by Daniel Webert
+ <rockoo@rockoo.homelinux.org>.
*getmail-4.2.6 (09 Jan 2005)
diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest
index 9a127f38643a..2bc386d58005 100644
--- a/net-mail/getmail/Manifest
+++ b/net-mail/getmail/Manifest
@@ -1,10 +1,11 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 0e8ac8a9b7eeb2b04c36507df6169f5d ChangeLog 5972
+MD5 d2ee565546d6f5f629747dc31ed7f268 ChangeLog 6164
MD5 9e830882f4584351d636b4336ddcd2b4 getmail-4.2.2.ebuild 1457
MD5 78d65fa7987ea87e9b0e30adb50a1456 getmail-4.2.5.ebuild 1461
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
+MD5 65e064ba4134d614ae26d86a910b3793 getmail-4.3.0.ebuild 1461
MD5 c47530d6055fc18a08f8946cffe39409 getmail-4.2.4.ebuild 1461
MD5 9a89b3c964ef5316f9e20b12d1650083 getmail-4.2.0.ebuild 1455
MD5 8566132276d31c8a36e0a93aedc78c82 getmail-4.2.6.ebuild 1461
@@ -13,12 +14,13 @@ MD5 ea228df09117f6d0617365ff7c024398 files/digest-getmail-4.2.3 65
MD5 ff8ffca20907f92c1560cd57fc63bcce files/digest-getmail-4.2.6 65
MD5 703aa5a6a4ea209d4bb94bc43745e1dc files/digest-getmail-4.2.2 65
MD5 0a65dc470eb892234524c070a6163b04 files/digest-getmail-4.2.4 65
+MD5 479383244ba9dcf857062301ec83d5d8 files/digest-getmail-4.3.0 65
MD5 94d0d625767272d78892b2cde0e7b41d files/digest-getmail-4.2.5 65
MD5 5d6de052ec20bd1c9d1d50ae49bf41a4 files/digest-getmail-4.2.0 65
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFB4WLiQlM6RnzZP+IRAkCAAJ95QMUpQrKEpyG8jpIwhyOFlL7YmwCgrYi7
-BwDf42ifhv7KcRHReTgSX68=
-=1D3S
+iD8DBQFB4/YlQlM6RnzZP+IRApKyAJ0UFXNpG6Vx50Ef5sakkZWeEso3XgCfZ5tu
+tma9m7m5jQfYs/9ujMn161o=
+=EYMF
-----END PGP SIGNATURE-----
diff --git a/net-mail/getmail/files/digest-getmail-4.3.0 b/net-mail/getmail/files/digest-getmail-4.3.0
new file mode 100644
index 000000000000..1829b5a486de
--- /dev/null
+++ b/net-mail/getmail/files/digest-getmail-4.3.0
@@ -0,0 +1 @@
+MD5 32baf95f8291a66c5303518aa74dfd20 getmail-4.3.0.tar.gz 128803
diff --git a/net-mail/getmail/getmail-4.3.0.ebuild b/net-mail/getmail/getmail-4.3.0.ebuild
new file mode 100644
index 000000000000..f31169c75102
--- /dev/null
+++ b/net-mail/getmail/getmail-4.3.0.ebuild
@@ -0,0 +1,49 @@
+# 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.0.ebuild,v 1.1 2005/01/11 15:51:50 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
+}