diff options
author | 2012-03-31 07:43:24 +0000 | |
---|---|---|
committer | 2012-03-31 07:43:24 +0000 | |
commit | f2f41121bde927585b39258199a21282828bf859 (patch) | |
tree | 135606d9823ef45e9a66dfff320c35d0e5cbd1a0 /dev-perl/Mail-POP3Client | |
parent | Drop useless sed for unused SCons buildsystem (diff) | |
download | historical-f2f41121bde927585b39258199a21282828bf859.tar.gz historical-f2f41121bde927585b39258199a21282828bf859.tar.bz2 historical-f2f41121bde927585b39258199a21282828bf859.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha96/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.17.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/Mail-POP3Client/ChangeLog b/dev-perl/Mail-POP3Client/ChangeLog index 55542ad19981..3726d75b1095 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.38 2012/03/25 16:36:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.39 2012/03/31 07:07:01 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -Mail-POP3Client-2.17.ebuild: + Cleanup 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> Mail-POP3Client-2.17.ebuild, Mail-POP3Client-2.180.0.ebuild: diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild deleted file mode 100644 index 76a44afc374c..000000000000 --- a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 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.17.ebuild,v 1.14 2012/03/25 16:36:43 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="POP3 client module for Perl" -HOMEPAGE="http://search.cpan.org/~sdowd/" -SRC_URI="mirror://cpan/authors/id/S/SD/SDOWD/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 x86" -IUSE="" - -SRC_TEST="do" - -DEPEND=">=virtual/perl-libnet-1.0703 - dev-lang/perl" - -mydoc="FAQ" |