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

2018-03-01 Thread Michał Górny
commit: 43f667af61838b89d9e2d6f53ff3fc2b6958ce77
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 08:43:58 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 08:46:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f667af

dev-java/xmldb: Dekeyword *-fbsd

 dev-java/xmldb/xmldb-2001-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/xmldb/xmldb-2001-r2.ebuild 
b/dev-java/xmldb/xmldb-2001-r2.ebuild
index 23f0175616e..4d1a0eb41ce 100644
--- a/dev-java/xmldb/xmldb-2001-r2.ebuild
+++ b/dev-java/xmldb/xmldb-2001-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/xmldb-org/${MY_P}.tar.gz"
 
 LICENSE="Apache-1.1"
 SLOT="0"
-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"
+KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 CDEPEND="
dev-java/xalan:0



[gentoo-commits] repo/gentoo:master commit in: dev-java/xmldb/files/

2017-08-14 Thread Patrice Clement
commit: 7a3f8edc6a217105e96d13d19518aadd8ca1b2a1
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Aug 14 08:44:34 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 14 21:50:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3f8edc

dev-java/xmldb: remove unused file.

 dev-java/xmldb/files/build-2001.xml | 59 -
 1 file changed, 59 deletions(-)

diff --git a/dev-java/xmldb/files/build-2001.xml 
b/dev-java/xmldb/files/build-2001.xml
deleted file mode 100644
index 27e6a4469fc..000
--- a/dev-java/xmldb/files/build-2001.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-   
-   
-   
-   
-
-   
-   
-   
-
-   
-   
-
-   
-  
-  
-  
-  
-   
-
-   
-  
-   
-
-   
-  
- 
-  
-   
-   
-   
-  
- 
-  
-  
- 
-  
-   
-
-   
-  
-   
-  
-   
-
-   
-  
-  
-   
-



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

2017-06-26 Thread Patrice Clement
commit: 3bae7146b8521e4872e3d387343b7b8b4dcf1685
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 25 21:51:52 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jun 26 17:54:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bae7146

dev-java/xmldb: clean up old.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/xmldb/xmldb-2001-r1.ebuild | 55 -
 1 file changed, 55 deletions(-)

diff --git a/dev-java/xmldb/xmldb-2001-r1.ebuild 
b/dev-java/xmldb/xmldb-2001-r1.ebuild
deleted file mode 100644
index 1fef14c0113..000
--- a/dev-java/xmldb/xmldb-2001-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 eutils java-ant-2
-
-MY_PN="${PN}-api"
-MY_PV="2001"
-MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="Java implementation for specifications made by XML:DB"
-HOMEPAGE="https://sourceforge.net/projects/xmldb-org/;
-SRC_URI="mirror://sourceforge/xmldb-org/${MY_P}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-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"
-IUSE=""
-
-# TODO please make compiling the junit tests optional
-COMMON_DEP="
-   >=dev-java/xerces-2.7
-   >=dev-java/xalan-2.7
-   =dev-java/junit-3.8*"
-DEPEND=">=virtual/jdk-1.4
-   ${COMMON_DEP}"
-RDEPEND=">=virtual/jre-1.4
-   ${COMMON_DEP}"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   rm -v *.jar || die
-   mkdir lib
-
-   epatch "${FILESDIR}/${P}-unreachable.patch"
-
-   mkdir src && mv org src
-   cp "${FILESDIR}/build-${PV}.xml" build.xml
-}
-
-src_compile() {
-   # --with-dependencies because of indirectly referenced 
xml-commons-external
-   eant jar $(use_doc) \
-   -Dclasspath=$(java-pkg_getjars --with-dependencies 
xerces-2,xalan,junit)
-}
-
-src_install() {
-   java-pkg_dojar dist/*.jar
-
-   use doc && java-pkg_dojavadoc dist/doc/api
-   use source && java-pkg_dosrc src/*
-}



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

2017-06-26 Thread Patrice Clement
commit: 2c073296b8991b9f754e992f6e4ea334888fc0dc
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 25 21:51:17 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jun 26 17:54:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c073296

dev-java/xmldb: 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/xmldb/xmldb-2001-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-java/xmldb/xmldb-2001-r2.ebuild 
b/dev-java/xmldb/xmldb-2001-r2.ebuild
index 0e7e9845664..23f0175616e 100644
--- a/dev-java/xmldb/xmldb-2001-r2.ebuild
+++ b/dev-java/xmldb/xmldb-2001-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/xmldb-org/${MY_P}.tar.gz"
 
 LICENSE="Apache-1.1"
 SLOT="0"
-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"
+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"
 
 CDEPEND="
dev-java/xalan:0
@@ -46,6 +46,7 @@ PATCHES=(
 src_prepare() {
default
java-pkg_clean
+
# Must hard-depend on dev-java/junit otherwise.
rm -rv org/xmldb/api/tests || die
 }



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

2017-01-29 Thread Fabian Groffen
commit: fbdb5a585e39268cf4c2a78c27463cd96eff921e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 15:51:58 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 15:51:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbdb5a58

dev-java/xmldb: dropped ~x86-freebsd

Package-Manager: portage-2.3.3

 dev-java/xmldb/xmldb-2001-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/xmldb/xmldb-2001-r1.ebuild 
b/dev-java/xmldb/xmldb-2001-r1.ebuild
index ae2a491..dd0c91c 100644
--- a/dev-java/xmldb/xmldb-2001-r1.ebuild
+++ b/dev-java/xmldb/xmldb-2001-r1.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
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/xmldb-org/${MY_P}.tar.gz"
 
 LICENSE="Apache-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+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"
 IUSE=""
 
 # TODO please make compiling the junit tests optional