diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-02 08:05:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-02 08:05:24 +0000 |
commit | 7b74dc918a6e46b7b8e5549d5e18a52015be1415 (patch) | |
tree | 8014f8ac0e9f0e93d8403e9a82581a19d6f7c045 /dev-perl/URI | |
parent | Drop desktop file validate foo and let the PM handle it as the best it can. I... (diff) | |
download | historical-7b74dc918a6e46b7b8e5549d5e18a52015be1415.tar.gz historical-7b74dc918a6e46b7b8e5549d5e18a52015be1415.tar.bz2 historical-7b74dc918a6e46b7b8e5549d5e18a52015be1415.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha123/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.55.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.590.0.ebuild | 22 |
3 files changed, 5 insertions, 44 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index 9f00e2a2a38c..3bb561472eae 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/URI # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.106 2012/08/27 18:39:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.107 2012/09/02 07:54:07 tove Exp $ + + 02 Sep 2012; Torsten Veller <tove@gentoo.org> -URI-1.55.ebuild, + -URI-1.590.0.ebuild: + Cleanup 27 Aug 2012; Raúl Porcel <armin76@gentoo.org> URI-1.600.0.ebuild: alpha/ia64/s390/sh/sparc stable wrt #418861 diff --git a/dev-perl/URI/URI-1.55.ebuild b/dev-perl/URI/URI-1.55.ebuild deleted file mode 100644 index 572ef4cd8644..000000000000 --- a/dev-perl/URI/URI-1.55.ebuild +++ /dev/null @@ -1,21 +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/URI-1.55.ebuild,v 1.9 2011/07/30 10:45:59 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="A URI Perl Module" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="virtual/perl-MIME-Base64" -RDEPEND="${DEPEND}" - -SRC_TEST=no # see ChangeLog - -mydoc="rfc2396.txt" diff --git a/dev-perl/URI/URI-1.590.0.ebuild b/dev-perl/URI/URI-1.590.0.ebuild deleted file mode 100644 index b0f8d6b94f05..000000000000 --- a/dev-perl/URI/URI-1.590.0.ebuild +++ /dev/null @@ -1,22 +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/URI/URI-1.590.0.ebuild,v 1.8 2012/03/25 17:19:21 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=1.59 -inherit perl-module - -DESCRIPTION="A URI Perl Module" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="virtual/perl-MIME-Base64" -RDEPEND="${DEPEND}" - -SRC_TEST=no # see ChangeLog - -mydoc="rfc2396.txt" |