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:45:06
Message-Id: E1KkDRG-0006OR-UO@stork.gentoo.org
1 tove 08/09/29 07:45:02
2
3 Modified: HTML-Parser-3.56.ebuild ChangeLog
4 Log:
5 Don't run perl-module_src_test in src_compile (#238857). Remove unicode useflags as it is no longer a compile time option.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.11 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.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild?rev=1.11&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.10&r2=1.11
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.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- HTML-Parser-3.56.ebuild 7 Jun 2008 11:59:35 -0000 1.10
22 +++ HTML-Parser-3.56.ebuild 29 Sep 2008 07:45:02 -0000 1.11
23 @@ -1,31 +1,18 @@
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.10 2008/06/07 11:59:35 aballier Exp $
27 +# $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 $
28
29 +MODULE_AUTHOR=GAAS
30 inherit perl-module
31
32 DESCRIPTION="Parse <HEAD> section of HTML documents"
33 -HOMEPAGE="http://search.cpan.org/~gaas/${P}/"
34 -SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz"
35
36 -LICENSE="Artistic"
37 +LICENSE="|| ( Artistic GPL-2 )"
38 SLOT="0"
39 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
40 -IUSE="unicode"
41 +IUSE=""
42
43 DEPEND=">=dev-perl/HTML-Tagset-3.03
44 dev-lang/perl"
45
46 mydoc="ANNOUNCEMENT TODO"
47 -
48 -src_compile() {
49 - use unicode && answer='y' || answer='n'
50 - if [ "${MMSIXELEVEN}" ]; then
51 - echo "${answer}" | perl Makefile.PL ${myconf} \
52 - PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D}
53 - else
54 - echo "${answer}" | perl Makefile.PL ${myconf} \
55 - PREFIX=${D}/usr INSTALLDIRS=vendor
56 - fi
57 - perl-module_src_test
58 -}
59
60
61
62 1.95 dev-perl/HTML-Parser/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Parser/ChangeLog?rev=1.95&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Parser/ChangeLog?rev=1.95&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/HTML-Parser/ChangeLog?r1=1.94&r2=1.95
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v
71 retrieving revision 1.94
72 retrieving revision 1.95
73 diff -u -r1.94 -r1.95
74 --- ChangeLog 15 Sep 2008 18:54:06 -0000 1.94
75 +++ ChangeLog 29 Sep 2008 07:45:02 -0000 1.95
76 @@ -1,6 +1,10 @@
77 # ChangeLog for dev-perl/HTML-Parser
78 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.94 2008/09/15 18:54:06 tove Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.95 2008/09/29 07:45:02 tove Exp $
81 +
82 + 29 Sep 2008; Torsten Veller <tove@g.o> HTML-Parser-3.56.ebuild:
83 + Don't run perl-module_src_test in src_compile (#238857). Remove unicode
84 + useflags as it is no longer a compile time option.
85
86 15 Sep 2008; Torsten Veller <tove@g.o> -HTML-Parser-3.48.ebuild,
87 -HTML-Parser-3.54.ebuild, -HTML-Parser-3.55.ebuild: