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/IO-Compress-Base: ChangeLog IO-Compress-Base-2.015.ebuild
Date: Fri, 05 Sep 2008 08:21:34
Message-Id: E1KbWZQ-0002z7-4U@stork.gentoo.org
1 tove 08/09/05 08:21:31
2
3 Modified: ChangeLog
4 Added: IO-Compress-Base-2.015.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.36 dev-perl/IO-Compress-Base/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Compress-Base/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Compress-Base/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Compress-Base/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Compress-Base/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 19 Jul 2008 08:29:26 -0000 1.35
23 +++ ChangeLog 5 Sep 2008 08:21:31 -0000 1.36
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/IO-Compress-Base
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Compress-Base/ChangeLog,v 1.35 2008/07/19 08:29:26 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Compress-Base/ChangeLog,v 1.36 2008/09/05 08:21:31 tove Exp $
29 +
30 +*IO-Compress-Base-2.015 (05 Sep 2008)
31 +
32 + 05 Sep 2008; Torsten Veller <tove@g.o>
33 + +IO-Compress-Base-2.015.ebuild:
34 + Version bump
35
36 *IO-Compress-Base-2.012 (19 Jul 2008)
37
38
39
40
41 1.1 dev-perl/IO-Compress-Base/IO-Compress-Base-2.015.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Compress-Base/IO-Compress-Base-2.015.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-Compress-Base/IO-Compress-Base-2.015.ebuild?rev=1.1&content-type=text/plain
45
46 Index: IO-Compress-Base-2.015.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/IO-Compress-Base/IO-Compress-Base-2.015.ebuild,v 1.1 2008/09/05 08:21:31 tove Exp $
51
52 MODULE_AUTHOR=PMQS
53
54 inherit perl-module
55
56 DESCRIPTION="Base Class for IO::Compress modules"
57
58 LICENSE="|| ( Artistic GPL-2 )"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
61 IUSE="test"
62
63 RDEPEND="virtual/perl-Scalar-List-Utils
64 dev-lang/perl"
65 DEPEND="${RDEPEND}
66 test? ( dev-perl/Test-Pod )"
67
68 SRC_TEST="do"