diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-18 08:37:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-18 08:37:23 +0000 |
commit | c99f9a36c4c7c9bb9fbe0e47ce839ee617a113e5 (patch) | |
tree | 4f5da06176502d49ba347fde1ada65043f15c933 /dev-perl/URI-Find | |
parent | Cleanup (diff) | |
download | gentoo-2-c99f9a36c4c7c9bb9fbe0e47ce839ee617a113e5.tar.gz gentoo-2-c99f9a36c4c7c9bb9fbe0e47ce839ee617a113e5.tar.bz2 gentoo-2-c99f9a36c4c7c9bb9fbe0e47ce839ee617a113e5.zip |
Cleanup
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/URI-Find')
-rw-r--r-- | dev-perl/URI-Find/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/URI-Find/URI-Find-20100505.0.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/URI-Find/URI-Find-20111020.0.0.ebuild | 23 |
3 files changed, 6 insertions, 48 deletions
diff --git a/dev-perl/URI-Find/ChangeLog b/dev-perl/URI-Find/ChangeLog index 5e3d34cf9010..d0f1919e3e85 100644 --- a/dev-perl/URI-Find/ChangeLog +++ b/dev-perl/URI-Find/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/URI-Find -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/ChangeLog,v 1.10 2011/11/05 09:07:52 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/ChangeLog,v 1.11 2012/02/18 08:37:22 tove Exp $ + + 18 Feb 2012; Torsten Veller <tove@gentoo.org> -URI-Find-20100505.0.0.ebuild, + -URI-Find-20111020.0.0.ebuild: + Cleanup *URI-Find-20111103.0.0 (05 Nov 2011) diff --git a/dev-perl/URI-Find/URI-Find-20100505.0.0.ebuild b/dev-perl/URI-Find/URI-Find-20100505.0.0.ebuild deleted file mode 100644 index bff865903fb9..000000000000 --- a/dev-perl/URI-Find/URI-Find-20100505.0.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/URI-Find-20100505.0.0.ebuild,v 1.1 2011/08/28 09:39:45 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=MSCHWERN -MODULE_VERSION=20100505 -inherit perl-module - -DESCRIPTION="Find URIs in plain text" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-solaris" -IUSE="test" - -RDEPEND="dev-perl/URI" -DEPEND=">=virtual/perl-Module-Build-0.30 - test? ( >=virtual/perl-Test-Simple-0.82 - dev-perl/Test-Pod - ${RDEPEND} )" - -SRC_TEST=do diff --git a/dev-perl/URI-Find/URI-Find-20111020.0.0.ebuild b/dev-perl/URI-Find/URI-Find-20111020.0.0.ebuild deleted file mode 100644 index f5fbf3d39b09..000000000000 --- a/dev-perl/URI-Find/URI-Find-20111020.0.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/URI-Find-20111020.0.0.ebuild,v 1.1 2011/10/21 14:03:24 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=MSCHWERN -MODULE_VERSION=20111020 -inherit perl-module - -DESCRIPTION="Find URIs in plain text" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-solaris" -IUSE="test" - -RDEPEND="dev-perl/URI" -DEPEND=">=virtual/perl-Module-Build-0.30 - test? ( >=virtual/perl-Test-Simple-0.82 - dev-perl/Test-Pod - ${RDEPEND} )" - -SRC_TEST=do |