diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-14 06:53:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-14 06:53:13 +0000 |
commit | 3d516413f872773fc8df0d89f261528ef99da1c3 (patch) | |
tree | 1e55a96f0486760a32bfc7fa9c2a161d343229c8 /dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-3d516413f872773fc8df0d89f261528ef99da1c3.tar.gz gentoo-2-3d516413f872773fc8df0d89f261528ef99da1c3.tar.bz2 gentoo-2-3d516413f872773fc8df0d89f261528ef99da1c3.zip |
[bump] dev-perl/WWW-RobotRules-6.10.0
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0.ebuild')
-rw-r--r-- | dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0.ebuild b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0.ebuild new file mode 100644 index 000000000000..6aaf463dfd78 --- /dev/null +++ b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0.ebuild @@ -0,0 +1,23 @@ +# 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.10.0.ebuild,v 1.1 2011/03/14 06:53:13 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=GAAS +MODULE_VERSION=6.01 +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 |