* [gentoo-commits] repo/gentoo:master commit in: dev-java/xmldb/
@ 2017-01-29 15:54 Fabian Groffen
0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2017-01-29 15:54 UTC (permalink / raw
To: gentoo-commits
commit: fbdb5a585e39268cf4c2a78c27463cd96eff921e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 15:51:58 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 15:51:58 2017 +0000
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-20011111-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/xmldb/xmldb-20011111-r1.ebuild b/dev-java/xmldb/xmldb-20011111-r1.ebuild
index ae2a491..dd0c91c 100644
--- a/dev-java/xmldb/xmldb-20011111-r1.ebuild
+++ b/dev-java/xmldb/xmldb-20011111-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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/xmldb/
@ 2017-06-26 17:55 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-06-26 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 2c073296b8991b9f754e992f6e4ea334888fc0dc
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 21:51:17 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 17:54:52 2017 +0000
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-20011111-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-java/xmldb/xmldb-20011111-r2.ebuild b/dev-java/xmldb/xmldb-20011111-r2.ebuild
index 0e7e9845664..23f0175616e 100644
--- a/dev-java/xmldb/xmldb-20011111-r2.ebuild
+++ b/dev-java/xmldb/xmldb-20011111-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
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/xmldb/
@ 2017-06-26 17:55 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-06-26 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 3bae7146b8521e4872e3d387343b7b8b4dcf1685
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 21:51:52 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 17:54:56 2017 +0000
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-20011111-r1.ebuild | 55 ---------------------------------
1 file changed, 55 deletions(-)
diff --git a/dev-java/xmldb/xmldb-20011111-r1.ebuild b/dev-java/xmldb/xmldb-20011111-r1.ebuild
deleted file mode 100644
index 1fef14c0113..00000000000
--- a/dev-java/xmldb/xmldb-20011111-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="11112001"
-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/*
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/xmldb/
@ 2018-03-01 8:46 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2018-03-01 8:46 UTC (permalink / raw
To: gentoo-commits
commit: 43f667af61838b89d9e2d6f53ff3fc2b6958ce77
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 08:43:58 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 1 08:46:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f667af
dev-java/xmldb: Dekeyword *-fbsd
dev-java/xmldb/xmldb-20011111-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/xmldb/xmldb-20011111-r2.ebuild b/dev-java/xmldb/xmldb-20011111-r2.ebuild
index 23f0175616e..4d1a0eb41ce 100644
--- a/dev-java/xmldb/xmldb-20011111-r2.ebuild
+++ b/dev-java/xmldb/xmldb-20011111-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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-03-01 8:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-29 15:54 [gentoo-commits] repo/gentoo:master commit in: dev-java/xmldb/ Fabian Groffen
-- strict thread matches above, loose matches on Subject: below --
2017-06-26 17:55 Patrice Clement
2017-06-26 17:55 Patrice Clement
2018-03-01 8:46 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox