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/Unicode-String: ChangeLog Unicode-String-2.09.ebuild
Date: Fri, 29 Jan 2010 14:19:49
Message-Id: E1NarhK-0003fI-RC@stork.gentoo.org
1 tove 10/01/29 14:19:46
2
3 Modified: ChangeLog Unicode-String-2.09.ebuild
4 Log:
5 Fix LICENSE: same terms as perl (#301969). Maintenance
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.42 dev-perl/Unicode-String/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Unicode-String/ChangeLog?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Unicode-String/ChangeLog?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Unicode-String/ChangeLog?r1=1.41&r2=1.42
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/ChangeLog,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- ChangeLog 2 May 2009 09:26:30 -0000 1.41
22 +++ ChangeLog 29 Jan 2010 14:19:46 -0000 1.42
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Unicode-String
25 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/ChangeLog,v 1.41 2009/05/02 09:26:30 tove Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/ChangeLog,v 1.42 2010/01/29 14:19:46 tove Exp $
29 +
30 + 29 Jan 2010; Torsten Veller <tove@g.o> Unicode-String-2.09.ebuild:
31 + Fix LICENSE: same terms as perl (#301969). Maintenance
32
33 02 May 2009; Torsten Veller <tove@g.o> -Unicode-String-2.07.ebuild:
34 Cleanup
35
36
37
38 1.17 dev-perl/Unicode-String/Unicode-String-2.09.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.09.ebuild?rev=1.17&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.09.ebuild?rev=1.17&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.09.ebuild?r1=1.16&r2=1.17
43
44 Index: Unicode-String-2.09.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.09.ebuild,v
47 retrieving revision 1.16
48 retrieving revision 1.17
49 diff -u -r1.16 -r1.17
50 --- Unicode-String-2.09.ebuild 16 Apr 2007 06:32:57 -0000 1.16
51 +++ Unicode-String-2.09.ebuild 29 Jan 2010 14:19:46 -0000 1.17
52 @@ -1,17 +1,17 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.09.ebuild,v 1.16 2007/04/16 06:32:57 corsair Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-String/Unicode-String-2.09.ebuild,v 1.17 2010/01/29 14:19:46 tove Exp $
58
59 +EAPI=2
60 +
61 +MODULE_AUTHOR=GAAS
62 inherit perl-module
63
64 DESCRIPTION="String manipulation for Unicode strings"
65 -HOMEPAGE="http://search.cpan.org/~gaas/"
66 -SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz"
67
68 -LICENSE="Artistic"
69 SLOT="0"
70 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
71 IUSE=""
72
73 -DEPEND=">=virtual/perl-MIME-Base64-2.11
74 - dev-lang/perl"
75 +RDEPEND=">=virtual/perl-MIME-Base64-2.11"
76 +DEPEND="${RDEPEND}"