Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/WWW-RobotRules: ChangeLog WWW-RobotRules-6.20.0.ebuild WWW-RobotRules-6.10.0.ebuild
Date: Fri, 03 Jan 2014 21:48:11
Message-Id: 20140103214806.4EDA22004C@flycatcher.gentoo.org
1 pinkbyte 14/01/03 21:48:06
2
3 Modified: ChangeLog
4 Added: WWW-RobotRules-6.20.0.ebuild
5 Removed: WWW-RobotRules-6.10.0.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
10
11 Revision Changes Path
12 1.32 dev-perl/WWW-RobotRules/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog?rev=1.32&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog?rev=1.32&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog?r1=1.31&r2=1.32
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v
21 retrieving revision 1.31
22 retrieving revision 1.32
23 diff -u -r1.31 -r1.32
24 --- ChangeLog 3 Jan 2014 21:38:53 -0000 1.31
25 +++ ChangeLog 3 Jan 2014 21:48:06 -0000 1.32
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/WWW-RobotRules
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.31 2014/01/03 21:38:53 pinkbyte Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.32 2014/01/03 21:48:06 pinkbyte Exp $
31 +
32 +*WWW-RobotRules-6.20.0 (03 Jan 2014)
33 +
34 + 03 Jan 2014; Sergey Popov <pinkbyte@g.o>
35 + -WWW-RobotRules-6.10.0.ebuild, +WWW-RobotRules-6.20.0.ebuild:
36 + Version bump, drop old
37
38 03 Jan 2014; Sergey Popov <pinkbyte@g.o>
39 WWW-RobotRules-6.10.0-r1.ebuild:
40
41
42
43 1.1 dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/WWW-RobotRules/WWW-RobotRules-6.20.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: WWW-RobotRules-6.20.0.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI=5
55
56 MODULE_AUTHOR=GAAS
57 MODULE_VERSION=6.02
58 inherit perl-module
59
60 DESCRIPTION="Parse /robots.txt file"
61
62 SLOT="0"
63 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"
64
65 RDEPEND="
66 !<dev-perl/libwww-perl-6
67 >=dev-perl/URI-1.10
68 "
69 DEPEND="${RDEPEND}"
70
71 SRC_TEST=online