summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-09-14 14:33:13 +0000
committerIan Delaney <idella4@gentoo.org>2013-09-14 14:33:13 +0000
commitc0c38375780f0ea6dbc0a1324455b74c815478ae (patch)
treef720c98ab653cd6a9dafd9891219210ce694eb7c /dev-perl
parentAdded dash use expand to dracut_modules. (diff)
downloadgentoo-2-c0c38375780f0ea6dbc0a1324455b74c815478ae.tar.gz
gentoo-2-c0c38375780f0ea6dbc0a1324455b74c815478ae.tar.bz2
gentoo-2-c0c38375780f0ea6dbc0a1324455b74c815478ae.zip
revbump -> EAPI 5
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/WWW-RobotRules/ChangeLog8
-rw-r--r--dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0-r1.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/WWW-RobotRules/ChangeLog b/dev-perl/WWW-RobotRules/ChangeLog
index d2637caadb6b..b197a125d084 100644
--- a/dev-perl/WWW-RobotRules/ChangeLog
+++ b/dev-perl/WWW-RobotRules/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/WWW-RobotRules
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.21 2013/02/19 01:47:29 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.22 2013/09/14 14:33:13 idella4 Exp $
+
+*WWW-RobotRules-6.10.0-r1 (14 Sep 2013)
+
+ 14 Sep 2013; Ian Delaney <idella4@gentoo.org>
+ +WWW-RobotRules-6.10.0-r1.ebuild:
+ revbump -> EAPI 5
19 Feb 2013; Zac Medico <zmedico@gentoo.org> WWW-RobotRules-6.10.0.ebuild:
Add ~arm-linux keyword.
diff --git a/dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0-r1.ebuild b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0-r1.ebuild
new file mode 100644
index 000000000000..84a9e074fc17
--- /dev/null
+++ b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/09/14 14:33:13 idella4 Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=GAAS
+MODULE_VERSION=6.01
+inherit perl-module
+
+DESCRIPTION="Parse /robots.txt file"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ !<dev-perl/libwww-perl-6
+ >=dev-perl/URI-1.10
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=online