public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-java/stax/
@ 2017-04-08 21:57 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-04-08 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a3e139c023ec99c9e1f11f2f1ee8d71c495e60c8
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Apr  4 13:17:48 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 21:52:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e139c0

dev-java/stax: fix toolong DESCRIPTION.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-java/stax/stax-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/stax/stax-1.2.0.ebuild b/dev-java/stax/stax-1.2.0.ebuild
index bbe00fb8a69..3e2a0d3857f 100644
--- a/dev-java/stax/stax-1.2.0.ebuild
+++ b/dev-java/stax/stax-1.2.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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 java-ant-2
 
-DESCRIPTION="A standard XML processing API that allows you to stream XML data from and to your application"
+DESCRIPTION="A standard XML processing API that allows you to stream XML data"
 HOMEPAGE="http://stax.codehaus.org/"
 SRC_URI="http://dist.codehaus.org/${PN}/distributions/${PN}-src-${PV}.zip"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/stax/
@ 2017-07-04 21:44 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-07-04 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     663e5aae265a85655b1ec381e56596d3c1a29873
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  4 21:39:10 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 21:44:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663e5aae

dev-java/stax: update HOMEPAGE.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/stax/stax-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/stax/stax-1.2.0.ebuild b/dev-java/stax/stax-1.2.0.ebuild
index 3e2a0d3857f..97e45fdd7ba 100644
--- a/dev-java/stax/stax-1.2.0.ebuild
+++ b/dev-java/stax/stax-1.2.0.ebuild
@@ -6,7 +6,7 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="A standard XML processing API that allows you to stream XML data"
-HOMEPAGE="http://stax.codehaus.org/"
+HOMEPAGE="https://github.com/codehaus"
 SRC_URI="http://dist.codehaus.org/${PN}/distributions/${PN}-src-${PV}.zip"
 
 LICENSE="Apache-2.0"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/stax/
@ 2018-11-11 13:07 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-11-11 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     707dc439b4990a06b84571056b235ab911933fa0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 10:58:51 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 13:07:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707dc439

dev-java/stax: and-trax is going to be removed

Bug: https://bugs.gentoo.org/466558
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-java/stax/stax-1.2.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/stax/stax-1.2.0.ebuild b/dev-java/stax/stax-1.2.0.ebuild
index efab6107fec..5a27947da29 100644
--- a/dev-java/stax/stax-1.2.0.ebuild
+++ b/dev-java/stax/stax-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -18,7 +18,7 @@ IUSE=""
 
 RDEPEND=">=virtual/jre-1.4"
 
-#	test? ( dev-java/ant-junit dev-java/ant-trax dev-java/xerces )
+#	test? ( dev-java/ant-junit dev-java/xerces )
 DEPEND="
 	>=virtual/jdk-1.4
 	app-arch/unzip"
@@ -40,7 +40,7 @@ RESTRICT="test"
 src_test() {
 	mkdir lib
 	java-ant_rewrite-classpath build.xml
-	ANT_TASKS="ant-junit ant-trax" \
+	ANT_TASKS="ant-junit" \
 		EANT_GENTOO_CLASSPATH="junit,xerces-2" eant test
 }
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-11 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-11 13:07 [gentoo-commits] repo/gentoo:master commit in: dev-java/stax/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2017-07-04 21:44 Patrice Clement
2017-04-08 21:57 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox