public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jaxme/
Date: Thu, 14 Jan 2016 21:44:50 +0000 (UTC)	[thread overview]
Message-ID: <1452807772.3fad2ba585d774ec8c065cedf65c3505ceaba7ff.chewi@gentoo> (raw)

commit:     3fad2ba585d774ec8c065cedf65c3505ceaba7ff
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 20:44:53 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 21:42:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fad2ba5

dev-java/jaxme: Remove old

Package-Manager: portage-2.2.26

 dev-java/jaxme/jaxme-0.5.2.ebuild | 92 ---------------------------------------
 1 file changed, 92 deletions(-)

diff --git a/dev-java/jaxme/jaxme-0.5.2.ebuild b/dev-java/jaxme/jaxme-0.5.2.ebuild
deleted file mode 100644
index c6f0acc..0000000
--- a/dev-java/jaxme/jaxme-0.5.2.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-MY_PN=ws-${PN}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="JaxMe 2 is an open source implementation of JAXB, the specification for Java/XML binding"
-HOMEPAGE="http://ws.apache.org/jaxme/index.html"
-SRC_URI="mirror://apache/ws/${PN}/source/${MY_P}-src.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-COMMON_DEP="dev-java/antlr:0[java]
-	>=dev-java/xerces-2.7
-	=dev-java/junit-3.8*
-	>=dev-java/log4j-1.2.8
-	dev-java/xmldb:0"
-RDEPEND=">=virtual/jre-1.5
-	${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.5
-	dev-db/hsqldb:0
-	${COMMON_DEP}"
-
-S="${WORKDIR}/${MY_P}"
-
-# We do it later
-JAVA_PKG_BSFIX="off"
-
-java_prepare() {
-	cd "${S}/prerequisites"
-	rm *.jar
-	java-pkg_jarfrom antlr
-	java-pkg_jarfrom junit
-	java-pkg_jarfrom log4j log4j.jar log4j-1.2.8.jar
-	java-pkg_jarfrom xerces-2
-	java-pkg_jarfrom xmldb xmldb-api.jar xmldb-api-20021118.jar
-	java-pkg_jarfrom xmldb xmldb-api-sdk.jar xmldb-api-sdk-20021118.jar
-	java-pkg_jarfrom --build-only ant-core ant.jar ant-1.5.4.jar
-	java-pkg_jarfrom --build-only ant-core ant.jar ant.jar
-	# no linking to it, should be used for tests only but used to generate stuff during build anyway
-	java-pkg_jarfrom --build-only hsqldb hsqldb.jar hsqldb-1.7.1.jar
-
-	# Special case: jaxme uses ant/*.xml files, so rewriting them by hand
-	# is better:
-	cd "${S}"
-	for i in build.xml ant/*.xml src/webapp/build.xml src/test/jaxb/build.xml; do
-		java-ant_bsfix_one "${i}"
-	done
-
-	# Patch marshal classes to be abstract for build to succeed
-	epatch "${FILESDIR}/${P}-fix_marshallers.patch"
-}
-
-EANT_TEST_ANT_TASKS="hsqldb"
-
-src_compile() {
-	local ant_target="all"
-	local ant_args=""
-	if use doc; then
-		ant_args="-Dbuild.apidocs=dist/doc/api"
-		# The javadoc target depends on all so it is enough. Passing both results in two builds,
-		# where the second pass fails due to hsqldb lock - bug #310311.
-		ant_target="javadoc"
-	fi
-
-	eant ${ant_args} ${ant_target}
-}
-
-src_install() {
-	pushd dist > /dev/null
-	for jar in *.jar; do
-		java-pkg_newjar ${jar} ${jar/-${PV}/}
-	done
-	popd > /dev/null
-
-	dodoc NOTICE || die
-
-	if use doc; then
-		java-pkg_dojavadoc dist/doc/api
-		dohtml -r src/documentation/manual
-	fi
-	use source && java-pkg_dosrc src/{pm,jaxme,js,api,webapp,xs}/*
-}


             reply	other threads:[~2016-01-14 21:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-14 21:44 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-14 21:44 [gentoo-commits] repo/gentoo:master commit in: dev-java/jaxme/ James Le Cuirot
2015-12-06 23:06 James Le Cuirot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452807772.3fad2ba585d774ec8c065cedf65c3505ceaba7ff.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox