Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/dom4j/
Date: Fri, 07 Apr 2017 21:11:29
Message-Id: 1491598727.d775ce07b21b99a09a2ddbae8b98a626f49acb2d.monsieurp@gentoo
1 commit: d775ce07b21b99a09a2ddbae8b98a626f49acb2d
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 7 20:57:06 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 7 20:58:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d775ce07
7
8 dev-java/dom4j: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-java/dom4j/dom4j-1.6.1-r7.ebuild | 8 ++------
13 1 file changed, 2 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-java/dom4j/dom4j-1.6.1-r7.ebuild b/dev-java/dom4j/dom4j-1.6.1-r7.ebuild
16 index 5ed8109c4c7..18acf297ecf 100644
17 --- a/dev-java/dom4j/dom4j-1.6.1-r7.ebuild
18 +++ b/dev-java/dom4j/dom4j-1.6.1-r7.ebuild
19 @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source test"
20
21 inherit java-pkg-2 java-ant-2
22
23 -DESCRIPTION="Java library for working with XML"
24 +DESCRIPTION="XML Java library"
25 HOMEPAGE="http://dom4j.sourceforge.net/"
26 SRC_URI="
27 mirror://sourceforge/dom4j/${P}.tar.gz
28 @@ -15,7 +15,7 @@ SRC_URI="
29
30 LICENSE="dom4j"
31 SLOT="1"
32 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
33 +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
34 IUSE=""
35
36 CDEPEND="
37 @@ -59,10 +59,6 @@ src_prepare() {
38 rm -v "${JAVA_RM_FILES[@]}" || die
39 }
40
41 -# 0 - Requires X11.
42 -# 1 - Fails with JDK 1.7.
43 -# 2 - Fails with JDK 1.6.
44 -
45 JAVA_ANT_REWRITE_CLASSPATH="yes"
46 JAVA_ANT_CLASSPATH_TAGS+=" javadoc"