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/Text-Shellwords: ChangeLog Text-Shellwords-1.08.ebuild
Date: Fri, 23 Apr 2010 13:01:34
Message-Id: 20100423130130.1EEA5317E1@corvid.gentoo.org
1 tove 10/04/23 13:01:29
2
3 Modified: ChangeLog Text-Shellwords-1.08.ebuild
4 Log:
5 Maintenance. EAPI=3. Fix LICENSE
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.27 dev-perl/Text-Shellwords/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 14 Jan 2010 15:47:23 -0000 1.26
22 +++ ChangeLog 23 Apr 2010 13:01:29 -0000 1.27
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Text-Shellwords
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.26 2010/01/14 15:47:23 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.27 2010/04/23 13:01:29 tove Exp $
28 +
29 + 23 Apr 2010; Torsten Veller <tove@g.o> Text-Shellwords-1.08.ebuild:
30 + Maintenance. EAPI=3. Fix LICENSE
31
32 14 Jan 2010; Fabian Groffen <grobian@g.o>
33 Text-Shellwords-1.08.ebuild:
34
35
36
37 1.12 dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild?rev=1.12&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild?rev=1.12&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild?r1=1.11&r2=1.12
42
43 Index: Text-Shellwords-1.08.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild,v
46 retrieving revision 1.11
47 retrieving revision 1.12
48 diff -u -r1.11 -r1.12
49 --- Text-Shellwords-1.08.ebuild 14 Jan 2010 15:47:23 -0000 1.11
50 +++ Text-Shellwords-1.08.ebuild 23 Apr 2010 13:01:29 -0000 1.12
51 @@ -1,23 +1,16 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild,v 1.11 2010/01/14 15:47:23 grobian Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild,v 1.12 2010/04/23 13:01:29 tove Exp $
56
57 -IUSE=""
58 +EAPI=3
59
60 +MODULE_AUTHOR=LDS
61 inherit perl-module
62
63 -MY_P=Text-Shellwords-${PV}
64 -S=${WORKDIR}/${MY_P}
65 -
66 -DESCRIPTION="Provides shellwords() routine which parses lines of text and returns a set of tokens using the same rules that the Unix shell does."
67 -
68 -SRC_URI="mirror://cpan/authors/id/L/LD/LDS/${P}.tar.gz"
69 -HOMEPAGE="http://search.cpan.org/~lds/"
70 +DESCRIPTION="Parses lines of text and returns a set of tokens using the same rules as the Unix shell"
71
72 SLOT="0"
73 -LICENSE="|| ( Artistic GPL-2 )"
74 KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
75 +IUSE=""
76
77 SRC_TEST="do"
78 -
79 -DEPEND="dev-lang/perl"