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-Parser: HTML-Parser-3.56.ebuild ChangeLog
Date: Mon, 29 Sep 2008 07:52:36
Message-Id: E1KkDYX-0006TT-G7@stork.gentoo.org
1 tove 08/09/29 07:52:33
2
3 Modified: HTML-Parser-3.56.ebuild ChangeLog
4 Log:
5 ... run tests at the right time...
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.12 dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild?r1=1.11&r2=1.12
14
15 Index: HTML-Parser-3.56.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- HTML-Parser-3.56.ebuild 29 Sep 2008 07:45:02 -0000 1.11
22 +++ HTML-Parser-3.56.ebuild 29 Sep 2008 07:52:32 -0000 1.12
23 @@ -1,6 +1,6 @@
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/HTML-Parser/HTML-Parser-3.56.ebuild,v 1.11 2008/09/29 07:45:02 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild,v 1.12 2008/09/29 07:52:32 tove Exp $
28
29 MODULE_AUTHOR=GAAS
30 inherit perl-module
31 @@ -10,9 +10,12 @@
32 LICENSE="|| ( Artistic GPL-2 )"
33 SLOT="0"
34 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
35 -IUSE=""
36 +IUSE="test"
37
38 -DEPEND=">=dev-perl/HTML-Tagset-3.03
39 +RDEPEND=">=dev-perl/HTML-Tagset-3.03
40 dev-lang/perl"
41 +DEPEND="${RDEPEND}
42 + test? ( dev-perl/Test-Pod )"
43
44 +SRC_TEST=do
45 mydoc="ANNOUNCEMENT TODO"
46
47
48
49 1.96 dev-perl/HTML-Parser/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Parser/ChangeLog?rev=1.96&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Parser/ChangeLog?rev=1.96&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Parser/ChangeLog?r1=1.95&r2=1.96
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v
58 retrieving revision 1.95
59 retrieving revision 1.96
60 diff -u -r1.95 -r1.96
61 --- ChangeLog 29 Sep 2008 07:45:02 -0000 1.95
62 +++ ChangeLog 29 Sep 2008 07:52:32 -0000 1.96
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-perl/HTML-Parser
65 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.95 2008/09/29 07:45:02 tove Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.96 2008/09/29 07:52:32 tove Exp $
68 +
69 + 29 Sep 2008; Torsten Veller <tove@g.o> HTML-Parser-3.56.ebuild:
70 + ... run tests at the right time...
71
72 29 Sep 2008; Torsten Veller <tove@g.o> HTML-Parser-3.56.ebuild:
73 Don't run perl-module_src_test in src_compile (#238857). Remove unicode