diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 12:22:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 12:22:08 +0000 |
commit | 7d58158693399bc19a0b82a83396a894f69410a1 (patch) | |
tree | ac94f52544e5f4fc7c9b2973d3361a46a31c67dc /dev-perl/libwww-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-7d58158693399bc19a0b82a83396a894f69410a1.tar.gz gentoo-2-7d58158693399bc19a0b82a83396a894f69410a1.tar.bz2 gentoo-2-7d58158693399bc19a0b82a83396a894f69410a1.zip |
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
Diffstat (limited to 'dev-perl/libwww-perl')
-rw-r--r-- | dev-perl/libwww-perl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/libwww-perl/libwww-perl-5.822.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/libwww-perl/libwww-perl-5.823.ebuild | 30 |
3 files changed, 5 insertions, 61 deletions
diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog index b16828ba8b3e..efdf0bf37914 100644 --- a/dev-perl/libwww-perl/ChangeLog +++ b/dev-perl/libwww-perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/libwww-perl # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.99 2009/02/16 18:21:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.100 2009/03/13 12:22:08 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -libwww-perl-5.822.ebuild, + -libwww-perl-5.823.ebuild: + Cleanup *libwww-perl-5.825 (16 Feb 2009) diff --git a/dev-perl/libwww-perl/libwww-perl-5.822.ebuild b/dev-perl/libwww-perl/libwww-perl-5.822.ebuild deleted file mode 100644 index aa34de76ecb0..000000000000 --- a/dev-perl/libwww-perl/libwww-perl-5.822.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.822.ebuild,v 1.1 2008/12/08 02:23:24 robbat2 Exp $ - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="A collection of Perl Modules for the WWW" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="ssl" - -DEPEND="virtual/perl-libnet - >=dev-perl/HTML-Parser-3.34 - >=dev-perl/URI-1.10 - >=virtual/perl-Digest-MD5-2.12 - dev-perl/HTML-Tree - >=virtual/perl-MIME-Base64-2.12 - >=virtual/perl-Compress-Zlib-1.10 - ssl? ( dev-perl/Crypt-SSLeay ) - dev-lang/perl" - -src_install() { - perl-module_src_install - dosym /usr/bin/lwp-request /usr/bin/GET - dosym /usr/bin/lwp-request /usr/bin/POST - dosym /usr/bin/lwp-request /usr/bin/HEAD -} diff --git a/dev-perl/libwww-perl/libwww-perl-5.823.ebuild b/dev-perl/libwww-perl/libwww-perl-5.823.ebuild deleted file mode 100644 index e6633d704890..000000000000 --- a/dev-perl/libwww-perl/libwww-perl-5.823.ebuild +++ /dev/null @@ -1,30 +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/libwww-perl/libwww-perl-5.823.ebuild,v 1.1 2009/01/13 19:53:06 robbat2 Exp $ - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="A collection of Perl Modules for the WWW" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="ssl" - -DEPEND="virtual/perl-libnet - >=dev-perl/HTML-Parser-3.34 - >=dev-perl/URI-1.10 - >=virtual/perl-Digest-MD5-2.12 - dev-perl/HTML-Tree - >=virtual/perl-MIME-Base64-2.12 - >=virtual/perl-Compress-Zlib-1.10 - ssl? ( dev-perl/Crypt-SSLeay ) - dev-lang/perl" - -src_install() { - perl-module_src_install - dosym /usr/bin/lwp-request /usr/bin/GET - dosym /usr/bin/lwp-request /usr/bin/POST - dosym /usr/bin/lwp-request /usr/bin/HEAD -} |