[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2022-02-01 Thread Miroslav Šulc
commit: 5f63c1735b101520d9f7eb3c6fcdc6c6f3418b43
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Feb  1 09:19:09 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Feb  1 09:19:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f63c173

dev-java/commons-jxpath: removed obsolete 1.3-r3

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/commons-jxpath/Manifest   |  1 -
 .../commons-jxpath/commons-jxpath-1.3-r3.ebuild| 63 --
 2 files changed, 64 deletions(-)

diff --git a/dev-java/commons-jxpath/Manifest b/dev-java/commons-jxpath/Manifest
index 308bae33ff3d..290591108534 100644
--- a/dev-java/commons-jxpath/Manifest
+++ b/dev-java/commons-jxpath/Manifest
@@ -1,2 +1 @@
 DIST commons-jxpath-1.3-src.tar.gz 285339 BLAKE2B 
c0127ff90c51b7ba69c12072689cc7ca5b969fa29e4793839bef3200b0dc3fbb529c89e21877daa4def4386f94298e43054828d4b4b05be3671e38d9f728d3d0
 SHA512 
a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152
-DIST commons-jxpath-1.3.tar.gz 285339 BLAKE2B 
c0127ff90c51b7ba69c12072689cc7ca5b969fa29e4793839bef3200b0dc3fbb529c89e21877daa4def4386f94298e43054828d4b4b05be3671e38d9f728d3d0
 SHA512 
a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild
deleted file mode 100644
index 270da007b138..
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds"
-HOMEPAGE="http://commons.apache.org/jxpath/;
-SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-
-S="${WORKDIR}/${P}-src"
-
-CDEPEND="
-   dev-java/jdom:0
-   java-virtuals/servlet-api:3.0
-   dev-java/commons-beanutils:1.7"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-DEPEND="
-   ${CDEPEND}
-   test? (
-   dev-java/ant-junit:0
-   dev-java/commons-logging:0
-   dev-java/commons-collections:0
-   )
-   >=virtual/jdk-1.6"
-
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-EANT_GENTOO_CLASSPATH="jdom,servlet-api-3.0,commons-beanutils-1.7"
-
-EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},commons-logging,commons-collections,ant-junit"
-ANT_TASKS="ant-junit"
-EANT_TEST_TARGET="test"
-
-# This one needs mockrunner. See #259027.
-JAVA_RM_FILES=(
-   src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java
-)
-
-java_prepare() {
-   # Don't automatically run tests.
-   sed 's/depends="compile,test"/depends="compile"/' -i build.xml || die
-}
-
-src_test() {
-   java-pkg-2_src_test
-}
-
-src_install() {
-   java-pkg_dojar target/${PN}.jar
-   use doc && java-pkg_dojavadoc dist/docs/api
-   use source && java-pkg_dosrc src/java/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2022-01-31 Thread Agostino Sarubbo
commit: 22f1b3cdc76111e1487ab10b11adc4bf40f12e14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  1 07:34:14 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  1 07:34:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f1b3cd

dev-java/commons-jxpath: ppc64 stable wrt bug #831132

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
index df742b5fd7b6..af6d503a2289 100644
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
 
 # Common dependencies
 # POM: pom.xml



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2022-01-31 Thread Jakov Smolić
commit: dc0608b3856d75a6dffbbdfc0b2f6f9de3b5a941
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jan 31 09:22:35 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jan 31 09:22:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0608b3

dev-java/commons-jxpath: Stabilize 1.3-r5 amd64, #831132

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
index f21a1cc49a8c..df742b5fd7b6 100644
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 # Common dependencies
 # POM: pom.xml



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2022-01-31 Thread Jakov Smolić
commit: ba9494812164fc5be18fc0db88792a8e335d6a86
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jan 31 09:22:19 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jan 31 09:22:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba949481

dev-java/commons-jxpath: Stabilize 1.3-r5 x86, #831132

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
index 82e008be5830..f21a1cc49a8c 100644
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Skeleton command:
@@ -19,7 +19,7 @@ 
SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 
 # Common dependencies
 # POM: pom.xml



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2021-12-31 Thread Miroslav Šulc
commit: e7d75cc6a3d28df369869cf02a6cdc1d93fcef6c
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Dec 30 11:09:54 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Dec 31 09:31:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d75cc6

dev-java/commons-jxpath: Drop 1.3-r4

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23582
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../commons-jxpath/commons-jxpath-1.3-r4.ebuild| 63 --
 1 file changed, 63 deletions(-)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r4.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r4.ebuild
deleted file mode 100644
index bc77ab2d8ed2..
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds"
-HOMEPAGE="https://commons.apache.org/jxpath/;
-SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-S="${WORKDIR}/${P}-src"
-
-CDEPEND="
-   dev-java/jdom:0
-   java-virtuals/servlet-api:3.0
-   dev-java/commons-beanutils:1.7"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-DEPEND="
-   ${CDEPEND}
-   test? (
-   dev-java/ant-junit:0
-   dev-java/commons-logging:0
-   dev-java/commons-collections:0
-   )
-   >=virtual/jdk-1.6"
-
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-EANT_GENTOO_CLASSPATH="jdom,servlet-api-3.0,commons-beanutils-1.7"
-
-EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},commons-logging,commons-collections,ant-junit"
-ANT_TASKS="ant-junit"
-EANT_TEST_TARGET="test"
-
-src_prepare() {
-   default
-
-   # Don't automatically run tests.
-   sed 's/depends="compile,test"/depends="compile"/' -i build.xml || die
-
-   # This one needs mockrunner. See #259027.
-   rm -v 
src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java || die
-}
-
-src_test() {
-   java-pkg-2_src_test
-}
-
-src_install() {
-   java-pkg_dojar target/${PN}.jar
-   use doc && java-pkg_dojavadoc dist/docs/api
-   use source && java-pkg_dosrc src/java/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2021-12-31 Thread Miroslav Šulc
commit: 9955a28de37af0b5de6784d47c8cf2f3930ef256
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Dec 30 11:08:11 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Dec 31 09:31:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9955a28d

dev-java/commons-jxpath: EAPI 8, min java 1.8:*

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/commons-jxpath/Manifest   |  1 +
 .../commons-jxpath/commons-jxpath-1.3-r5.ebuild| 62 ++
 dev-java/commons-jxpath/metadata.xml   | 11 ++--
 3 files changed, 70 insertions(+), 4 deletions(-)

diff --git a/dev-java/commons-jxpath/Manifest b/dev-java/commons-jxpath/Manifest
index ec388a631cd1..308bae33ff3d 100644
--- a/dev-java/commons-jxpath/Manifest
+++ b/dev-java/commons-jxpath/Manifest
@@ -1 +1,2 @@
+DIST commons-jxpath-1.3-src.tar.gz 285339 BLAKE2B 
c0127ff90c51b7ba69c12072689cc7ca5b969fa29e4793839bef3200b0dc3fbb529c89e21877daa4def4386f94298e43054828d4b4b05be3671e38d9f728d3d0
 SHA512 
a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152
 DIST commons-jxpath-1.3.tar.gz 285339 BLAKE2B 
c0127ff90c51b7ba69c12072689cc7ca5b969fa29e4793839bef3200b0dc3fbb529c89e21877daa4def4386f94298e43054828d4b4b05be3671e38d9f728d3d0
 SHA512 
a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
new file mode 100644
index ..82e008be5830
--- /dev/null
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
mirror://apache/commons/jxpath/source/commons-jxpath-1.3-src.tar.gz --slot 0 
--keywords "~amd64 ~ppc64 ~x86" --ebuild commons-jxpath-1.3-r5.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="commons-jxpath:commons-jxpath:1.3"
+# Tests depend on mockrunner-jdk1.3-j2ee1 which we don't have
+# JAVA_TESTING_FRAMEWORKS="junit"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds"
+HOMEPAGE="https://commons.apache.org/jxpath/;
+SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+# Common dependencies
+# POM: pom.xml
+# commons-beanutils:commons-beanutils:1.7.0 -> 
>=dev-java/commons-beanutils-1.9.4:1.7
+# jdom:jdom:1.0 -> !!!groupId-not-found!!!
+
+CP_DEPEND="
+   dev-java/commons-beanutils:1.7
+   dev-java/jdom:0
+   java-virtuals/servlet-api:3.0
+"
+
+# Compile dependencies
+# POM: pom.xml
+# javax.servlet:jsp-api:2.0 -> !!!groupId-not-found!!!
+# javax.servlet:servlet-api:2.4 -> !!!groupId-not-found!!!
+# xerces:xercesImpl:2.4.0 -> >=dev-java/xerces-2.12.0:2
+# xml-apis:xml-apis:1.3.04 -> !!!groupId-not-found!!!
+# POM: pom.xml
+# test? com.mockrunner:mockrunner-jdk1.3-j2ee1.3:0.4 -> !!!groupId-not-found!!!
+# test? junit:junit:3.8.1 -> >=dev-java/junit-3.8.2:0
+
+DEPEND="${CP_DEPEND}
+   >=virtual/jdk-1.8:*
+   dev-java/xerces:2"
+
+RDEPEND="${CP_DEPEND}
+   >=virtual/jre-1.8:*"
+
+DOCS=( {LICENSE,NOTICE}.txt )
+
+S="${WORKDIR}/${P}-src"
+
+JAVA_CLASSPATH_EXTRA="xerces-2"
+JAVA_SRC_DIR="src/java"
+
+src_install() {
+   default # https://bugs.gentoo.org/789582
+   java-pkg-simple_src_install
+}

diff --git a/dev-java/commons-jxpath/metadata.xml 
b/dev-java/commons-jxpath/metadata.xml
index 6021501589e0..f918f7019466 100644
--- a/dev-java/commons-jxpath/metadata.xml
+++ b/dev-java/commons-jxpath/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   j...@gentoo.org
-   Java
-
+   
+   j...@gentoo.org
+   Java
+   
+   
+   A Java-based implementation of XPath 1.0 that, in addition to 
XML processing, can inspect/modify Java object graphs (the library's explicit 
purpose) and even mixed Java/XML structures.
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2018-06-06 Thread Patrice Clement
commit: 11c35c30adb5b20c7e52d6db46e901c258d71403
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jun  6 12:31:30 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jun  6 12:32:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c35c30

dev-java/commons-jxpath: EAPI 6 bump.

Closes: https://bugs.gentoo.org/657402
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../commons-jxpath/commons-jxpath-1.3-r4.ebuild| 63 ++
 1 file changed, 63 insertions(+)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r4.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r4.ebuild
new file mode 100644
index 000..bc77ab2d8ed
--- /dev/null
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source test"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds"
+HOMEPAGE="https://commons.apache.org/jxpath/;
+SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+S="${WORKDIR}/${P}-src"
+
+CDEPEND="
+   dev-java/jdom:0
+   java-virtuals/servlet-api:3.0
+   dev-java/commons-beanutils:1.7"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+DEPEND="
+   ${CDEPEND}
+   test? (
+   dev-java/ant-junit:0
+   dev-java/commons-logging:0
+   dev-java/commons-collections:0
+   )
+   >=virtual/jdk-1.6"
+
+JAVA_ANT_REWRITE_CLASSPATH="yes"
+EANT_GENTOO_CLASSPATH="jdom,servlet-api-3.0,commons-beanutils-1.7"
+
+EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},commons-logging,commons-collections,ant-junit"
+ANT_TASKS="ant-junit"
+EANT_TEST_TARGET="test"
+
+src_prepare() {
+   default
+
+   # Don't automatically run tests.
+   sed 's/depends="compile,test"/depends="compile"/' -i build.xml || die
+
+   # This one needs mockrunner. See #259027.
+   rm -v 
src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java || die
+}
+
+src_test() {
+   java-pkg-2_src_test
+}
+
+src_install() {
+   java-pkg_dojar target/${PN}.jar
+   use doc && java-pkg_dojavadoc dist/docs/api
+   use source && java-pkg_dosrc src/java/*
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2017-05-17 Thread Patrice Clement
commit: 23aea22f28f5e0fc544283ef2b83060aa9346d18
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed May 17 14:23:00 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed May 17 14:34:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23aea22f

dev-java/commons-jxpath: clean up old.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/commons-jxpath/Manifest   |  1 -
 .../commons-jxpath/commons-jxpath-1.3-r1.ebuild| 60 --
 .../commons-jxpath/commons-jxpath-1.3-r2.ebuild| 60 --
 3 files changed, 121 deletions(-)

diff --git a/dev-java/commons-jxpath/Manifest b/dev-java/commons-jxpath/Manifest
index 7da8cd4d743..8e9843e01e5 100644
--- a/dev-java/commons-jxpath/Manifest
+++ b/dev-java/commons-jxpath/Manifest
@@ -1,2 +1 @@
-DIST commons-jxpath-1.3-src.tar.gz 285339 SHA256 
da314198d75c6da660e2603bd1543a8f5d0b640c5144b748e62e59afc278efe6 SHA512 
a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152
 WHIRLPOOL 
de683fa0e2d985cb57b434af224d2cca73d215d9429b97dc940933fb4a042638227b8fb342d81a1407faf740d1a42c3d5869fc2f78307e558fffb6dd97f36e97
 DIST commons-jxpath-1.3.tar.gz 285339 SHA256 
da314198d75c6da660e2603bd1543a8f5d0b640c5144b748e62e59afc278efe6 SHA512 
a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152
 WHIRLPOOL 
de683fa0e2d985cb57b434af224d2cca73d215d9429b97dc940933fb4a042638227b8fb342d81a1407faf740d1a42c3d5869fc2f78307e558fffb6dd97f36e97

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
deleted file mode 100644
index cfce6725e13..000
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds"
-HOMEPAGE="http://commons.apache.org/jxpath/;
-SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-S="${WORKDIR}/${P}-src"
-
-CDEPEND="dev-java/commons-beanutils:1.7
-   java-virtuals/servlet-api:2.5
-   dev-java/jdom:1.0"
-RDEPEND=">=virtual/jre-1.6
-   ${CDEPEND}"
-DEPEND=">=virtual/jdk-1.6
-   test? (
-   dev-java/commons-collections:0
-   dev-java/commons-logging:0
-   )
-   ${CDEPEND}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   mkdir -p "${S}/target/lib"
-   cd "${S}/target/lib"
-   java-pkg_jar-from commons-beanutils-1.7
-   java-pkg_jar-from servlet-api-2.5
-   java-pkg_jar-from jdom-1.0
-}
-
-src_prepare() {
-   # Don't automatically run tests
-   sed 's/depends="compile,test"/depends="compile"/' -i build.xml || die
-}
-
-src_test() {
-   # this one needs mockrunner #259027
-   rm 
src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java || die
-   java-pkg_jar-from --into target/lib \
-   commons-collections,commons-logging,junit
-   ANT_TASKS="ant-junit" eant test
-}
-
-src_install() {
-   java-pkg_dojar target/${PN}.jar
-   use doc && java-pkg_dojavadoc dist/docs/api
-   use source && java-pkg_dosrc src/java/*
-}

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r2.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r2.ebuild
deleted file mode 100644
index c54cb7ffb62..000
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds"
-HOMEPAGE="http://commons.apache.org/jxpath/;
-SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-S="${WORKDIR}/${P}-src"
-
-CDEPEND="dev-java/commons-beanutils:1.7
-   java-virtuals/servlet-api:2.5
-   dev-java/jdom:0"
-RDEPEND=">=virtual/jre-1.6
-   ${CDEPEND}"
-DEPEND=">=virtual/jdk-1.6
-   test? (
-   dev-java/commons-collections:0
-   dev-java/commons-logging:0
-   )
-   ${CDEPEND}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   mkdir -p "${S}/target/lib"
-   cd "${S}/target/lib"
-   java-pkg_jar-from commons-beanutils-1.7
-   java-pkg_jar-from servlet-api-2.5
-   java-pkg_jar-from jdom
-}
-
-src_prepare() {
-   # Don't automatically run tests
-   sed 's/depends="compile,test"/depends="compile"/' -i 

[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2017-05-17 Thread Patrice Clement
commit: 09581efb60e39f98ae61243702f6936a55e49936
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed May 17 14:21:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed May 17 14:34:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09581efb

dev-java/commons-jxpath: stable for amd64. mark stable for the remaining arches 
using the ALLARCHES policy.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild
index a488095444e..04c796d859d 100644
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,8 +13,7 @@ 
SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
+KEYWORDS="amd64 ppc64 x86 ~x86-fbsd"
 
 S="${WORKDIR}/${P}-src"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2016-10-09 Thread Patrice Clement
commit: da1ea52593e1166dd79c9626b3537ee2bd868d5e
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Oct  9 09:35:28 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Oct  9 09:35:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1ea525

dev-java/commons-jxpath: bump jdom dependency from 1.0 to 0 and tidy up ebuild.

Package-Manager: portage-2.3.0

 dev-java/commons-jxpath/Manifest   |  1 +
 .../commons-jxpath/commons-jxpath-1.3-r3.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/dev-java/commons-jxpath/Manifest b/dev-java/commons-jxpath/Manifest
index 4917a3b..7da8cd4 100644
--- a/dev-java/commons-jxpath/Manifest
+++ b/dev-java/commons-jxpath/Manifest
@@ -1 +1,2 @@
 DIST commons-jxpath-1.3-src.tar.gz 285339 SHA256 
da314198d75c6da660e2603bd1543a8f5d0b640c5144b748e62e59afc278efe6 SHA512 
a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152
 WHIRLPOOL 
de683fa0e2d985cb57b434af224d2cca73d215d9429b97dc940933fb4a042638227b8fb342d81a1407faf740d1a42c3d5869fc2f78307e558fffb6dd97f36e97
+DIST commons-jxpath-1.3.tar.gz 285339 SHA256 
da314198d75c6da660e2603bd1543a8f5d0b640c5144b748e62e59afc278efe6 SHA512 
a0ad0b90c9aa4c732c47c8f38f036990438f526295b782fbdc00fd67e4c0e92643c7850429eb5263f9d322aff7cb7000b8ff2bffcdcfa88fa3ba5354dce7e152
 WHIRLPOOL 
de683fa0e2d985cb57b434af224d2cca73d215d9429b97dc940933fb4a042638227b8fb342d81a1407faf740d1a42c3d5869fc2f78307e558fffb6dd97f36e97

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild
new file mode 100644
index ..864398c
--- /dev/null
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc source test"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds"
+HOMEPAGE="http://commons.apache.org/jxpath/;
+SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+S="${WORKDIR}/${P}-src"
+
+CDEPEND="
+   dev-java/jdom:0
+   java-virtuals/servlet-api:3.0
+   dev-java/commons-beanutils:1.7"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+DEPEND="
+   ${CDEPEND}
+   test? (
+   dev-java/ant-junit:0
+   dev-java/commons-logging:0
+   dev-java/commons-collections:0
+   )
+   >=virtual/jdk-1.6"
+
+JAVA_ANT_REWRITE_CLASSPATH="yes"
+EANT_GENTOO_CLASSPATH="jdom,servlet-api-3.0,commons-beanutils-1.7"
+
+EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},commons-logging,commons-collections,ant-junit"
+ANT_TASKS="ant-junit"
+EANT_TEST_TARGET="test"
+
+# This one needs mockrunner. See #259027.
+JAVA_RM_FILES=(
+   src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java
+)
+
+java_prepare() {
+   # Don't automatically run tests.
+   sed 's/depends="compile,test"/depends="compile"/' -i build.xml || die
+}
+
+src_test() {
+   java-pkg-2_src_test
+}
+
+src_install() {
+   java-pkg_dojar target/${PN}.jar
+   use doc && java-pkg_dojavadoc dist/docs/api
+   use source && java-pkg_dosrc src/java/*
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2015-09-29 Thread James Le Cuirot
commit: f725d73fd600a566c96f821f26d001d664ad8bb7
Author: William L. Thomson Jr  o-sinc  com>
AuthorDate: Thu Sep 17 23:49:51 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Sep 29 21:19:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f725d73f

dev-java/commons-jxpath: Updated dev-java/jdom slot from 1.0 -> 0 for v1

 .../commons-jxpath/commons-jxpath-1.3-r2.ebuild| 61 ++
 1 file changed, 61 insertions(+)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r2.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r2.ebuild
new file mode 100644
index 000..bcbf18f
--- /dev/null
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+JAVA_PKG_IUSE="doc source test"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Applies XPath expressions to graphs of objects of all kinds"
+HOMEPAGE="http://commons.apache.org/jxpath/;
+SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+S="${WORKDIR}/${P}-src"
+
+CDEPEND="dev-java/commons-beanutils:1.7
+   java-virtuals/servlet-api:2.5
+   dev-java/jdom:0"
+RDEPEND=">=virtual/jre-1.6
+   ${CDEPEND}"
+DEPEND=">=virtual/jdk-1.6
+   test? (
+   dev-java/commons-collections:0
+   dev-java/commons-logging:0
+   )
+   ${CDEPEND}"
+
+src_unpack() {
+   unpack ${A}
+   cd "${S}"
+
+   mkdir -p "${S}/target/lib"
+   cd "${S}/target/lib"
+   java-pkg_jar-from commons-beanutils-1.7
+   java-pkg_jar-from servlet-api-2.5
+   java-pkg_jar-from jdom
+}
+
+src_prepare() {
+   # Don't automatically run tests
+   sed 's/depends="compile,test"/depends="compile"/' -i build.xml || die
+}
+
+src_test() {
+   # this one needs mockrunner #259027
+   rm 
src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java || die
+   java-pkg_jar-from --into target/lib \
+   commons-collections,commons-logging,junit
+   ANT_TASKS="ant-junit" eant test
+}
+
+src_install() {
+   java-pkg_dojar target/${PN}.jar
+   use doc && java-pkg_dojavadoc dist/docs/api
+   use source && java-pkg_dosrc src/java/*
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2015-08-30 Thread Patrice Clement
commit: eccda70a3cc40459f0f0e97cdb8c6971e900841b
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Sun Aug 30 20:01:08 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Sun Aug 30 20:21:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccda70a

dev-java/commons-xpath: Remove old.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/commons-jxpath/commons-jxpath-1.3.ebuild | 60 ---
 1 file changed, 60 deletions(-)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild
deleted file mode 100644
index 69d4fe4..000
--- a/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=1
-JAVA_PKG_IUSE=doc source test
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION=Applies XPath expressions to graphs of objects of all kinds
-HOMEPAGE=http://commons.apache.org/jxpath/;
-SRC_URI=mirror://apache/commons/jxpath/source/${P}-src.tar.gz
-
-LICENSE=Apache-2.0
-SLOT=0
-KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd
-IUSE=
-
-S=${WORKDIR}/${P}-src
-
-COMMON_DEPEND=dev-java/commons-beanutils:1.7
-   dev-java/servletapi:2.4
-   dev-java/jdom:1.0
-RDEPEND==virtual/jre-1.4
-   ${COMMON_DEPEND}
-DEPEND==virtual/jdk-1.4
-   test? (
-   dev-java/ant-junit
-   dev-java/commons-collections
-   dev-java/commons-logging
-   )
-   ${COMMON_DEPEND}
-
-src_unpack() {
-   unpack ${A}
-   cd ${S}
-
-   # Don't automatically run tests
-   sed 's/depends=compile,test/depends=compile/' -i build.xml || die
-
-   mkdir -p ${S}/target/lib
-   cd ${S}/target/lib
-   java-pkg_jar-from commons-beanutils-1.7
-   java-pkg_jar-from servletapi-2.4
-   java-pkg_jar-from jdom-1.0
-}
-
-src_test() {
-   # this one needs mockrunner #259027
-   rm 
src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java || die
-   java-pkg_jar-from --into target/lib \
-   commons-collections,commons-logging,junit
-   ANT_TASKS=ant-junit eant test
-}
-
-src_install() {
-   java-pkg_dojar target/${PN}.jar
-   use doc  java-pkg_dojavadoc dist/docs/api
-   use source  java-pkg_dosrc src/java/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2015-08-30 Thread Patrice Clement
commit: de52d749ec68019cade7f2484e0646f8d339cf0a
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Sun Aug 30 19:59:03 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Sun Aug 30 20:21:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de52d749

dev-java/commons-xpath: Stable for ppc+ppc64. Fixes bug 558116.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
index f3a16c2..dcfec79 100644
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI=mirror://apache/commons/jxpath/source/${P}-src.tar.gz
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-fbsd
+KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd
 IUSE=
 
 S=${WORKDIR}/${P}-src



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2015-08-26 Thread Agostino Sarubbo
commit: cfb7494965688987b6280208357127eca48a1115
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Wed Aug 26 10:42:08 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Wed Aug 26 10:42:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb74949

dev-java/commons-jxpath: amd64 stable wrt bug #558116

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=amd64

 dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
index 2cf7445..8af5a88 100644
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI=mirror://apache/commons/jxpath/source/${P}-src.tar.gz
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
 IUSE=
 
 S=${WORKDIR}/${P}-src



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jxpath/

2015-08-26 Thread Mikle Kolyada
commit: e8a57bb1145bfdf4fbf6ca7c558af7cf3e2880fc
Author: Mikle Kolyada zlogene AT gentoo DOT org
AuthorDate: Wed Aug 26 14:16:47 2015 +
Commit: Mikle Kolyada zlogene AT gentoo DOT org
CommitDate: Wed Aug 26 14:16:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a57bb1

dev-java/commons-jxpath: x86 stable wrt bug #558116

Package-Manager: portage-2.2.20.1

 dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild 
b/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
index 8af5a88..f3a16c2 100644
--- a/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
+++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI=mirror://apache/commons/jxpath/source/${P}-src.tar.gz
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
+KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-fbsd
 IUSE=
 
 S=${WORKDIR}/${P}-src