summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-02-25 04:16:07 +0000
committerTim Harder <radhermit@gentoo.org>2013-02-25 04:16:07 +0000
commit37c730afda3f30092fd2b21faa24144fa76e1629 (patch)
tree8df0fdd7dbecd1f650157fd645dab12140f19c8b /net-mail/getmail
parentVersion bump. (diff)
downloadgentoo-2-37c730afda3f30092fd2b21faa24144fa76e1629.tar.gz
gentoo-2-37c730afda3f30092fd2b21faa24144fa76e1629.tar.bz2
gentoo-2-37c730afda3f30092fd2b21faa24144fa76e1629.zip
Remove old.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail/getmail')
-rw-r--r--net-mail/getmail/ChangeLog6
-rw-r--r--net-mail/getmail/getmail-4.24.0.ebuild26
-rw-r--r--net-mail/getmail/getmail-4.35.0.ebuild26
3 files changed, 5 insertions, 53 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog
index 83ff53e23030..8b72469b1af2 100644
--- a/net-mail/getmail/ChangeLog
+++ b/net-mail/getmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/getmail
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.220 2013/02/25 04:15:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.221 2013/02/25 04:16:07 radhermit Exp $
+
+ 25 Feb 2013; Tim Harder <radhermit@gentoo.org> -getmail-4.24.0.ebuild,
+ -getmail-4.35.0.ebuild:
+ Remove old.
*getmail-4.39.0 (25 Feb 2013)
diff --git a/net-mail/getmail/getmail-4.24.0.ebuild b/net-mail/getmail/getmail-4.24.0.ebuild
deleted file mode 100644
index a24d0a814f4a..000000000000
--- a/net-mail/getmail/getmail-4.24.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.24.0.ebuild,v 1.6 2012/09/30 17:55:08 armin76 Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-PYTHON_MODNAME="getmailcore"
-
-inherit distutils
-
-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"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos ~x64-solaris"
-IUSE=""
-
-src_prepare() {
- sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
- -e "/docs\/COPYING/d" "${S}"/setup.py || die
- distutils_src_prepare
-}
diff --git a/net-mail/getmail/getmail-4.35.0.ebuild b/net-mail/getmail/getmail-4.35.0.ebuild
deleted file mode 100644
index 9cddb6a2efa6..000000000000
--- a/net-mail/getmail/getmail-4.35.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.35.0.ebuild,v 1.1 2012/10/26 12:28:11 radhermit Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
-PYTHON_MODNAME="getmailcore"
-
-inherit distutils
-
-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"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris"
-IUSE=""
-
-src_prepare() {
- sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
- -e "/docs\/COPYING/d" "${S}"/setup.py || die
- distutils_src_prepare
-}