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/RTF-Writer: RTF-Writer-1.11.ebuild ChangeLog
Date: Sat, 02 Aug 2008 20:21:32
Message-Id: E1KPNbU-0003mJ-OJ@stork.gentoo.org
1 tove 08/08/02 20:21:28
2
3 Modified: RTF-Writer-1.11.ebuild ChangeLog
4 Log:
5 perl-core/Test-Harness -> virtual/perl-Test-Harness (#211623)
6 (Portage version: 2.2_rc6/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.3 dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild?r1=1.2&r2=1.3
14
15 Index: RTF-Writer-1.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- RTF-Writer-1.11.ebuild 27 Dec 2007 13:44:40 -0000 1.2
22 +++ RTF-Writer-1.11.ebuild 2 Aug 2008 20:21:28 -0000 1.3
23 @@ -1,12 +1,11 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild,v 1.2 2007/12/27 13:44:40 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/RTF-Writer-1.11.ebuild,v 1.3 2008/08/02 20:21:28 tove Exp $
29
30 +MODULE_AUTHOR=SBURKE
31 inherit perl-module
32
33 DESCRIPTION="RTF::Writer - for generating documents in Rich Text Format"
34 -HOMEPAGE="http://search.cpan.org/~sburke/${P}"
35 -SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz"
36
37 LICENSE="|| ( Artistic GPL-2 )"
38 SLOT="0"
39 @@ -14,6 +13,7 @@
40 IUSE="test"
41 SRC_TEST="do"
42
43 -DEPEND="dev-lang/perl
44 - dev-perl/ImageSize
45 - test? ( perl-core/Test-Harness )"
46 +RDEPEND="dev-lang/perl
47 + dev-perl/ImageSize"
48 +DEPEND="${RDEPEND}
49 + test? ( virtual/perl-Test-Harness )"
50
51
52
53 1.3 dev-perl/RTF-Writer/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/RTF-Writer/ChangeLog?rev=1.3&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/RTF-Writer/ChangeLog?rev=1.3&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/RTF-Writer/ChangeLog?r1=1.2&r2=1.3
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/ChangeLog,v
62 retrieving revision 1.2
63 retrieving revision 1.3
64 diff -u -r1.2 -r1.3
65 --- ChangeLog 27 Dec 2007 13:44:40 -0000 1.2
66 +++ ChangeLog 2 Aug 2008 20:21:28 -0000 1.3
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-perl/RTF-Writer
69 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/ChangeLog,v 1.2 2007/12/27 13:44:40 ticho Exp $
71 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/RTF-Writer/ChangeLog,v 1.3 2008/08/02 20:21:28 tove Exp $
73 +
74 + 02 Aug 2008; Torsten Veller <tove@g.o> RTF-Writer-1.11.ebuild:
75 + perl-core/Test-Harness -> virtual/perl-Test-Harness (#211623)
76
77 27 Dec 2007; Andrej Kacian <ticho@g.o> RTF-Writer-1.11.ebuild:
78 Stable on x86.