diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
commit | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch) | |
tree | c8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-java/jgoodies-looks | |
parent | e9d044d4b9b71200a96adfa280848858c0f468c9 (diff) |
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-java/jgoodies-looks')
-rw-r--r-- | dev-java/jgoodies-looks/Manifest | 3 | ||||
-rw-r--r-- | dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch | 61 | ||||
-rw-r--r-- | dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild | 60 |
3 files changed, 0 insertions, 124 deletions
diff --git a/dev-java/jgoodies-looks/Manifest b/dev-java/jgoodies-looks/Manifest index 7dc615fd6ce8..23cd8ab7eb78 100644 --- a/dev-java/jgoodies-looks/Manifest +++ b/dev-java/jgoodies-looks/Manifest @@ -1,6 +1,3 @@ -AUX jgoodies-looks-2.3.1-build.xml.patch 2443 BLAKE2B 233024a28d66d68efb71d55cec9c24d69c91f3c80d76d82d32b93aba6bb6080428909d0c0cba3b4eedb9eda5a9b6a460e77fa260b8d8fbb27ac3a9cad3d3b2cf SHA512 478455b021091b6344f352a628c037013ea03eef53ba934f8599ee080349cb84231749b8a4a36f8528852529b02ffeb7de4b0a9f4e3138bf5747655bc6c0e4f8 DIST jgoodies-looks-2_6_0.zip 2444893 BLAKE2B 97d00131cf07f609141c97e4fd3e6b3c93f67dc879eb0ad99469c602e7e30b0d78dc4bd59202db1a3a503dec6c92ea061a176ef11e6c5f4fc26a86c697cf961f SHA512 1c33413379f391109d1db35bdf301acf0cc6d66bf8aa1026280015946bddb230b4cc1d233b700d46a519fb02c169df4670c874058f5e636e1e924a9d3a42442a -DIST looks-2_3_1.zip 2105839 BLAKE2B 590412d7ed00d68a3fd8f8e5402802ca69039f2619e542619de787c6e9b4b2019096e87b7809e3b1f5a7d72963da3657fae7e465a245ef1ab0a5630219a968ed SHA512 61278cc0b8556ce19cfb5bdaaab2b42d7035fcdf71d614a8d3673629d5b04c5698e2be521df3e0518e781f78c03a8d3f466f1fdfba525f679e9de7409faf1088 -EBUILD jgoodies-looks-2.3.1-r1.ebuild 1438 BLAKE2B df30740411e427a0ad83274b39bcfa59c8c09c1d4dde39e5c4c320b5687a59f97bbf3114f3e9d6ae6d363c11498af3260bff2a75c83aa1cfb75c3b99e8fee157 SHA512 50fe058d0def9efc4d0d0c42c1a9bb97d7affee754a297c7a2cd600a6bbd59739fec5e2a9abfc400c8e0807af7cc40726c56470321c74dc02b30cfd3db27dabc EBUILD jgoodies-looks-2.6.0-r1.ebuild 790 BLAKE2B dc04734968f212409aaa29f971d801f07181cc89f731eea94746ffd978f7e8a079fb8ee0c43a6945bc52c2ef87c6075e682f0a401f2d55d11366570cc26182e2 SHA512 5bc5a205744541f9551c453b391389ed7541ef64b61401cc84fa9b961a315b6d901f168bc8263bb3160086b4bd2f50807b443739c69f34c702ef0222aeb75463 MISC metadata.xml 237 BLAKE2B 7c3263833976c18611a5cba44845af4d80f2f86c48cf587a657292ed0074022088cef88756e3209b292252dce5c0eea307c4f2f45f28b8517609124708f7d09a SHA512 e8227b536eb45569cbf744907106e101d1aa6bf9ba8337783786d719ab107d8bda0fde5dd7067d168181d694b4161b12d1ef3cb5a83b14971b21aa4479670559 diff --git a/dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch b/dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch deleted file mode 100644 index e6c0a4be2330..000000000000 --- a/dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch +++ /dev/null @@ -1,61 +0,0 @@ ---- build.xml.orig 2006-10-12 23:54:26.000000000 +0200 -+++ build.xml 2006-10-12 23:57:36.000000000 +0200 -@@ -100,7 +100,6 @@ - srcdir ="${src.core.dir}"
- destdir ="${build.core.dir}"
- encoding ="${build.encoding}"
-- executable ="${build.compile.executable}"
- fork ="${build.compile.fork}"
- debug ="${build.compile.debug}"
- depend ="${build.compile.depend}"
-@@ -109,8 +108,7 @@ - optimize ="${build.compile.optimize}"
- source ="${build.compile.source}"
- target ="${build.compile.target}"
-- verbose ="${build.compile.verbose}"
-- bootclasspath="${build.boot.classpath}" />
-+ verbose ="${build.compile.verbose}"/> -
- <copy toDir="${build.core.dir}" >
- <fileset dir="${src.core.dir}"
-@@ -127,7 +125,6 @@ - srcdir ="${src.demo.dir}"
- destdir ="${build.demo.dir}"
- encoding ="${build.encoding}"
-- executable ="${build.compile.executable}"
- fork ="${build.compile.fork}"
- debug ="${build.compile.debug}"
- depend ="${build.compile.depend}"
-@@ -137,7 +134,6 @@ - source ="${build.compile.source}"
- target ="${build.compile.target}"
- verbose ="${build.compile.verbose}"
-- bootclasspath="${build.boot.classpath}"
- classpathref ="classpath.demo" />
- </target>
-
-@@ -149,7 +145,6 @@ - srcdir ="${src.test.dir}"
- destdir ="${build.test.dir}"
- encoding ="${build.encoding}"
-- executable ="${build.compile.executable}"
- fork ="${build.compile.fork}"
- debug ="${build.compile.debug}"
- depend ="${build.compile.depend}"
-@@ -159,7 +154,6 @@ - source ="${build.compile.source}"
- target ="${build.compile.target}"
- verbose ="${build.compile.verbose}"
-- bootclasspath="${build.boot.classpath}"
- classpathref ="classpath.tests" />
- </target>
-
-@@ -235,7 +229,7 @@ - </target>
-
- <!-- ***************************************************************** -->
-- <target name="jar-all" depends="compile, manifest"
-+ <target name="jar-all" depends="compile-core, manifest"
- description="Creates the library jar with all JGoodies l&fs." >
-
- <jar
diff --git a/dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild b/dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild deleted file mode 100644 index 3a949d007d8b..000000000000 --- a/dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc source examples" - -inherit java-pkg-2 java-ant-2 - -MY_PN="looks" -MY_PV="${PV//./_}" -MY_P="${MY_PN}-${MY_PV}" - -DESCRIPTION="JGoodies Looks Library" -HOMEPAGE="http://www.jgoodies.com/" -SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip" - -LICENSE="BSD" -SLOT="2.0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - >=virtual/jdk-1.4 - app-arch/unzip" - -RDEPEND=">=virtual/jre-1.4" - -S="${WORKDIR}/${MY_PN}-${PV}" - -# bug #150970 -EANT_FILTER_COMPILER="jikes" -# jar target fails unless we make descriptors.dir an existing directory -# update: it's where it looks for all.txt file -EANT_EXTRA_ARGS="-Ddescriptors.dir=${S}" - -EANT_BUILD_TARGET="jar-all" - -java_prepare() { - # remove the bootclasspath brokedness, make building demo optional - epatch "${FILESDIR}/${P}-build.xml.patch" - - # unzip the look&feel settings from bundled jar before we delete it - unzip -j looks-${PV}.jar META-INF/services/javax.swing.LookAndFeel \ - || die "unzip of javax.swing.LookAndFeel failed" - # and rename it to what build.xml expects - mv javax.swing.LookAndFeel all.txt || die - - java-pkg_clean -} - -src_install() { - java-pkg_dojar build/looks.jar - - dodoc RELEASE-NOTES.txt - dohtml README.html - use doc && java-pkg_dojavadoc build/docs/api - use source && java-pkg_dosrc src/core/com - use examples && java-pkg_doexamples src/demo -} |