* [gentoo-commits] gentoo-x86 commit in dev-java/xsd2jibx: ChangeLog xsd2jibx-0.2a_beta-r1.ebuild
@ 2009-04-04 23:07 Petteri Raty (betelgeuse)
0 siblings, 0 replies; 3+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-04-04 23:07 UTC (permalink / raw
To: gentoo-commits
betelgeuse 09/04/04 23:07:32
Modified: ChangeLog
Added: xsd2jibx-0.2a_beta-r1.ebuild
Log:
Remove unneeded dependency on ant-core and migrate to EAPI 2.
(Portage version: 2.2_rc27/cvs/Linux i686)
Revision Changes Path
1.4 dev-java/xsd2jibx/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 26 May 2007 17:21:32 -0000 1.3
+++ ChangeLog 4 Apr 2009 23:07:32 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/xsd2jibx
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/ChangeLog,v 1.3 2007/05/26 17:21:32 nelchael Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/ChangeLog,v 1.4 2009/04/04 23:07:32 betelgeuse Exp $
+
+*xsd2jibx-0.2a_beta-r1 (04 Apr 2009)
+
+ 04 Apr 2009; Petteri Räty <betelgeuse@gentoo.org>
+ +xsd2jibx-0.2a_beta-r1.ebuild:
+ Remove unneeded dependency on ant-core and migrate to EAPI 2.
26 May 2007; Krzysiek Pawlik <nelchael@gentoo.org>
xsd2jibx-0.2a_beta.ebuild:
1.1 dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild?rev=1.1&content-type=text/plain
Index: xsd2jibx-0.2a_beta-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild,v 1.1 2009/04/04 23:07:32 betelgeuse Exp $
EAPI="2"
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
MY_PV="beta2a"
DESCRIPTION="JiBX binding and code from schema generator"
HOMEPAGE="http://jibx.sourceforge.net/xsd2jibx/"
SRC_URI="mirror://sourceforge/jibx/${PN}-${MY_PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
COMMON_DEP="dev-java/commons-logging
dev-java/xpp3
dev-java/jaxme
dev-java/jibx
=dev-java/commons-lang-2.0*"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip
${COMMON_DEP}"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
S="${WORKDIR}/${PN}"
java_prepare() {
cp "${FILESDIR}/build.xml" .
# patch from freemind authors, freemind won't build without it
# they sent upstream (that's how I found it) which said he's preparing
# complete rewrite. It only adds non-abstract functionality.
epatch "${FILESDIR}/${P}-freemind.patch"
cd "${S}/lib"
rm -v *.jar || die
java-pkg_jar-from commons-logging,xpp3,jaxme,jibx,commons-lang
}
EANT_ANT_TASKS="jibx"
EANT_EXTRA_ARGS="-Djibxhome=/usr/share/jibx/"
src_install() {
java-pkg_dojar lib/${PN}.jar
dohtml -R docs/*
use doc && java-pkg_dojavadoc api
use source && java-pkg_dosrc src/main/org
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/xsd2jibx: ChangeLog xsd2jibx-0.2a_beta-r1.ebuild
@ 2009-05-23 0:01 Alistair Bush (ali_bush)
0 siblings, 0 replies; 3+ messages in thread
From: Alistair Bush (ali_bush) @ 2009-05-23 0:01 UTC (permalink / raw
To: gentoo-commits
ali_bush 09/05/23 00:01:17
Modified: ChangeLog xsd2jibx-0.2a_beta-r1.ebuild
Log:
Update to use commons-lang:2.1 slot
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-java/xsd2jibx/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 4 Apr 2009 23:07:32 -0000 1.4
+++ ChangeLog 23 May 2009 00:01:17 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/xsd2jibx
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/ChangeLog,v 1.4 2009/04/04 23:07:32 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/ChangeLog,v 1.5 2009/05/23 00:01:17 ali_bush Exp $
+
+ 23 May 2009; Alistair Bush <ali_bush@gentoo.org>
+ xsd2jibx-0.2a_beta-r1.ebuild:
+ Update to use commons-lang:2.1 slot.
*xsd2jibx-0.2a_beta-r1 (04 Apr 2009)
1.2 dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild?r1=1.1&r2=1.2
Index: xsd2jibx-0.2a_beta-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xsd2jibx-0.2a_beta-r1.ebuild 4 Apr 2009 23:07:32 -0000 1.1
+++ xsd2jibx-0.2a_beta-r1.ebuild 23 May 2009 00:01:17 -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/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild,v 1.1 2009/04/04 23:07:32 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild,v 1.2 2009/05/23 00:01:17 ali_bush Exp $
EAPI="2"
JAVA_PKG_IUSE="doc source"
@@ -21,7 +21,7 @@
dev-java/xpp3
dev-java/jaxme
dev-java/jibx
- =dev-java/commons-lang-2.0*"
+ dev-java/commons-lang:2.1"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip
${COMMON_DEP}"
@@ -39,7 +39,7 @@
cd "${S}/lib"
rm -v *.jar || die
- java-pkg_jar-from commons-logging,xpp3,jaxme,jibx,commons-lang
+ java-pkg_jar-from commons-logging,xpp3,jaxme,jibx,commons-lang-2.1
}
EANT_ANT_TASKS="jibx"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/xsd2jibx: ChangeLog xsd2jibx-0.2a_beta-r1.ebuild
@ 2014-06-17 10:40 Manuel Rueger (mrueg)
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-06-17 10:40 UTC (permalink / raw
To: gentoo-commits
mrueg 14/06/17 10:40:48
Modified: ChangeLog
Removed: xsd2jibx-0.2a_beta-r1.ebuild
Log:
NM: Cleanup superseeded ebuilds.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.9 dev-java/xsd2jibx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsd2jibx/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsd2jibx/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsd2jibx/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 19 Oct 2012 08:34:29 -0000 1.8
+++ ChangeLog 17 Jun 2014 10:40:48 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/xsd2jibx
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/ChangeLog,v 1.8 2012/10/19 08:34:29 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/ChangeLog,v 1.9 2014/06/17 10:40:48 mrueg Exp $
+
+ 17 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -xsd2jibx-0.2a_beta-r1.ebuild:
+ NM: Cleanup superseeded ebuilds.
19 Oct 2012; Christoph Junghans <ottxor@gentoo.org>
xsd2jibx-0.2a_beta-r2.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-17 10:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23 0:01 [gentoo-commits] gentoo-x86 commit in dev-java/xsd2jibx: ChangeLog xsd2jibx-0.2a_beta-r1.ebuild Alistair Bush (ali_bush)
-- strict thread matches above, loose matches on Subject: below --
2014-06-17 10:40 Manuel Rueger (mrueg)
2009-04-04 23:07 Petteri Raty (betelgeuse)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox