Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/perl-Pod-Escapes: perl-Pod-Escapes-1.04.ebuild ChangeLog
Date: Fri, 28 Aug 2009 20:15:54
Message-Id: E1Mfthw-0000An-Rs@stork.gentoo.org
1 tove 09/08/25 10:56:56
2
3 Modified: perl-Pod-Escapes-1.04.ebuild ChangeLog
4 Log:
5 Add support for perl-5.10.1
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04.ebuild?r1=1.2&r2=1.3
14
15 Index: perl-Pod-Escapes-1.04.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- perl-Pod-Escapes-1.04.ebuild 3 Nov 2008 16:47:39 -0000 1.2
22 +++ perl-Pod-Escapes-1.04.ebuild 25 Aug 2009 10:56:56 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04.ebuild,v 1.2 2008/11/03 16:47:39 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.04.ebuild,v 1.3 2009/08/25 10:56:56 tove Exp $
29
30 DESCRIPTION="for resolving Pod E<...> sequences"
31 HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
32 @@ -13,4 +13,4 @@
33 IUSE=""
34 DEPEND=""
35
36 -RDEPEND="|| ( ~dev-lang/perl-5.10.0 ~perl-core/Pod-Escapes-${PV} )"
37 +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Pod-Escapes-${PV} )"
38
39
40
41 1.3 virtual/perl-Pod-Escapes/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Pod-Escapes/ChangeLog?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Pod-Escapes/ChangeLog?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/perl-Pod-Escapes/ChangeLog?r1=1.2&r2=1.3
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Escapes/ChangeLog,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- ChangeLog 2 Nov 2008 11:03:53 -0000 1.2
54 +++ ChangeLog 25 Aug 2009 10:56:56 -0000 1.3
55 @@ -1,6 +1,10 @@
56 # ChangeLog for virtual/perl-Pod-Escapes
57 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Escapes/ChangeLog,v 1.2 2008/11/02 11:03:53 swegener Exp $
59 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Pod-Escapes/ChangeLog,v 1.3 2009/08/25 10:56:56 tove Exp $
61 +
62 + 25 Aug 2009; Torsten Veller <tove@g.o>
63 + perl-Pod-Escapes-1.04.ebuild:
64 + Add support for perl-5.10.1
65
66 *perl-Pod-Escapes-1.04 (01 Nov 2008)