* [gentoo-commits] gentoo-x86 commit in dev-java/commons-jxpath: commons-jxpath-1.3.ebuild ChangeLog
@ 2009-02-15 0:07 Vlastimil Babka (caster)
0 siblings, 0 replies; 5+ messages in thread
From: Vlastimil Babka (caster) @ 2009-02-15 0:07 UTC (permalink / raw
To: gentoo-commits
caster 09/02/15 00:07:49
Modified: ChangeLog
Added: commons-jxpath-1.3.ebuild
Log:
Version bump.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.28 dev-java/commons-jxpath/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 13 Apr 2008 08:16:21 -0000 1.27
+++ ChangeLog 15 Feb 2009 00:07:49 -0000 1.28
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/commons-jxpath
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.27 2008/04/13 08:16:21 dertobi123 Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.28 2009/02/15 00:07:49 caster Exp $
+
+*commons-jxpath-1.3 (15 Feb 2009)
+
+ 15 Feb 2009; Vlastimil Babka <caster@gentoo.org>
+ +commons-jxpath-1.3.ebuild:
+ Version bump.
13 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org>
commons-jxpath-1.2-r3.ebuild:
1.1 dev-java/commons-jxpath/commons-jxpath-1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?rev=1.1&content-type=text/plain
Index: commons-jxpath-1.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.1 2009/02/15 00:07:49 caster Exp $
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/*
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-jxpath: commons-jxpath-1.3.ebuild ChangeLog
@ 2009-03-15 13:20 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-03-15 13:20 UTC (permalink / raw
To: gentoo-commits
ranger 09/03/15 13:20:06
Modified: commons-jxpath-1.3.ebuild ChangeLog
Log:
stable ppc64, bug 262530
(Portage version: 2.1.6.7/cvs/Linux ppc64)
Revision Changes Path
1.2 dev-java/commons-jxpath/commons-jxpath-1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?r1=1.1&r2=1.2
Index: commons-jxpath-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- commons-jxpath-1.3.ebuild 15 Feb 2009 00:07:49 -0000 1.1
+++ commons-jxpath-1.3.ebuild 15 Mar 2009 13:20:06 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.1 2009/02/15 00:07:49 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.2 2009/03/15 13:20:06 ranger Exp $
EAPI=1
JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@
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"
1.29 dev-java/commons-jxpath/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 15 Feb 2009 00:07:49 -0000 1.28
+++ ChangeLog 15 Mar 2009 13:20:06 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/commons-jxpath
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.28 2009/02/15 00:07:49 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.29 2009/03/15 13:20:06 ranger Exp $
+
+ 15 Mar 2009; Brent Baude <ranger@gentoo.org> commons-jxpath-1.3.ebuild:
+ stable ppc64, bug 262530
*commons-jxpath-1.3 (15 Feb 2009)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-jxpath: commons-jxpath-1.3.ebuild ChangeLog
@ 2009-03-15 20:42 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-03-15 20:42 UTC (permalink / raw
To: gentoo-commits
maekke 09/03/15 20:42:04
Modified: commons-jxpath-1.3.ebuild ChangeLog
Log:
amd64/x86 stable, bug #262534
(Portage version: 2.1.6.8/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-java/commons-jxpath/commons-jxpath-1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?r1=1.2&r2=1.3
Index: commons-jxpath-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- commons-jxpath-1.3.ebuild 15 Mar 2009 13:20:06 -0000 1.2
+++ commons-jxpath-1.3.ebuild 15 Mar 2009 20:42:04 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.2 2009/03/15 13:20:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.3 2009/03/15 20:42:04 maekke Exp $
EAPI=1
JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@
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"
1.31 dev-java/commons-jxpath/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 15 Mar 2009 13:23:32 -0000 1.30
+++ ChangeLog 15 Mar 2009 20:42:04 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/commons-jxpath
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.30 2009/03/15 13:23:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.31 2009/03/15 20:42:04 maekke Exp $
+
+ 15 Mar 2009; Markus Meier <maekke@gentoo.org> commons-jxpath-1.3.ebuild:
+ amd64/x86 stable, bug #262534
15 Mar 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
stable ppc64, bug 262530
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-jxpath: commons-jxpath-1.3.ebuild ChangeLog
@ 2009-03-18 15:03 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-03-18 15:03 UTC (permalink / raw
To: gentoo-commits
ranger 09/03/18 15:03:10
Modified: commons-jxpath-1.3.ebuild ChangeLog
Log:
stable ppc, bug 262534
(Portage version: 2.1.6.7/cvs/Linux ppc64)
Revision Changes Path
1.4 dev-java/commons-jxpath/commons-jxpath-1.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?r1=1.3&r2=1.4
Index: commons-jxpath-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- commons-jxpath-1.3.ebuild 15 Mar 2009 20:42:04 -0000 1.3
+++ commons-jxpath-1.3.ebuild 18 Mar 2009 15:03:10 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.3 2009/03/15 20:42:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.4 2009/03/18 15:03:10 ranger Exp $
EAPI=1
JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@
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"
1.32 dev-java/commons-jxpath/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-jxpath/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 15 Mar 2009 20:42:04 -0000 1.31
+++ ChangeLog 18 Mar 2009 15:03:10 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/commons-jxpath
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.31 2009/03/15 20:42:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.32 2009/03/18 15:03:10 ranger Exp $
+
+ 18 Mar 2009; Brent Baude <ranger@gentoo.org> commons-jxpath-1.3.ebuild:
+ stable ppc, bug 262534
15 Mar 2009; Markus Meier <maekke@gentoo.org> commons-jxpath-1.3.ebuild:
amd64/x86 stable, bug #262534
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-jxpath: commons-jxpath-1.3.ebuild ChangeLog
@ 2014-08-10 20:11 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:11 UTC (permalink / raw
To: gentoo-commits
slyfox 14/08/10 20:11:24
Modified: commons-jxpath-1.3.ebuild ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.5 dev-java/commons-jxpath/commons-jxpath-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild?r1=1.4&r2=1.5
Index: commons-jxpath-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- commons-jxpath-1.3.ebuild 18 Mar 2009 15:03:10 -0000 1.4
+++ commons-jxpath-1.3.ebuild 10 Aug 2014 20:11:24 -0000 1.5
@@ -1,13 +1,13 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.4 2009/03/18 15:03:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3.ebuild,v 1.5 2014/08/10 20:11:24 slyfox Exp $
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."
+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"
1.34 dev-java/commons-jxpath/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-jxpath/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-jxpath/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-jxpath/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 7 Nov 2009 11:48:56 -0000 1.33
+++ ChangeLog 10 Aug 2014 20:11:24 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/commons-jxpath
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.33 2009/11/07 11:48:56 caster Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.34 2014/08/10 20:11:24 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> commons-jxpath-1.3.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
07 Nov 2009; Vlastimil Babka <caster@gentoo.org>
-commons-jxpath-1.2-r3.ebuild, -files/commons-jxpath-1.2-gentoo.patch:
@@ -131,4 +134,3 @@
13 May 2004; Chris Aniszczyk <zx@gentoo.org> +commons-jxpath-1.1.ebuild:
Initial Import. Closes #50638
Thanks to E. Papegaaij <e.papegaaij@student.utwente.nl> for the ebuild.
-
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-11 20:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-15 20:42 [gentoo-commits] gentoo-x86 commit in dev-java/commons-jxpath: commons-jxpath-1.3.ebuild ChangeLog Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:11 Sergei Trofimovich (slyfox)
2009-03-18 15:03 Brent Baude (ranger)
2009-03-15 13:20 Brent Baude (ranger)
2009-02-15 0:07 Vlastimil Babka (caster)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox