diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-02 07:54:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-02 07:54:08 +0000 |
commit | 8afaff5a1e2fd107f9cae4103f45a15390372791 (patch) | |
tree | bfd9c261baf284d9a15f24db8aeef6c59fbe2ba4 /dev-perl/URI | |
parent | Cleanup (diff) | |
download | gentoo-2-8afaff5a1e2fd107f9cae4103f45a15390372791.tar.gz gentoo-2-8afaff5a1e2fd107f9cae4103f45a15390372791.tar.bz2 gentoo-2-8afaff5a1e2fd107f9cae4103f45a15390372791.zip |
Cleanup
(Portage version: 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" |