diff options
author | 2013-05-02 07:27:03 +0000 | |
---|---|---|
committer | 2013-05-02 07:27:03 +0000 | |
commit | 554bb29f61429d035d80798eecaa1e9651ce3160 (patch) | |
tree | b200e2ca791ac298fd60f52cf3fc3ad267527a50 /net-mail | |
parent | Version bump. (diff) | |
download | gentoo-2-554bb29f61429d035d80798eecaa1e9651ce3160.tar.gz gentoo-2-554bb29f61429d035d80798eecaa1e9651ce3160.tar.bz2 gentoo-2-554bb29f61429d035d80798eecaa1e9651ce3160.zip |
Remove old.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.37.0.ebuild | 23 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.39.0.ebuild | 23 |
3 files changed, 5 insertions, 47 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 45feec018513..6436ef1214c0 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.223 2013/05/02 07:26:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.224 2013/05/02 07:27:03 radhermit Exp $ + + 02 May 2013; Tim Harder <radhermit@gentoo.org> -getmail-4.37.0.ebuild, + -getmail-4.39.0.ebuild: + Remove old. *getmail-4.40.1 (02 May 2013) diff --git a/net-mail/getmail/getmail-4.37.0.ebuild b/net-mail/getmail/getmail-4.37.0.ebuild deleted file mode 100644 index 940157aa9f0c..000000000000 --- a/net-mail/getmail/getmail-4.37.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.37.0.ebuild,v 1.1 2013/02/14 09:36:26 radhermit Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) - -inherit distutils-r1 - -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" - -python_prepare_all() { - sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ - -e "/docs\/COPYING/d" "${S}"/setup.py || die - - distutils-r1_python_prepare_all -} diff --git a/net-mail/getmail/getmail-4.39.0.ebuild b/net-mail/getmail/getmail-4.39.0.ebuild deleted file mode 100644 index 178ab223bbae..000000000000 --- a/net-mail/getmail/getmail-4.39.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.39.0.ebuild,v 1.1 2013/02/25 04:15:19 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) - -inherit distutils-r1 - -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" - -python_prepare_all() { - sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ - -e "/docs\/COPYING/d" "${S}"/setup.py || die - - distutils-r1_python_prepare_all -} |