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/App-CLI: ChangeLog App-CLI-0.08.ebuild
Date: Thu, 26 Feb 2009 11:41:37
Message-Id: E1LcecO-00055K-SG@stork.gentoo.org
1 tove 09/02/26 11:41:32
2
3 Modified: ChangeLog
4 Added: App-CLI-0.08.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 dev-perl/App-CLI/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-CLI/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-CLI/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-CLI/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/App-CLI/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 18 Nov 2008 14:21:07 -0000 1.3
23 +++ ChangeLog 26 Feb 2009 11:41:32 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/App-CLI
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-CLI/ChangeLog,v 1.3 2008/11/18 14:21:07 tove Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-CLI/ChangeLog,v 1.4 2009/02/26 11:41:32 tove Exp $
30 +
31 +*App-CLI-0.08 (26 Feb 2009)
32 +
33 + 26 Feb 2009; Torsten Veller <tove@g.o> +App-CLI-0.08.ebuild:
34 + Version bump
35
36 18 Nov 2008; Torsten Veller <tove@g.o> App-CLI-0.07.ebuild:
37 New virtuals: Locale-Maketext-Simple Pod-Simple
38
39
40
41 1.1 dev-perl/App-CLI/App-CLI-0.08.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-CLI/App-CLI-0.08.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/App-CLI/App-CLI-0.08.ebuild?rev=1.1&content-type=text/plain
45
46 Index: App-CLI-0.08.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/App-CLI/App-CLI-0.08.ebuild,v 1.1 2009/02/26 11:41:32 tove Exp $
51
52 MODULE_AUTHOR=ALEXMV
53 inherit perl-module
54
55 DESCRIPTION="Dispatcher module for command line interface programs"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 RDEPEND="dev-lang/perl
63 >=virtual/perl-Getopt-Long-2.35
64 virtual/perl-Locale-Maketext-Simple
65 virtual/perl-Pod-Simple"
66 DEPEND="${RDEPEND}"
67
68 SRC_TEST="do"