diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/Mail-POP3Client | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Mail-POP3Client')
-rw-r--r-- | dev-perl/Mail-POP3Client/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Mail-POP3Client/Mail-POP3Client-2.18.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/Mail-POP3Client/ChangeLog b/dev-perl/Mail-POP3Client/ChangeLog index 51ccdbe701ed..553b8007017a 100644 --- a/dev-perl/Mail-POP3Client/ChangeLog +++ b/dev-perl/Mail-POP3Client/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Mail-POP3Client # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.30 2011/08/30 10:50:08 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.31 2011/09/04 11:23:10 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Mail-POP3Client-2.18.ebuild: + Cleanup *Mail-POP3Client-2.180.0 (30 Aug 2011) diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.18.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.18.ebuild deleted file mode 100644 index 4597467b6323..000000000000 --- a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.18.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/Mail-POP3Client-2.18.ebuild,v 1.1 2008/10/22 09:31:05 tove Exp $ - -MODULE_AUTHOR=SDOWD -inherit perl-module - -DESCRIPTION="POP3 client module for Perl" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" - -mydoc="FAQ" |