summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/URI/ChangeLog6
-rw-r--r--dev-perl/URI/URI-1.35.ebuild19
-rw-r--r--dev-perl/URI/URI-1.37.ebuild21
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"