summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-02-21 14:35:44 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-02-21 14:35:44 +0000
commit889d1c21f1abdc23a9fbd347aa17e14c9f1b3644 (patch)
treec6084dea3de6e711fcf9a0fe77b511ba344f27eb /net-mail/getmail
parentStable on ppc-macos. (diff)
downloadgentoo-2-889d1c21f1abdc23a9fbd347aa17e14c9f1b3644.tar.gz
gentoo-2-889d1c21f1abdc23a9fbd347aa17e14c9f1b3644.tar.bz2
gentoo-2-889d1c21f1abdc23a9fbd347aa17e14c9f1b3644.zip
Version bump.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-mail/getmail')
-rw-r--r--net-mail/getmail/ChangeLog7
-rw-r--r--net-mail/getmail/files/digest-getmail-4.3.31
-rw-r--r--net-mail/getmail/getmail-4.2.5.ebuild4
-rw-r--r--net-mail/getmail/getmail-4.3.3.ebuild55
4 files changed, 64 insertions, 3 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog
index 8a6ff403e470..863508cadb3a 100644
--- a/net-mail/getmail/ChangeLog
+++ b/net-mail/getmail/ChangeLog
@@ -1,6 +1,11 @@
# 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.55 2005/02/17 18:17:07 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.56 2005/02/21 14:35:44 ticho Exp $
+
+*getmail-4.3.3 (21 Feb 2005)
+
+ 21 Feb 2005; Andrej Kacian <ticho@gentoo.org> +getmail-4.3.3.ebuild:
+ Version bump.
17 Feb 2005; Andrej Kacian <ticho@gentoo.org> getmail-4.2.5-r1.ebuild,
getmail-4.2.5.ebuild, getmail-4.2.6.ebuild, getmail-4.3.0.ebuild,
diff --git a/net-mail/getmail/files/digest-getmail-4.3.3 b/net-mail/getmail/files/digest-getmail-4.3.3
new file mode 100644
index 000000000000..403dd934b9db
--- /dev/null
+++ b/net-mail/getmail/files/digest-getmail-4.3.3
@@ -0,0 +1 @@
+MD5 7208be5ab5f2db96a9f3dc1a8de45967 getmail-4.3.3.tar.gz 132782
diff --git a/net-mail/getmail/getmail-4.2.5.ebuild b/net-mail/getmail/getmail-4.2.5.ebuild
index 705e96b05880..214f91eb6a14 100644
--- a/net-mail/getmail/getmail-4.2.5.ebuild
+++ b/net-mail/getmail/getmail-4.2.5.ebuild
@@ -1,6 +1,6 @@
# 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.2.5.ebuild,v 1.9 2005/02/17 18:17:07 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.2.5.ebuild,v 1.10 2005/02/21 14:35:44 ticho Exp $
inherit distutils
@@ -11,7 +11,7 @@ SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"
SLOT="4"
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc sparc alpha amd64"
+KEYWORDS="x86 ppc sparc alpha amd64"
DEPEND=">=dev-lang/python-2.3.3"
diff --git a/net-mail/getmail/getmail-4.3.3.ebuild b/net-mail/getmail/getmail-4.3.3.ebuild
new file mode 100644
index 000000000000..7e6a8c1ada6f
--- /dev/null
+++ b/net-mail/getmail/getmail-4.3.3.ebuild
@@ -0,0 +1,55 @@
+# 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.3.ebuild,v 1.1 2005/02/21 14:35:44 ticho Exp $
+
+inherit distutils
+
+IUSE=""
+DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
+HOMEPAGE="http://pyropus.ca/software/getmail/"
+SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"
+
+SLOT="4"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
+
+DEPEND=">=dev-lang/python-2.3.3"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/python2.4-fix.patch || die "epatch failed"
+}
+
+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
+}