summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2014-01-03 21:48:06 +0000
committerSergey Popov <pinkbyte@gentoo.org>2014-01-03 21:48:06 +0000
commita9823c524efd1ae9ccef58660dc449cefc8e0f76 (patch)
tree9b3763bde73a9edf0ab20a60640811f16a1133b2 /dev-perl
parentVersion bump. Bug #496080. Thanks to Yixun Lan <dennis.yxun@gmail.com> (diff)
downloadgentoo-2-a9823c524efd1ae9ccef58660dc449cefc8e0f76.tar.gz
gentoo-2-a9823c524efd1ae9ccef58660dc449cefc8e0f76.tar.bz2
gentoo-2-a9823c524efd1ae9ccef58660dc449cefc8e0f76.zip
Version bump, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
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.ebuild23
-rw-r--r--dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild22
3 files changed, 29 insertions, 24 deletions
diff --git a/dev-perl/WWW-RobotRules/ChangeLog b/dev-perl/WWW-RobotRules/ChangeLog
index d4667844b45a..5498e4f74744 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.31 2014/01/03 21:38:53 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.32 2014/01/03 21:48:06 pinkbyte Exp $
+
+*WWW-RobotRules-6.20.0 (03 Jan 2014)
+
+ 03 Jan 2014; Sergey Popov <pinkbyte@gentoo.org>
+ -WWW-RobotRules-6.10.0.ebuild, +WWW-RobotRules-6.20.0.ebuild:
+ Version bump, drop old
03 Jan 2014; Sergey Popov <pinkbyte@gentoo.org>
WWW-RobotRules-6.10.0-r1.ebuild:
diff --git a/dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0.ebuild b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0.ebuild
deleted file mode 100644
index 70a8ebbef4c9..000000000000
--- a/dev-perl/WWW-RobotRules/WWW-RobotRules-6.10.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.ebuild,v 1.17 2013/02/19 01:47:29 zmedico Exp $
-
-EAPI=3
-
-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
diff --git a/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild
new file mode 100644
index 000000000000..1b26e124814c
--- /dev/null
+++ b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 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.20.0.ebuild,v 1.1 2014/01/03 21:48:06 pinkbyte Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=GAAS
+MODULE_VERSION=6.02
+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"
+
+RDEPEND="
+ !<dev-perl/libwww-perl-6
+ >=dev-perl/URI-1.10
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=online