Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/URI-Find: ChangeLog URI-Find-20100505.ebuild
Date: Thu, 06 May 2010 06:20:05
Message-Id: 20100506061954.DEFAA28867@corvid.gentoo.org
1 tove 10/05/06 06:19:54
2
3 Modified: ChangeLog
4 Added: URI-Find-20100505.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-perl/URI-Find/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Find/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Find/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Find/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 9 Apr 2010 07:25:07 -0000 1.3
23 +++ ChangeLog 6 May 2010 06:19:54 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/URI-Find
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/ChangeLog,v 1.3 2010/04/09 07:25:07 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/ChangeLog,v 1.4 2010/05/06 06:19:54 tove Exp $
29 +
30 +*URI-Find-20100505 (06 May 2010)
31 +
32 + 06 May 2010; Torsten Veller <tove@g.o> +URI-Find-20100505.ebuild:
33 + Version bump
34
35 09 Apr 2010; Torsten Veller <tove@g.o> -URI-Find-20090319.ebuild:
36 Cleanup
37
38
39
40 1.1 dev-perl/URI-Find/URI-Find-20100505.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Find/URI-Find-20100505.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI-Find/URI-Find-20100505.ebuild?rev=1.1&content-type=text/plain
44
45 Index: URI-Find-20100505.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Find/URI-Find-20100505.ebuild,v 1.1 2010/05/06 06:19:54 tove Exp $
50
51 EAPI=2
52
53 MODULE_AUTHOR=MSCHWERN
54 inherit perl-module
55
56 DESCRIPTION="Find URIs in plain text"
57
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="test"
61
62 RDEPEND="dev-perl/URI"
63 DEPEND=">=virtual/perl-Module-Build-0.30
64 test? ( >=virtual/perl-Test-Simple-0.82
65 dev-perl/Test-Pod
66 ${RDEPEND} )"
67
68 SRC_TEST=do