diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-02 10:35:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-02 10:35:11 +0000 |
commit | 08af6009776ba5cb1add51ebb84528f4bae5d38b (patch) | |
tree | cb2a66a4bf5ef2c9eb0d5822a54f04d9c0c6b7d6 /dev-perl/WWW-RobotRules | |
parent | Cleanup (diff) | |
download | gentoo-2-08af6009776ba5cb1add51ebb84528f4bae5d38b.tar.gz gentoo-2-08af6009776ba5cb1add51ebb84528f4bae5d38b.tar.bz2 gentoo-2-08af6009776ba5cb1add51ebb84528f4bae5d38b.zip |
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-RobotRules')
-rw-r--r-- | dev-perl/WWW-RobotRules/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-RobotRules/WWW-RobotRules-6.0.0.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/WWW-RobotRules/ChangeLog b/dev-perl/WWW-RobotRules/ChangeLog index 5a6be5e11d29..fd34c53a21b0 100644 --- a/dev-perl/WWW-RobotRules/ChangeLog +++ b/dev-perl/WWW-RobotRules/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-RobotRules # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.2 2011/03/14 06:53:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.3 2011/04/02 10:35:11 tove Exp $ + + 02 Apr 2011; Torsten Veller <tove@gentoo.org> -WWW-RobotRules-6.0.0.ebuild: + Cleanup *WWW-RobotRules-6.10.0 (14 Mar 2011) diff --git a/dev-perl/WWW-RobotRules/WWW-RobotRules-6.0.0.ebuild b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.0.0.ebuild deleted file mode 100644 index 11e26860fd2f..000000000000 --- a/dev-perl/WWW-RobotRules/WWW-RobotRules-6.0.0.ebuild +++ /dev/null @@ -1,23 +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/WWW-RobotRules/WWW-RobotRules-6.0.0.ebuild,v 1.1 2011/03/09 12:59:30 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=GAAS -MODULE_VERSION=6.00 -inherit perl-module - -DESCRIPTION="Parse /robots.txt file" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - !<dev-perl/libwww-perl-6 - >=dev-perl/URI-1.10 -" -DEPEND="${RDEPEND}" - -SRC_TEST=online |