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/Algorithm-Dependency: ChangeLog Algorithm-Dependency-1.106.ebuild
Date: Sat, 06 Sep 2008 07:45:08
Message-Id: E1KbsTe-0003q5-Mh@stork.gentoo.org
1 tove 08/09/06 07:45:02
2
3 Modified: ChangeLog
4 Added: Algorithm-Dependency-1.106.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.30 dev-perl/Algorithm-Dependency/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Dependency/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Dependency/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Dependency/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Dependency/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 28 Mar 2008 10:16:56 -0000 1.29
23 +++ ChangeLog 6 Sep 2008 07:45:02 -0000 1.30
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Algorithm-Dependency
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Dependency/ChangeLog,v 1.29 2008/03/28 10:16:56 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Dependency/ChangeLog,v 1.30 2008/09/06 07:45:02 tove Exp $
29 +
30 +*Algorithm-Dependency-1.106 (06 Sep 2008)
31 +
32 + 06 Sep 2008; Torsten Veller <tove@g.o>
33 + +Algorithm-Dependency-1.106.ebuild:
34 + Version bump
35
36 28 Mar 2008; Jeroen Roovers <jer@g.o>
37 Algorithm-Dependency-1.103.ebuild:
38
39
40
41 1.1 dev-perl/Algorithm-Dependency/Algorithm-Dependency-1.106.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Dependency/Algorithm-Dependency-1.106.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Algorithm-Dependency/Algorithm-Dependency-1.106.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Algorithm-Dependency-1.106.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Dependency/Algorithm-Dependency-1.106.ebuild,v 1.1 2008/09/06 07:45:02 tove Exp $
51
52 MODULE_AUTHOR=ADAMK
53 inherit perl-module
54
55 DESCRIPTION="Toolkit for implementing dependency systems"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
60 IUSE="test"
61
62 SRC_TEST="do"
63
64 RDEPEND="dev-perl/Params-Util
65 >=virtual/perl-File-Spec-0.82
66 dev-lang/perl"
67 DEPEND="${RDEPEND}
68 test? ( dev-perl/Test-ClassAPI )"