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/HTML-SimpleParse: ChangeLog HTML-SimpleParse-0.12.ebuild
Date: Sun, 11 Jan 2009 14:12:13
Message-Id: E1LM12x-0001Ym-4Y@stork.gentoo.org
1 tove 09/01/11 14:12:11
2
3 Modified: ChangeLog HTML-SimpleParse-0.12.ebuild
4 Log:
5 Remove Module-Build from RDEPEND (#246942)
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-tuxonice i686)
7
8 Revision Changes Path
9 1.20 dev-perl/HTML-SimpleParse/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 18 Nov 2008 15:05:37 -0000 1.19
22 +++ ChangeLog 11 Jan 2009 14:12:11 -0000 1.20
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-perl/HTML-SimpleParse
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog,v 1.19 2008/11/18 15:05:37 tove Exp $
27 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog,v 1.20 2009/01/11 14:12:11 tove Exp $
29 +
30 + 11 Jan 2009; Torsten Veller <tove@g.o>
31 + HTML-SimpleParse-0.12.ebuild:
32 + Remove Module-Build from RDEPEND (#246942)
33
34 18 Nov 2008; Torsten Veller <tove@g.o>
35 HTML-SimpleParse-0.12.ebuild:
36
37
38
39 1.16 dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild?rev=1.16&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild?rev=1.16&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild?r1=1.15&r2=1.16
44
45 Index: HTML-SimpleParse-0.12.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild,v
48 retrieving revision 1.15
49 retrieving revision 1.16
50 diff -u -r1.15 -r1.16
51 --- HTML-SimpleParse-0.12.ebuild 18 Nov 2008 15:05:37 -0000 1.15
52 +++ HTML-SimpleParse-0.12.ebuild 11 Jan 2009 14:12:11 -0000 1.16
53 @@ -1,17 +1,17 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild,v 1.15 2008/11/18 15:05:37 tove Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild,v 1.16 2009/01/11 14:12:11 tove Exp $
59
60 +MODULE_AUTHOR=KWILLIAMS
61 inherit perl-module
62
63 DESCRIPTION="A bare-bones HTML parser, similar to HTML::Parser, but with a couple important distinctions."
64 -HOMEPAGE="http://search.cpan.org/~kwilliams/"
65 -SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz"
66
67 -LICENSE="Artistic"
68 +LICENSE="|| ( Artistic GPL-2 )"
69 SLOT="0"
70 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
71 IUSE=""
72
73 -DEPEND=">=virtual/perl-Module-Build-0.28
74 - dev-lang/perl"
75 +RDEPEND="dev-lang/perl"
76 +DEPEND="${RDEPEND}
77 + >=virtual/perl-Module-Build-0.28"