summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-06-17 10:40:48 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-06-17 10:40:48 +0000
commit7d8c6d51c039bcbf9ca2c20b0adbbb4fce39ed71 (patch)
treed135718a6d45f6dea8c24ba881c180f9ebffc832 /dev-java/xsd2jibx
parentNM: Cleanup superseeded ebuilds. (diff)
downloadgentoo-2-7d8c6d51c039bcbf9ca2c20b0adbbb4fce39ed71.tar.gz
gentoo-2-7d8c6d51c039bcbf9ca2c20b0adbbb4fce39ed71.tar.bz2
gentoo-2-7d8c6d51c039bcbf9ca2c20b0adbbb4fce39ed71.zip
NM: Cleanup superseeded ebuilds.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-java/xsd2jibx')
-rw-r--r--dev-java/xsd2jibx/ChangeLog7
-rw-r--r--dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild54
2 files changed, 5 insertions, 56 deletions
diff --git a/dev-java/xsd2jibx/ChangeLog b/dev-java/xsd2jibx/ChangeLog
index 1f4ec3028bc7..709999b0e653 100644
--- a/dev-java/xsd2jibx/ChangeLog
+++ b/dev-java/xsd2jibx/ChangeLog
@@ -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:
diff --git a/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild b/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild
deleted file mode 100644
index 0db90a508442..000000000000
--- a/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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.2 2009/05/23 00:01:17 ali_bush 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.1"
-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-2.1
-}
-
-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
-}