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: ChangeLog URI-1.52.ebuild
Date: Thu, 31 Dec 2009 16:41:55
Message-Id: E1NQNoj-0002Bz-9t@stork.gentoo.org
1 tove 09/12/31 16:24:05
2
3 Modified: ChangeLog
4 Added: URI-1.52.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.72 dev-perl/URI/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI/ChangeLog?rev=1.72&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI/ChangeLog?rev=1.72&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI/ChangeLog?r1=1.71&r2=1.72
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v
19 retrieving revision 1.71
20 retrieving revision 1.72
21 diff -u -r1.71 -r1.72
22 --- ChangeLog 24 Dec 2009 19:17:47 -0000 1.71
23 +++ ChangeLog 31 Dec 2009 16:24:04 -0000 1.72
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/URI
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.71 2009/12/24 19:17:47 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.72 2009/12/31 16:24:04 tove Exp $
29 +
30 +*URI-1.52 (31 Dec 2009)
31 +
32 + 31 Dec 2009; Torsten Veller <tove@g.o> +URI-1.52.ebuild:
33 + Version bump
34
35 24 Dec 2009; Torsten Veller <tove@g.o> -URI-1.50.ebuild:
36 Cleanup
37
38
39
40 1.1 dev-perl/URI/URI-1.52.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI/URI-1.52.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/URI/URI-1.52.ebuild?rev=1.1&content-type=text/plain
44
45 Index: URI-1.52.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.52.ebuild,v 1.1 2009/12/31 16:24:05 tove Exp $
50
51 EAPI=2
52
53 MODULE_AUTHOR=GAAS
54 inherit perl-module
55
56 DESCRIPTION="A URI Perl Module"
57
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
60 IUSE=""
61
62 DEPEND="virtual/perl-MIME-Base64"
63 RDEPEND="${DEPEND}"
64
65 SRC_TEST=no # see ChangeLog
66
67 mydoc="rfc2396.txt"