summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-10-14 21:05:06 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-10-14 21:05:06 +0000
commitfa2b471e72ff16b6744ab488158bec754045310f (patch)
tree1517134435d02200aaadc347eaca1d6b8ff49188 /net-mail
parentRemoved all ebuilds < 4.2.0. (#64643, #67344) (diff)
downloadhistorical-fa2b471e72ff16b6744ab488158bec754045310f.tar.gz
historical-fa2b471e72ff16b6744ab488158bec754045310f.tar.bz2
historical-fa2b471e72ff16b6744ab488158bec754045310f.zip
Version bump. Closes #67344.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/getmail/ChangeLog7
-rw-r--r--net-mail/getmail/Manifest10
-rw-r--r--net-mail/getmail/files/digest-getmail-4.2.21
-rw-r--r--net-mail/getmail/getmail-4.2.2.ebuild48
4 files changed, 61 insertions, 5 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog
index c7d5f46be3d6..8dafc0359ea9 100644
--- a/net-mail/getmail/ChangeLog
+++ b/net-mail/getmail/ChangeLog
@@ -1,6 +1,11 @@
# 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.34 2004/10/14 20:58:24 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.35 2004/10/14 21:05:06 ticho Exp $
+
+*getmail-4.2.2 (14 Oct 2004)
+
+ 14 Oct 2004; Andrej Kacian <ticho@gentoo.org> +getmail-4.2.2.ebuild:
+ Version bump. Closes #67344, reported by tove <bugs@veller.net>.
14 Oct 2004; Andrej Kacian <ticho@gentoo.org> -getmail-4.0.10.ebuild,
-getmail-4.0.2-r1.ebuild, -getmail-4.0.6.ebuild, -getmail-4.0.8.ebuild,
diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest
index 5160a1bec6ef..4cac9c41a7b9 100644
--- a/net-mail/getmail/Manifest
+++ b/net-mail/getmail/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 1f5468e9c076ddf01c582778ca839d0a ChangeLog 4782
+MD5 d281ba88ac805b0683cbe6b78c455e5c ChangeLog 4951
+MD5 c00f77256c45f52755d33e719d17fbcd getmail-4.2.2.ebuild 1460
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 5ca97f6566a7ebdc5f57cd183013a071 getmail-4.2.0.ebuild 1459
+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)
-iD8DBQFBbuh510xuJSrg3/sRApk2AJ9WxmEFv7H4GdvwELHZNA7NELPYeACeL8dJ
-QYpor5WbvBp5KbM8NV/2wQo=
-=Hysd
+iD8DBQFBbuos10xuJSrg3/sRAqQ1AJ45Xi3vJkjOU61V0KK32sg3suJ9HwCdE4IG
+KTmGgSHQMk00dhv7E9Dj+PY=
+=oT4n
-----END PGP SIGNATURE-----
diff --git a/net-mail/getmail/files/digest-getmail-4.2.2 b/net-mail/getmail/files/digest-getmail-4.2.2
new file mode 100644
index 000000000000..a32f49f20532
--- /dev/null
+++ b/net-mail/getmail/files/digest-getmail-4.2.2
@@ -0,0 +1 @@
+MD5 8a2e100a8c5912f0350dc70db55191d1 getmail-4.2.2.tar.gz 121093
diff --git a/net-mail/getmail/getmail-4.2.2.ebuild b/net-mail/getmail/getmail-4.2.2.ebuild
new file mode 100644
index 000000000000..8aa6048b4f7b
--- /dev/null
+++ b/net-mail/getmail/getmail-4.2.2.ebuild
@@ -0,0 +1,48 @@
+# 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.2.ebuild,v 1.1 2004/10/14 21:05:06 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
+}