* [gentoo-commits] gentoo-x86 commit in dev-java/commons-configuration: commons-configuration-1.6.ebuild ChangeLog
@ 2009-02-14 23:35 Vlastimil Babka (caster)
0 siblings, 0 replies; 5+ messages in thread
From: Vlastimil Babka (caster) @ 2009-02-14 23:35 UTC (permalink / raw
To: gentoo-commits
caster 09/02/14 23:35:01
Modified: ChangeLog
Added: commons-configuration-1.6.ebuild
Log:
Version bump, bug #214603.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-java/commons-configuration/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 13 Apr 2008 08:16:50 -0000 1.3
+++ ChangeLog 14 Feb 2009 23:35:00 -0000 1.4
@@ -1,6 +1,13 @@
# ChangeLog for dev-java/commons-configuration
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.3 2008/04/13 08:16:50 dertobi123 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.4 2009/02/14 23:35:00 caster Exp $
+
+*commons-configuration-1.6 (14 Feb 2009)
+
+ 14 Feb 2009; Vlastimil Babka <caster@gentoo.org>
+ +files/commons-configuration-1.6-gentoo.patch,
+ +commons-configuration-1.6.ebuild:
+ Version bump, bug #214603.
13 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org>
commons-configuration-1.4.ebuild:
1.1 dev-java/commons-configuration/commons-configuration-1.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?rev=1.1&content-type=text/plain
Index: commons-configuration-1.6.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-configuration/commons-configuration-1.6.ebuild,v 1.1 2009/02/14 23:35:00 caster Exp $
EAPI=1
JAVA_PKG_IUSE="doc source"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="Generic interface for reading configuration data from a variety of sources."
HOMEPAGE="http://commons.apache.org/configuration/"
SRC_URI="mirror://apache/commons/configuration/source/${P}-src.tar.gz"
# it needs functionality from ant-core, although not providing an ant task
# the functionality is apparently needed only for 1.4 jdk
# but I don't feel like adding virtual for this
COMMON_DEPENDS="
>=dev-java/commons-beanutils-1.7.0:1.7
>=dev-java/commons-codec-1.3:0
>=dev-java/commons-collections-3.1:0
>=dev-java/commons-digester-1.8:0
>=dev-java/commons-jxpath-1.2:0
>=dev-java/commons-lang-2.4:2.1
>=dev-java/commons-logging-1.1.1:0
dev-java/servletapi:2.4
dev-java/ant-core:0"
DEPEND=">=virtual/jdk-1.4
${COMMON_DEPENDS}"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEPENDS}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
S="${WORKDIR}/${P}-src"
src_unpack() {
unpack ${A}
cd "${S}"
# Tweak build classpath and don't automatically run tests
epatch "${FILESDIR}/${P}-gentoo.patch"
java-ant_rewrite-classpath
}
EANT_GENTOO_CLASSPATH="
commons-beanutils-1.7
commons-codec
commons-collections
commons-digester
commons-jxpath
commons-lang-2.1
commons-logging
servletapi-2.4
ant-core"
# Would need mockobjects with j2ee support which we don't have
# Check overlay for ebuild with test support
RESTRICT="test"
src_install() {
java-pkg_newjar target/${P}.jar
dodoc RELEASE-NOTES.txt || die
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-configuration: commons-configuration-1.6.ebuild ChangeLog
@ 2009-03-15 13:21 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-03-15 13:21 UTC (permalink / raw
To: gentoo-commits
ranger 09/03/15 13:21:08
Modified: commons-configuration-1.6.ebuild ChangeLog
Log:
stable ppc64, bug 262530
(Portage version: 2.1.6.7/cvs/Linux ppc64)
Revision Changes Path
1.2 dev-java/commons-configuration/commons-configuration-1.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?r1=1.1&r2=1.2
Index: commons-configuration-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- commons-configuration-1.6.ebuild 14 Feb 2009 23:35:00 -0000 1.1
+++ commons-configuration-1.6.ebuild 15 Mar 2009 13:21:08 -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-configuration/commons-configuration-1.6.ebuild,v 1.1 2009/02/14 23:35:00 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild,v 1.2 2009/03/15 13:21:08 ranger Exp $
EAPI=1
@@ -33,7 +33,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
IUSE=""
S="${WORKDIR}/${P}-src"
1.6 dev-java/commons-configuration/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 15 Feb 2009 17:30:39 -0000 1.5
+++ ChangeLog 15 Mar 2009 13:21:08 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-configuration
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.5 2009/02/15 17:30:39 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.6 2009/03/15 13:21:08 ranger Exp $
+
+ 15 Mar 2009; Brent Baude <ranger@gentoo.org>
+ commons-configuration-1.6.ebuild:
+ stable ppc64, bug 262530
15 Feb 2009; Vlastimil Babka <caster@gentoo.org>
commons-configuration-1.4.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-configuration: commons-configuration-1.6.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:58
Modified: commons-configuration-1.6.ebuild ChangeLog
Log:
amd64/x86 stable, bug #262530
(Portage version: 2.1.6.8/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-java/commons-configuration/commons-configuration-1.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?r1=1.2&r2=1.3
Index: commons-configuration-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- commons-configuration-1.6.ebuild 15 Mar 2009 13:21:08 -0000 1.2
+++ commons-configuration-1.6.ebuild 15 Mar 2009 20:42:58 -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-configuration/commons-configuration-1.6.ebuild,v 1.2 2009/03/15 13:21:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild,v 1.3 2009/03/15 20:42:58 maekke Exp $
EAPI=1
@@ -33,7 +33,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
IUSE=""
S="${WORKDIR}/${P}-src"
1.8 dev-java/commons-configuration/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 15 Mar 2009 13:22:22 -0000 1.7
+++ ChangeLog 15 Mar 2009 20:42:58 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-configuration
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.7 2009/03/15 13:22:22 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.8 2009/03/15 20:42:58 maekke Exp $
+
+ 15 Mar 2009; Markus Meier <maekke@gentoo.org>
+ commons-configuration-1.6.ebuild:
+ amd64/x86 stable, bug #262530
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-configuration: commons-configuration-1.6.ebuild ChangeLog
@ 2009-04-26 23:47 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-04-26 23:47 UTC (permalink / raw
To: gentoo-commits
ranger 09/04/26 23:47:16
Modified: commons-configuration-1.6.ebuild ChangeLog
Log:
Marking commons-configuration-1.6 ppc for bug 262530
(Portage version: 2.1.6.11/cvs/Linux ppc64)
Revision Changes Path
1.4 dev-java/commons-configuration/commons-configuration-1.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?r1=1.3&r2=1.4
Index: commons-configuration-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- commons-configuration-1.6.ebuild 15 Mar 2009 20:42:58 -0000 1.3
+++ commons-configuration-1.6.ebuild 26 Apr 2009 23:47:16 -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-configuration/commons-configuration-1.6.ebuild,v 1.3 2009/03/15 20:42:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild,v 1.4 2009/04/26 23:47:16 ranger Exp $
EAPI=1
@@ -33,7 +33,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
S="${WORKDIR}/${P}-src"
1.9 dev-java/commons-configuration/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/commons-configuration/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 15 Mar 2009 20:42:58 -0000 1.8
+++ ChangeLog 26 Apr 2009 23:47:16 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-configuration
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.8 2009/03/15 20:42:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.9 2009/04/26 23:47:16 ranger Exp $
+
+ 26 Apr 2009; Brent Baude <ranger@gentoo.org>
+ commons-configuration-1.6.ebuild:
+ Marking commons-configuration-1.6 ppc for bug 262530
15 Mar 2009; Markus Meier <maekke@gentoo.org>
commons-configuration-1.6.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-configuration: commons-configuration-1.6.ebuild ChangeLog
@ 2014-08-10 20:10 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:10 UTC (permalink / raw
To: gentoo-commits
slyfox 14/08/10 20:10:16
Modified: commons-configuration-1.6.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-configuration/commons-configuration-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild?r1=1.4&r2=1.5
Index: commons-configuration-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- commons-configuration-1.6.ebuild 26 Apr 2009 23:47:16 -0000 1.4
+++ commons-configuration-1.6.ebuild 10 Aug 2014 20:10:16 -0000 1.5
@@ -1,6 +1,6 @@
-# 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-configuration/commons-configuration-1.6.ebuild,v 1.4 2009/04/26 23:47:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.6.ebuild,v 1.5 2014/08/10 20:10:16 slyfox Exp $
EAPI=1
@@ -8,7 +8,7 @@
inherit eutils java-pkg-2 java-ant-2
-DESCRIPTION="Generic interface for reading configuration data from a variety of sources."
+DESCRIPTION="Generic interface for reading configuration data from a variety of sources"
HOMEPAGE="http://commons.apache.org/configuration/"
SRC_URI="mirror://apache/commons/configuration/source/${P}-src.tar.gz"
1.12 dev-java/commons-configuration/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-configuration/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-configuration/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-configuration/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 20 Mar 2010 13:06:53 -0000 1.11
+++ ChangeLog 10 Aug 2014 20:10:16 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-configuration
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.11 2010/03/20 13:06:53 betelgeuse Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.12 2014/08/10 20:10:16 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ commons-configuration-1.6.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
20 Mar 2010; Petteri Räty <betelgeuse@gentoo.org>
-commons-configuration-1.4.ebuild:
@@ -50,4 +54,3 @@
+files/commons-configuration-1.4-gentoo.patch, +metadata.xml,
+commons-configuration-1.4.ebuild:
New ebuild. Work done by fordfrog, caster and me. Fixes bug #161436.
-
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-11 20:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-14 23:35 [gentoo-commits] gentoo-x86 commit in dev-java/commons-configuration: commons-configuration-1.6.ebuild ChangeLog Vlastimil Babka (caster)
-- strict thread matches above, loose matches on Subject: below --
2009-03-15 13:21 Brent Baude (ranger)
2009-03-15 20:42 Markus Meier (maekke)
2009-04-26 23:47 Brent Baude (ranger)
2014-08-10 20:10 Sergei Trofimovich (slyfox)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox