Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/nekohtml: ChangeLog nekohtml-1.9.6.ebuild
Date: Thu, 05 Jul 2012 19:50:33
Message-Id: 20120705195021.85B442004B@flycatcher.gentoo.org
1 sera 12/07/05 19:50:21
2
3 Modified: ChangeLog nekohtml-1.9.6.ebuild
4 Log:
5 Fix tests. Thanks to Ivan Baidakou <the.dmol@×××××.com> for the patch. #424295
6 Add missing IUSE.
7
8 (Portage version: 2.1.11.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 dev-java/nekohtml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/nekohtml/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/nekohtml/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/nekohtml/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/nekohtml/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 27 Jul 2008 07:34:58 -0000 1.11
24 +++ ChangeLog 5 Jul 2012 19:50:21 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-java/nekohtml
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/nekohtml/ChangeLog,v 1.11 2008/07/27 07:34:58 nixnut Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-java/nekohtml/ChangeLog,v 1.12 2012/07/05 19:50:21 sera Exp $
31 +
32 + 05 Jul 2012; Ralph Sennhauser <sera@g.o> nekohtml-1.9.6.ebuild:
33 + Fix tests. Thanks to Ivan Baidakou <the.dmol@×××××.com> for the patch.
34 + #424295
35 + Add missing IUSE.
36
37 27 Jul 2008; nixnut <nixnut@g.o> nekohtml-1.9.6.ebuild:
38 Stable on ppc wrt bug 212664
39
40
41
42 1.6 dev-java/nekohtml/nekohtml-1.9.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/nekohtml/nekohtml-1.9.6.ebuild?rev=1.6&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/nekohtml/nekohtml-1.9.6.ebuild?rev=1.6&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/nekohtml/nekohtml-1.9.6.ebuild?r1=1.5&r2=1.6
47
48 Index: nekohtml-1.9.6.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-java/nekohtml/nekohtml-1.9.6.ebuild,v
51 retrieving revision 1.5
52 retrieving revision 1.6
53 diff -u -r1.5 -r1.6
54 --- nekohtml-1.9.6.ebuild 27 Jul 2008 07:34:58 -0000 1.5
55 +++ nekohtml-1.9.6.ebuild 5 Jul 2012 19:50:21 -0000 1.6
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2008 Gentoo Foundation
58 +# Copyright 1999-2012 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-java/nekohtml/nekohtml-1.9.6.ebuild,v 1.5 2008/07/27 07:34:58 nixnut Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-java/nekohtml/nekohtml-1.9.6.ebuild,v 1.6 2012/07/05 19:50:21 sera Exp $
62
63 JAVA_PKG_IUSE="doc examples source"
64
65 @@ -14,6 +14,7 @@
66
67 SLOT="0"
68 KEYWORDS="amd64 ppc x86"
69 +IUSE=""
70
71 COMMON_DEP=">=dev-java/xerces-2.7"
72 DEPEND=">=virtual/jdk-1.4
73 @@ -21,6 +22,8 @@
74 RDEPEND=">=virtual/jre-1.4
75 ${COMMON_DEP}"
76
77 +JAVA_ANT_CLASSPATH_TAGS="${JAVA_ANT_CLASSPATH_TAGS} taskdef"
78 +
79 src_unpack() {
80 unpack ${A}
81 cd "${S}"
82 @@ -32,8 +35,7 @@
83 EANT_DOC_TARGET=""
84
85 src_test() {
86 - EANT_GENTOO_CLASSPATH="ant-core,xerces-2" eant test \
87 - -Djava.class.path="$(java-pkg_getjars xerces-2)"
88 + EANT_GENTOO_CLASSPATH="ant-core,xerces-2" eant test
89 }
90
91 src_install() {