summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-10-19 08:34:29 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-10-19 08:34:29 +0000
commit96c6d0dafe16dbb368a1da2461a740bbbf9e4737 (patch)
tree49c9d6d02cc366bdc40b4c5d547735016e15284d /dev-java/xsd2jibx
parentadded prefix support (bug #435578) (diff)
downloadgentoo-2-96c6d0dafe16dbb368a1da2461a740bbbf9e4737.tar.gz
gentoo-2-96c6d0dafe16dbb368a1da2461a740bbbf9e4737.tar.bz2
gentoo-2-96c6d0dafe16dbb368a1da2461a740bbbf9e4737.zip
added prefix support (bug #435580)
(Portage version: 2.2.0_alpha141/cvs/Linux i686, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-java/xsd2jibx')
-rw-r--r--dev-java/xsd2jibx/ChangeLog7
-rw-r--r--dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-java/xsd2jibx/ChangeLog b/dev-java/xsd2jibx/ChangeLog
index e74fcdfcb4ca..1f4ec3028bc7 100644
--- a/dev-java/xsd2jibx/ChangeLog
+++ b/dev-java/xsd2jibx/ChangeLog
@@ -1,6 +1,10 @@
# 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.7 2012/08/06 16:58:28 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/ChangeLog,v 1.8 2012/10/19 08:34:29 ottxor Exp $
+
+ 19 Oct 2012; Christoph Junghans <ottxor@gentoo.org>
+ xsd2jibx-0.2a_beta-r2.ebuild:
+ added prefix support (bug #435580)
06 Aug 2012; Ralph Sennhauser <sera@gentoo.org> xsd2jibx-0.2a_beta-r2.ebuild:
Fix dohtml call. #430172
@@ -36,4 +40,3 @@
+files/xsd2jibx-0.2a_beta-freemind.patch, +files/build.xml, +metadata.xml,
+xsd2jibx-0.2a_beta.ebuild:
Initial commit as dependency of app-misc/freemind.
-
diff --git a/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild b/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild
index 2a5aaad32b67..2d27e8586b9b 100644
--- a/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild
+++ b/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 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-r2.ebuild,v 1.2 2012/08/06 16:58:28 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild,v 1.3 2012/10/19 08:34:29 ottxor Exp $
-EAPI="2"
+EAPI="4"
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/jibx/${PN}-${MY_PV}.zip"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
IUSE=""
COMMON_DEP="dev-java/commons-logging:0
@@ -43,7 +43,7 @@ java_prepare() {
}
EANT_ANT_TASKS="jibx"
-EANT_EXTRA_ARGS="-Djibxhome=/usr/share/jibx/"
+EANT_EXTRA_ARGS="-Djibxhome=${EPREFIX}/usr/share/jibx/"
src_install() {
java-pkg_dojar lib/${PN}.jar