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