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/String-ShellQuote: String-ShellQuote-1.03.ebuild ChangeLog
Date: Tue, 02 Feb 2010 17:52:23
Message-Id: E1NcMvF-000792-8o@stork.gentoo.org
1 tove 10/02/02 17:52:21
2
3 Modified: String-ShellQuote-1.03.ebuild ChangeLog
4 Log:
5 Fix LICENSE: same terms as perl (#301969). Maintenance
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.14 dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild?r1=1.13&r2=1.14
14
15 Index: String-ShellQuote-1.03.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- String-ShellQuote-1.03.ebuild 10 Jul 2007 23:33:26 -0000 1.13
22 +++ String-ShellQuote-1.03.ebuild 2 Feb 2010 17:52:20 -0000 1.14
23 @@ -1,16 +1,14 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild,v 1.13 2007/07/10 23:33:26 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild,v 1.14 2010/02/02 17:52:20 tove Exp $
29
30 +EAPI=2
31 +
32 +MODULE_AUTHOR=ROSCH
33 inherit perl-module
34
35 DESCRIPTION="Quote strings for passing through the shell"
36 -SRC_URI="mirror://cpan/authors/id/R/RO/ROSCH/${P}.tar.gz"
37 -HOMEPAGE="http://search.cpan.org/~rosch/"
38
39 SLOT="0"
40 -LICENSE="Artistic"
41 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
42 IUSE=""
43 -
44 -DEPEND="dev-lang/perl"
45
46
47
48 1.30 dev-perl/String-ShellQuote/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog?rev=1.30&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog?rev=1.30&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog?r1=1.29&r2=1.30
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v
57 retrieving revision 1.29
58 retrieving revision 1.30
59 diff -u -r1.29 -r1.30
60 --- ChangeLog 2 May 2009 10:35:18 -0000 1.29
61 +++ ChangeLog 2 Feb 2010 17:52:20 -0000 1.30
62 @@ -1,6 +1,10 @@
63 # ChangeLog for dev-perl/String-ShellQuote
64 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.29 2009/05/02 10:35:18 tove Exp $
66 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/ChangeLog,v 1.30 2010/02/02 17:52:20 tove Exp $
68 +
69 + 02 Feb 2010; Torsten Veller <tove@g.o>
70 + String-ShellQuote-1.03.ebuild:
71 + Fix LICENSE: same terms as perl (#301969). Maintenance
72
73 02 May 2009; Torsten Veller <tove@g.o>
74 -String-ShellQuote-1.00-r1.ebuild: