diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-29 07:52:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-29 07:52:32 +0000 |
commit | 41590daf238ee0f30330f780cea2bfc0c39d1aee (patch) | |
tree | 353e95b8840cb3d0bf058f29d5be2a3db4c6dc8e /dev-perl/HTML-Parser | |
parent | mask audacity 1.3.5-r1 until we solve the wxwidgets configure problem (diff) | |
download | gentoo-2-41590daf238ee0f30330f780cea2bfc0c39d1aee.tar.gz gentoo-2-41590daf238ee0f30330f780cea2bfc0c39d1aee.tar.bz2 gentoo-2-41590daf238ee0f30330f780cea2bfc0c39d1aee.zip |
... run tests at the right time...
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/HTML-Parser')
-rw-r--r-- | dev-perl/HTML-Parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog index fd459bda231e..389d7a705fe3 100644 --- a/dev-perl/HTML-Parser/ChangeLog +++ b/dev-perl/HTML-Parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Parser # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.95 2008/09/29 07:45:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.96 2008/09/29 07:52:32 tove Exp $ + + 29 Sep 2008; Torsten Veller <tove@gentoo.org> HTML-Parser-3.56.ebuild: + ... run tests at the right time... 29 Sep 2008; Torsten Veller <tove@gentoo.org> HTML-Parser-3.56.ebuild: Don't run perl-module_src_test in src_compile (#238857). Remove unicode diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild index 1f70fb4164b7..069fd4a98053 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ MODULE_AUTHOR=GAAS inherit perl-module @@ -10,9 +10,12 @@ DESCRIPTION="Parse <HEAD> section of HTML documents" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" +IUSE="test" -DEPEND=">=dev-perl/HTML-Tagset-3.03 +RDEPEND=">=dev-perl/HTML-Tagset-3.03 dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" +SRC_TEST=do mydoc="ANNOUNCEMENT TODO" |