summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-14 06:53:13 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-14 06:53:13 +0000
commit3d516413f872773fc8df0d89f261528ef99da1c3 (patch)
tree1e55a96f0486760a32bfc7fa9c2a161d343229c8 /dev-perl
parentversion bump (diff)
downloadgentoo-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')
-rw-r--r--dev-perl/WWW-RobotRules/ChangeLog7
-rw-r--r--dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/WWW-RobotRules/ChangeLog b/dev-perl/WWW-RobotRules/ChangeLog
index 11e4d7e34f9e..5a6be5e11d29 100644
--- a/dev-perl/WWW-RobotRules/ChangeLog
+++ b/dev-perl/WWW-RobotRules/ChangeLog
@@ -1,6 +1,11 @@
# 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.1 2011/03/09 12:59:30 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.2 2011/03/14 06:53:13 tove Exp $
+
+*WWW-RobotRules-6.10.0 (14 Mar 2011)
+
+ 14 Mar 2011; Torsten Veller <tove@gentoo.org> +WWW-RobotRules-6.10.0.ebuild:
+ Version bump
*WWW-RobotRules-6.0.0 (09 Mar 2011)
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