diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-16 09:22:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-16 09:22:22 +0000 |
commit | 06f43b716652769996f17fadcb3fc30ca15db05f (patch) | |
tree | f541341384ee0a684ec30c24fc72c8aee547d62e | |
parent | Cleanup (diff) | |
download | gentoo-2-06f43b716652769996f17fadcb3fc30ca15db05f.tar.gz gentoo-2-06f43b716652769996f17fadcb3fc30ca15db05f.tar.bz2 gentoo-2-06f43b716652769996f17fadcb3fc30ca15db05f.zip |
Cleanup
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/libwww-perl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/libwww-perl/libwww-perl-5.826.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/libwww-perl/libwww-perl-5.827.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/libwww-perl/libwww-perl-5.828.ebuild | 31 |
4 files changed, 5 insertions, 94 deletions
diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog index ec7a9c990b44..845114182fbd 100644 --- a/dev-perl/libwww-perl/ChangeLog +++ b/dev-perl/libwww-perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/libwww-perl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.106 2009/07/09 07:05:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.107 2009/07/16 09:22:22 tove Exp $ + + 16 Jul 2009; Torsten Veller <tove@gentoo.org> -libwww-perl-5.826.ebuild, + -libwww-perl-5.827.ebuild, -libwww-perl-5.828.ebuild: + Cleanup *libwww-perl-5.829 (09 Jul 2009) diff --git a/dev-perl/libwww-perl/libwww-perl-5.826.ebuild b/dev-perl/libwww-perl/libwww-perl-5.826.ebuild deleted file mode 100644 index a19c6271784c..000000000000 --- a/dev-perl/libwww-perl/libwww-perl-5.826.ebuild +++ /dev/null @@ -1,31 +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.826.ebuild,v 1.1 2009/04/25 07:43:32 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="A collection of Perl Modules for the WWW" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~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 )" -RDEPEND="${DEPEND}" - -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.827.ebuild b/dev-perl/libwww-perl/libwww-perl-5.827.ebuild deleted file mode 100644 index 6bd8fce15923..000000000000 --- a/dev-perl/libwww-perl/libwww-perl-5.827.ebuild +++ /dev/null @@ -1,31 +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.827.ebuild,v 1.1 2009/06/16 06:22:47 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="A collection of Perl Modules for the WWW" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~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 )" -RDEPEND="${DEPEND}" - -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.828.ebuild b/dev-perl/libwww-perl/libwww-perl-5.828.ebuild deleted file mode 100644 index 5a60632a0991..000000000000 --- a/dev-perl/libwww-perl/libwww-perl-5.828.ebuild +++ /dev/null @@ -1,31 +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.828.ebuild,v 1.1 2009/06/26 06:16:24 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="A collection of Perl Modules for the WWW" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~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 )" -RDEPEND="${DEPEND}" - -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 -} |