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/Text-WikiFormat: Text-WikiFormat-0.79.ebuild ChangeLog
Date: Sat, 22 Nov 2008 11:26:05
Message-Id: E1L3qck-0001jb-A3@stork.gentoo.org
1 tove 08/11/22 11:26:02
2
3 Modified: Text-WikiFormat-0.79.ebuild ChangeLog
4 Log:
5 Remove Module-Build from RDEPEND
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.27-tuxonice i686)
7
8 Revision Changes Path
9 1.7 dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild?r1=1.6&r2=1.7
14
15 Index: Text-WikiFormat-0.79.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- Text-WikiFormat-0.79.ebuild 18 Nov 2008 15:40:09 -0000 1.6
22 +++ Text-WikiFormat-0.79.ebuild 22 Nov 2008 11:26:02 -0000 1.7
23 @@ -1,21 +1,21 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild,v 1.6 2008/11/18 15:40:09 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.79.ebuild,v 1.7 2008/11/22 11:26:02 tove Exp $
28
29 +MODULE_AUTHOR=CHROMATIC
30 inherit perl-module
31
32 DESCRIPTION="Translate Wiki formatted text into other formats"
33 -SRC_URI="mirror://cpan/authors/id/C/CH/CHROMATIC/${P}.tar.gz"
34 -HOMEPAGE="http://search.cpan.org/~chromatic/${P}/"
35
36 SLOT="0"
37 LICENSE="|| ( Artistic GPL-2 )"
38 KEYWORDS="amd64 ia64 ~ppc sparc x86"
39 -
40 -DEPEND="dev-perl/URI
41 - virtual/perl-Scalar-List-Utils
42 - >=virtual/perl-Module-Build-0.28
43 - dev-lang/perl"
44 IUSE=""
45
46 SRC_TEST="do"
47 +
48 +RDEPEND="dev-perl/URI
49 + virtual/perl-Scalar-List-Utils
50 + dev-lang/perl"
51 +DEPEND="${RDEPEND}
52 + >=virtual/perl-Module-Build-0.28"
53
54
55
56 1.26 dev-perl/Text-WikiFormat/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog?rev=1.26&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog?rev=1.26&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog?r1=1.25&r2=1.26
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v
65 retrieving revision 1.25
66 retrieving revision 1.26
67 diff -u -r1.25 -r1.26
68 --- ChangeLog 18 Nov 2008 15:40:09 -0000 1.25
69 +++ ChangeLog 22 Nov 2008 11:26:02 -0000 1.26
70 @@ -1,6 +1,9 @@
71 # ChangeLog for dev-perl/Text-WikiFormat
72 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.25 2008/11/18 15:40:09 tove Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/ChangeLog,v 1.26 2008/11/22 11:26:02 tove Exp $
75 +
76 + 22 Nov 2008; Torsten Veller <tove@g.o> Text-WikiFormat-0.79.ebuild:
77 + Remove Module-Build from RDEPEND
78
79 18 Nov 2008; Torsten Veller <tove@g.o> Text-WikiFormat-0.79.ebuild:
80 New virtuals: module-build