public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-animation/
Date: Mon,  1 Apr 2019 09:06:45 +0000 (UTC)	[thread overview]
Message-ID: <1554109600.574bfbd15c8b8e304f436063069149eaaac5bbbd.monsieurp@gentoo> (raw)

commit:     574bfbd15c8b8e304f436063069149eaaac5bbbd
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  1 09:05:57 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr  1 09:06:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574bfbd1

dev-java/jgoodies-animation: clean up old.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-java/jgoodies-animation/Manifest               |  1 -
 .../jgoodies-animation-1.2.0-r1.ebuild             | 53 ------------------
 .../jgoodies-animation-1.2.0.ebuild                | 62 ----------------------
 3 files changed, 116 deletions(-)

diff --git a/dev-java/jgoodies-animation/Manifest b/dev-java/jgoodies-animation/Manifest
index a688a2ca5b6..a3191f31ff4 100644
--- a/dev-java/jgoodies-animation/Manifest
+++ b/dev-java/jgoodies-animation/Manifest
@@ -1,2 +1 @@
-DIST animation-1_2_0.zip 728028 BLAKE2B 591b63b6a2799bfe6020c4e81b834807fba3e72a039dbd9954846b6c5a5c2445493e2d8814b1897b9465ec39c2b62c2f027c1e05ef7db5e9439acc236dbf9078 SHA512 2220630d7fd70a98b6d9605de7a1d6fc3470cc19b39815b9777e6bc8cf7db74ce77338861dde45aafbe336ce8b48ee00bcd8149af701a7001869cd3da3cf6a72
 DIST jgoodies-animation-1.2.0.zip 728028 BLAKE2B 591b63b6a2799bfe6020c4e81b834807fba3e72a039dbd9954846b6c5a5c2445493e2d8814b1897b9465ec39c2b62c2f027c1e05ef7db5e9439acc236dbf9078 SHA512 2220630d7fd70a98b6d9605de7a1d6fc3470cc19b39815b9777e6bc8cf7db74ce77338861dde45aafbe336ce8b48ee00bcd8149af701a7001869cd3da3cf6a72

diff --git a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r1.ebuild b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r1.ebuild
deleted file mode 100644
index 3a8392129d3..00000000000
--- a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc examples source test"
-
-inherit java-pkg-2 java-ant-2
-
-MY_V=${PV//./_}
-
-DESCRIPTION="JGoodies Animation Library"
-HOMEPAGE="http://www.jgoodies.com/"
-SRC_URI="http://www.jgoodies.com/download/libraries/animation-${MY_V}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
-	app-arch/unzip
-	test? ( dev-java/ant-junit )"
-
-RDEPEND=">=virtual/jre-1.4
-	examples? (
-		>=dev-java/jgoodies-binding-1.1:1.0
-		>=dev-java/jgoodies-forms-1.0:0
-	)"
-
-S="${WORKDIR}/animation-${PV}"
-
-EANT_FILTER_COMPILER="jikes"
-EANT_DOC_TARGET=""
-
-java_prepare() {
-	find -name "*.jar" -delete || die
-}
-
-src_test() {
-	eant test -Djunit.jar.present=true \
-		-Djunit.jar=$(java-pkg_getjar junit junit.jar)
-}
-
-src_install() {
-	java-pkg_dojar build/animation.jar
-
-	dodoc RELEASE-NOTES.txt || die
-	dohtml README.html || die
-	use doc && java-pkg_dohtml -r docs/*
-	use source && java-pkg_dosrc src/core/*
-	use examples && java-pkg_doexamples src/tutorial
-}

diff --git a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild
deleted file mode 100644
index 6e12c637709..00000000000
--- a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-JAVA_PKG_IUSE="doc examples source test"
-
-inherit java-pkg-2 java-ant-2
-
-MY_V=${PV//./_}
-DESCRIPTION="JGoodies Animation Library"
-HOMEPAGE="http://www.jgoodies.com/"
-SRC_URI="http://www.jgoodies.com/download/libraries/animation-${MY_V}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
-	app-arch/unzip
-	test? ( dev-java/ant-junit )"
-# Remove x86 when https://bugs.gentoo.org/show_bug.cgi?id=186081
-# is done
-RDEPEND=">=virtual/jre-1.4
-	examples? ( x86? (
-		>=dev-java/jgoodies-binding-1.1
-		>=dev-java/jgoodies-forms-1.0
-	) )"
-
-S="${WORKDIR}/animation-${PV}"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	# Remove the packaged jar
-	rm -v lib/*.jar *.jar || die
-
-	# cp ${FILESDIR}/build-${PV}.xml ${S}
-	java-ant_xml-rewrite -f build.xml -d -e javac -a bootclasspath \
-		|| die "Failed to fix bootclasspath"
-	java-pkg_filter-compiler jikes
-}
-
-# precompiled javadocs
-EANT_DOC_TARGET=""
-
-src_test() {
-	eant test -Djunit.jar.present=true \
-		-Djunit.jar=$(java-pkg_getjar junit junit.jar)
-}
-
-src_install() {
-	java-pkg_dojar build/animation.jar
-
-	dodoc RELEASE-NOTES.txt || die
-	dohtml README.html || die
-	use doc && java-pkg_dohtml -r docs/*
-	use source && java-pkg_dosrc src/core/*
-	use examples && java-pkg_doexamples src/tutorial
-}


             reply	other threads:[~2019-04-01  9:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-01  9:06 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-01  9:06 [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-animation/ Patrice Clement

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=1554109600.574bfbd15c8b8e304f436063069149eaaac5bbbd.monsieurp@gentoo \
    --to=monsieurp@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