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/tagged: ChangeLog tagged-0.40.ebuild
Date: Tue, 18 Nov 2008 15:52:28
Message-Id: E1L2SsM-0006Ni-7s@stork.gentoo.org
1 tove 08/11/18 15:52:26
2
3 Modified: ChangeLog tagged-0.40.ebuild
4 Log:
5 New virtuals: Compress-Zlib
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.15 dev-perl/tagged/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tagged/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tagged/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tagged/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/tagged/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 19 Jan 2007 16:01:46 -0000 1.14
22 +++ ChangeLog 18 Nov 2008 15:52:26 -0000 1.15
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/tagged
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/tagged/ChangeLog,v 1.14 2007/01/19 16:01:46 mcummings Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tagged/ChangeLog,v 1.15 2008/11/18 15:52:26 tove Exp $
29 +
30 + 18 Nov 2008; Torsten Veller <tove@g.o> tagged-0.40.ebuild:
31 + New virtuals: Compress-Zlib
32
33 19 Jan 2007; Michael Cummings <mcummings@g.o> tagged-0.40.ebuild:
34 Ebuild maintenance
35
36
37
38 1.15 dev-perl/tagged/tagged-0.40.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tagged/tagged-0.40.ebuild?rev=1.15&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tagged/tagged-0.40.ebuild?rev=1.15&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/tagged/tagged-0.40.ebuild?r1=1.14&r2=1.15
43
44 Index: tagged-0.40.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/tagged/tagged-0.40.ebuild,v
47 retrieving revision 1.14
48 retrieving revision 1.15
49 diff -u -r1.14 -r1.15
50 --- tagged-0.40.ebuild 19 Jan 2007 16:01:46 -0000 1.14
51 +++ tagged-0.40.ebuild 18 Nov 2008 15:52:26 -0000 1.15
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/tagged/tagged-0.40.ebuild,v 1.14 2007/01/19 16:01:46 mcummings Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tagged/tagged-0.40.ebuild,v 1.15 2008/11/18 15:52:26 tove Exp $
58
59 inherit perl-module
60
61 @@ -12,5 +12,5 @@
62 SLOT="0"
63 IUSE=""
64
65 -DEPEND="dev-perl/Compress-Zlib
66 +DEPEND="virtual/perl-Compress-Zlib
67 dev-lang/perl"