summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-08-04 22:12:36 +0000
committerTom Martin <slarti@gentoo.org>2004-08-04 22:12:36 +0000
commit1b83ef88a225bfac2ded2043f4c5b1446f96c903 (patch)
treebff972c51f76230afef39c72629d570aa8e995a1 /net-mail
parentAdded a patch for the CAN-2004-0415 vulnerability, bug #59378. (diff)
downloadhistorical-1b83ef88a225bfac2ded2043f4c5b1446f96c903.tar.gz
historical-1b83ef88a225bfac2ded2043f4c5b1446f96c903.tar.bz2
historical-1b83ef88a225bfac2ded2043f4c5b1446f96c903.zip
Version bump, 4.0.2 -> 4.0.6. Resolves #59440.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/getmail/ChangeLog6
-rw-r--r--net-mail/getmail/Manifest14
-rw-r--r--net-mail/getmail/files/digest-getmail-4.0.61
-rw-r--r--net-mail/getmail/getmail-4.0.6.ebuild44
4 files changed, 53 insertions, 12 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog
index fd8c546db7c4..4261090dbf07 100644
--- a/net-mail/getmail/ChangeLog
+++ b/net-mail/getmail/ChangeLog
@@ -1,6 +1,10 @@
# 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.16 2004/08/02 17:42:10 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.17 2004/08/04 22:12:36 slarti Exp $
+
+ 04 Aug 2004; Tom Martin <slarti@gentoo.org> :
+ Version bump, thanks to Martin KlaffenBöck <martin.klaffenboeck@gmx.de> for
+ reporting. Resolves bug #59400.
*getmail-4.0.2-r1 (02 Aug 2004)
diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest
index 846b2c5b1732..bb3aae55c3e7 100644
--- a/net-mail/getmail/Manifest
+++ b/net-mail/getmail/Manifest
@@ -1,20 +1,12 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 df4d554b38d71a5dd6ff8193fcbb54be getmail-4.0.6.ebuild 1413
MD5 821f8506642ad867a99f337be131eaa0 getmail-3.2.4.ebuild 941
MD5 40fa089fe8eaa04a4acb613dbe571b56 getmail-3.2.1.ebuild 940
MD5 dd1fdd7c80d518711b1fde2a6784ee99 getmail-4.0.2-r1.ebuild 1406
-MD5 f3f2eb576371ace8d5b0787e6b821b2e ChangeLog 1982
+MD5 6b8c0c9e0e67b98071ebddcc4b70b2cf ChangeLog 2140
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 87d126cb233d900a20274ee09c8cf904 getmail-3.1.7.ebuild 930
MD5 84bd6cedb9212fef5bc6ffb6c653736c files/digest-getmail-4.0.2-r1 65
MD5 caec3387c9daa726c3e2a68ae906e5ba files/digest-getmail-3.1.7 64
MD5 02e47482585d06da914552e487232ceb files/digest-getmail-3.2.1 64
MD5 998916c10355bce7b9a852cd17a7fc9e files/digest-getmail-3.2.4 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBDn2K5FrxP71izLARAjB8AJ9MvQHFoT4VPElJGcNUdeG3wM+TqgCgsgW8
-4NUGdiPYtjisrRFegil6Y2M=
-=JOAM
------END PGP SIGNATURE-----
+MD5 64c5ee686032d37be077b5d3899e7aea files/digest-getmail-4.0.6 65
diff --git a/net-mail/getmail/files/digest-getmail-4.0.6 b/net-mail/getmail/files/digest-getmail-4.0.6
new file mode 100644
index 000000000000..95ab31007795
--- /dev/null
+++ b/net-mail/getmail/files/digest-getmail-4.0.6
@@ -0,0 +1 @@
+MD5 d899baa639e864ca24579f944c24ae30 getmail-4.0.6.tar.gz 103082
diff --git a/net-mail/getmail/getmail-4.0.6.ebuild b/net-mail/getmail/getmail-4.0.6.ebuild
new file mode 100644
index 000000000000..9303962fcdec
--- /dev/null
+++ b/net-mail/getmail/getmail-4.0.6.ebuild
@@ -0,0 +1,44 @@
+# 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.0.6.ebuild,v 1.1 2004/08/04 22:12:36 slarti 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() {
+ python setup.py install --prefix=${D}/usr --install-data=${D}/usr/share
+
+ 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
+ mkdir ${D}/usr/share/doc/${P}/html
+ mv ${D}/usr/share/doc/${P}/*.html ${D}/usr/share/doc/${P}/*.css ${D}/usr/share/doc/${P}/html
+ gzip -q ${D}/usr/share/doc/${P}/*
+}
+
+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
+}