From: Patrice Clement Date: Thu, 11 Feb 2016 16:05:04 +0000 (+0000) Subject: dev-java/jgoodies-looks: Add back jgoodies-looks:{1.2,2.0}. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1582c936c2b9738180826681b7b32b7daf94d7ef;p=gentoo.git dev-java/jgoodies-looks: Add back jgoodies-looks:{1.2,2.0}. Force because they were stabilised. Package-Manager: portage-2.2.26 RepoMan-Options: --force Signed-off-by: Patrice Clement --- diff --git a/dev-java/jgoodies-looks/Manifest b/dev-java/jgoodies-looks/Manifest index e5d55453b2e4..7aa430b6b3be 100644 --- a/dev-java/jgoodies-looks/Manifest +++ b/dev-java/jgoodies-looks/Manifest @@ -1 +1,3 @@ DIST jgoodies-looks-2_6_0.zip 2444893 SHA256 2f992c25309e00aadba7c6a3af5c6596b3d487bff64fb1a5e94921647929f7e5 SHA512 1c33413379f391109d1db35bdf301acf0cc6d66bf8aa1026280015946bddb230b4cc1d233b700d46a519fb02c169df4670c874058f5e636e1e924a9d3a42442a WHIRLPOOL f6848e9011001353cb115298465e7da981335d15f3839ca749418d975965358bc9595dbf9a1a36be9b240d0b92866a953dc4a7500b2eb8ecfe50ce46b5e40973 +DIST looks-1_2_2.zip 1811849 SHA256 d7b6cc296cf9284bcbeda9a2c9497e804abae66ae3fc3f31174cf19e9a0bebae SHA512 d9c5f0590a44dbc7d778a9da135361f5753eca4d47bef3636f21aa0d014df86dbad90031b5289928b99c352147ea702948028b18b36eb3bc44aef800326fb302 WHIRLPOOL 20b67ffb888322967103de3953ce825976582f5031ee1609acc91c86d9a621d22656b3337734ecee447c665b35784c595165f7732f2eb0fccc988fa4ac734235 +DIST looks-2_3_1.zip 2105839 SHA256 f66b7e79ca53e849d6082ba0d937f9056d855cd6269edb9b3c52dd1347b14b8d SHA512 61278cc0b8556ce19cfb5bdaaab2b42d7035fcdf71d614a8d3673629d5b04c5698e2be521df3e0518e781f78c03a8d3f466f1fdfba525f679e9de7409faf1088 WHIRLPOOL 964806f73587ed116e4cfb6c330f0231598fc651286085c40bd4a6acedc9a1565bdbe5a4ff48f3e7dfb976a4a28ca667994d146b3d3bc9bfbeacf3c520915425 diff --git a/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-build.xml b/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-build.xml new file mode 100644 index 000000000000..b24ec32156b4 --- /dev/null +++ b/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-build.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
diff --git a/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-plastic.txt b/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-plastic.txt new file mode 100644 index 000000000000..ab3737ca6a30 --- /dev/null +++ b/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-plastic.txt @@ -0,0 +1,8 @@ +# JGoodies Plastic L&F- replacement for Metal +com.jgoodies.plaf.plastic.PlasticLookAndFeel +# JGoodies Plastic 3D L&F +com.jgoodies.plaf.plastic.Plastic3DLookAndFeel +# JGoodies Plastic XP L&F +com.jgoodies.plaf.plastic.PlasticXPLookAndFeel +# JGoodies Windows L&F +com.jgoodies.plaf.windows.ExtWindowsLookAndFeel 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 new file mode 100644 index 000000000000..e6c0a4be2330 --- /dev/null +++ b/dev-java/jgoodies-looks/files/jgoodies-looks-2.3.1-build.xml.patch @@ -0,0 +1,61 @@ +--- 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}"/> + + + + + +@@ -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" /> + + +@@ -235,7 +229,7 @@ + + + +- + +