diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-19 08:09:17 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-19 08:09:17 +0000 |
commit | f9de3e443f64666acdc34fdc9a8734f80c0beab0 (patch) | |
tree | a9c8fb29340fc37697b14e442161b1a44abc702d /dev-perl/URI | |
parent | Version bump. (diff) | |
download | gentoo-2-f9de3e443f64666acdc34fdc9a8734f80c0beab0.tar.gz gentoo-2-f9de3e443f64666acdc34fdc9a8734f80c0beab0.tar.bz2 gentoo-2-f9de3e443f64666acdc34fdc9a8734f80c0beab0.zip |
Cleanup
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/URI')
-rw-r--r-- | dev-perl/URI/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.35.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.37.ebuild | 21 |
3 files changed, 5 insertions, 41 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index 0e0bf202853a..3bbb60a36f9f 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/URI # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.67 2009/09/15 02:25:57 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.68 2009/09/19 08:09:17 tove Exp $ + + 19 Sep 2009; Torsten Veller <tove@gentoo.org> -URI-1.35.ebuild, + -URI-1.37.ebuild: + Cleanup 14 Sep 2009, Tom Gall <tgall@gentoo.org> URI-1.38.ebuild: stable on ppc64, bug #278039 diff --git a/dev-perl/URI/URI-1.35.ebuild b/dev-perl/URI/URI-1.35.ebuild deleted file mode 100644 index 23eb8a9cf16c..000000000000 --- a/dev-perl/URI/URI-1.35.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.35.ebuild,v 1.19 2009/03/26 12:25:29 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="A URI Perl Module" -HOMEPAGE="http://search.cpan.org/~gaas/${P}/" -SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -DEPEND="virtual/perl-MIME-Base64 - dev-lang/perl" - -mydoc="rfc2396.txt" diff --git a/dev-perl/URI/URI-1.37.ebuild b/dev-perl/URI/URI-1.37.ebuild deleted file mode 100644 index 142881a6560c..000000000000 --- a/dev-perl/URI/URI-1.37.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.37.ebuild,v 1.2 2009/03/26 12:25:29 armin76 Exp $ - -MODULE_AUTHOR=GAAS - -inherit perl-module - -DESCRIPTION="A URI Perl Module" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="virtual/perl-MIME-Base64 - dev-lang/perl" - -SRC_TEST=no # see ChangeLog - -mydoc="rfc2396.txt" |