diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:07:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:07:01 +0000 |
commit | e980a6dd35bfe8b722abad32d1fca6890d117cba (patch) | |
tree | c7135578c76d3d5588ca0ed087b4865493f91adf /dev-perl/Mail-POP3Client | |
parent | Cleanup (diff) | |
download | gentoo-2-e980a6dd35bfe8b722abad32d1fca6890d117cba.tar.gz gentoo-2-e980a6dd35bfe8b722abad32d1fca6890d117cba.tar.bz2 gentoo-2-e980a6dd35bfe8b722abad32d1fca6890d117cba.zip |
Cleanup
(Portage version: 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" |