Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-animation/
Date: Mon, 01 Apr 2019 09:06:49
Message-Id: 1554109600.574bfbd15c8b8e304f436063069149eaaac5bbbd.monsieurp@gentoo
1 commit: 574bfbd15c8b8e304f436063069149eaaac5bbbd
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 1 09:05:57 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 09:06:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574bfbd1
7
8 dev-java/jgoodies-animation: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-java/jgoodies-animation/Manifest | 1 -
14 .../jgoodies-animation-1.2.0-r1.ebuild | 53 ------------------
15 .../jgoodies-animation-1.2.0.ebuild | 62 ----------------------
16 3 files changed, 116 deletions(-)
17
18 diff --git a/dev-java/jgoodies-animation/Manifest b/dev-java/jgoodies-animation/Manifest
19 index a688a2ca5b6..a3191f31ff4 100644
20 --- a/dev-java/jgoodies-animation/Manifest
21 +++ b/dev-java/jgoodies-animation/Manifest
22 @@ -1,2 +1 @@
23 -DIST animation-1_2_0.zip 728028 BLAKE2B 591b63b6a2799bfe6020c4e81b834807fba3e72a039dbd9954846b6c5a5c2445493e2d8814b1897b9465ec39c2b62c2f027c1e05ef7db5e9439acc236dbf9078 SHA512 2220630d7fd70a98b6d9605de7a1d6fc3470cc19b39815b9777e6bc8cf7db74ce77338861dde45aafbe336ce8b48ee00bcd8149af701a7001869cd3da3cf6a72
24 DIST jgoodies-animation-1.2.0.zip 728028 BLAKE2B 591b63b6a2799bfe6020c4e81b834807fba3e72a039dbd9954846b6c5a5c2445493e2d8814b1897b9465ec39c2b62c2f027c1e05ef7db5e9439acc236dbf9078 SHA512 2220630d7fd70a98b6d9605de7a1d6fc3470cc19b39815b9777e6bc8cf7db74ce77338861dde45aafbe336ce8b48ee00bcd8149af701a7001869cd3da3cf6a72
25
26 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
27 deleted file mode 100644
28 index 3a8392129d3..00000000000
29 --- a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,53 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -JAVA_PKG_IUSE="doc examples source test"
38 -
39 -inherit java-pkg-2 java-ant-2
40 -
41 -MY_V=${PV//./_}
42 -
43 -DESCRIPTION="JGoodies Animation Library"
44 -HOMEPAGE="http://www.jgoodies.com/"
45 -SRC_URI="http://www.jgoodies.com/download/libraries/animation-${MY_V}.zip"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -DEPEND=">=virtual/jdk-1.4
53 - app-arch/unzip
54 - test? ( dev-java/ant-junit )"
55 -
56 -RDEPEND=">=virtual/jre-1.4
57 - examples? (
58 - >=dev-java/jgoodies-binding-1.1:1.0
59 - >=dev-java/jgoodies-forms-1.0:0
60 - )"
61 -
62 -S="${WORKDIR}/animation-${PV}"
63 -
64 -EANT_FILTER_COMPILER="jikes"
65 -EANT_DOC_TARGET=""
66 -
67 -java_prepare() {
68 - find -name "*.jar" -delete || die
69 -}
70 -
71 -src_test() {
72 - eant test -Djunit.jar.present=true \
73 - -Djunit.jar=$(java-pkg_getjar junit junit.jar)
74 -}
75 -
76 -src_install() {
77 - java-pkg_dojar build/animation.jar
78 -
79 - dodoc RELEASE-NOTES.txt || die
80 - dohtml README.html || die
81 - use doc && java-pkg_dohtml -r docs/*
82 - use source && java-pkg_dosrc src/core/*
83 - use examples && java-pkg_doexamples src/tutorial
84 -}
85
86 diff --git a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild
87 deleted file mode 100644
88 index 6e12c637709..00000000000
89 --- a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild
90 +++ /dev/null
91 @@ -1,62 +0,0 @@
92 -# Copyright 1999-2018 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=0
96 -
97 -JAVA_PKG_IUSE="doc examples source test"
98 -
99 -inherit java-pkg-2 java-ant-2
100 -
101 -MY_V=${PV//./_}
102 -DESCRIPTION="JGoodies Animation Library"
103 -HOMEPAGE="http://www.jgoodies.com/"
104 -SRC_URI="http://www.jgoodies.com/download/libraries/animation-${MY_V}.zip"
105 -
106 -LICENSE="BSD"
107 -SLOT="0"
108 -KEYWORDS="amd64 x86"
109 -IUSE=""
110 -
111 -DEPEND=">=virtual/jdk-1.4
112 - app-arch/unzip
113 - test? ( dev-java/ant-junit )"
114 -# Remove x86 when https://bugs.gentoo.org/show_bug.cgi?id=186081
115 -# is done
116 -RDEPEND=">=virtual/jre-1.4
117 - examples? ( x86? (
118 - >=dev-java/jgoodies-binding-1.1
119 - >=dev-java/jgoodies-forms-1.0
120 - ) )"
121 -
122 -S="${WORKDIR}/animation-${PV}"
123 -
124 -src_unpack() {
125 - unpack ${A}
126 - cd "${S}"
127 -
128 - # Remove the packaged jar
129 - rm -v lib/*.jar *.jar || die
130 -
131 - # cp ${FILESDIR}/build-${PV}.xml ${S}
132 - java-ant_xml-rewrite -f build.xml -d -e javac -a bootclasspath \
133 - || die "Failed to fix bootclasspath"
134 - java-pkg_filter-compiler jikes
135 -}
136 -
137 -# precompiled javadocs
138 -EANT_DOC_TARGET=""
139 -
140 -src_test() {
141 - eant test -Djunit.jar.present=true \
142 - -Djunit.jar=$(java-pkg_getjar junit junit.jar)
143 -}
144 -
145 -src_install() {
146 - java-pkg_dojar build/animation.jar
147 -
148 - dodoc RELEASE-NOTES.txt || die
149 - dohtml README.html || die
150 - use doc && java-pkg_dohtml -r docs/*
151 - use source && java-pkg_dosrc src/core/*
152 - use examples && java-pkg_doexamples src/tutorial
153 -}