public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-looks/files/
@ 2021-08-26  6:17 Miroslav Šulc
  0 siblings, 0 replies; 2+ messages in thread
From: Miroslav Šulc @ 2021-08-26  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4c2d44a455d896fc9ceb65ac824194d4c971c2be
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Aug 25 14:34:37 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 06:16:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2d44a4

dev-java/jgoodies-looks: remove unused patches

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../files/jgoodies-looks-1.2.2-build.xml           | 83 ----------------------
 .../files/jgoodies-looks-1.2.2-plastic.txt         |  8 ---
 2 files changed, 91 deletions(-)

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
deleted file mode 100644
index b24ec32156b..00000000000
--- a/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-build.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0"?>
-
-<project name="Plastic" default="jar" basedir=".">
-   
-   <!-- This is a customized build.xml for portage! -->
-   <!--
-      <property file="${basedir}/build.properties"/>
-      <property file="${basedir}/default.properties"/>
-   -->
-
-   <property name="build" value="${basedir}/build"/>
-
-   <property name="spec.title" value="JGoodies Looks"/>
-   <property name="spec.version" value="1.2"/>
-   <property name="spec.vendor" value="Apache Software Foundation"/>
-   <property name="imp.title" value="com.jgoodies.plaf"/>
-   <property name="imp.version" value="1.2.2"/>
-   <property name="imp.vendor" value="Apache Software Foundation"/>
-
-   <property name="plaf.src" value="${basedir}/com/jgoodies/plaf"/>
-   <property name="clearlook.src" value="${basedir}/com/jgoodies/clearlook"/>
-
-   <property name="clearlook.javadoc" value="${build}/doc/clearlook"/>
-   <property name="clearlook.packages" value="com.jgoodies.clearlook.*"/>
-
-   <property name="plastic.javadoc" value="${build}/doc/plastic"/>
-   <property name="plastic.packages" value="com.jgoodies.clearlook.*"/>
-   
-   <target name="init">
-      <tstamp />
-      <mkdir dir="${build}"/>
-      <mkdir dir="${build}/doc"/>
-   </target>
-
-   <target name="manifest" depends="init">
-      <manifest file="MANIFEST.MF" mode="update">
-         <attribute name="Built-By" value="Gentoo Portage"/>
-
-         <section name="com/jgoodies/plaf">
-            <attribute name="Specification-Title" value="${spec.title}"/>
-            <attribute name="Specification-Version" value="${spec.version}"/>
-            <attribute name="Specification-Vendor" value="${spec.vendor}"/>
-            <attribute name="Implementation-Title" value="${imp.title}"/>
-            <attribute name="Implementation-Version" value="${imp.version}"/>
-            <attribute name="Implementation-Vendor" value="${imp.vendor}"/>
-         </section>
-      </manifest>
-   </target>
-   
-   <target name="compile" depends="init">
-      <javac srcdir="${plaf.src};${clearlook.src}"
-             destdir="${build}"
-             source="1.4"
-             target="1.4"/>
-      
-      <!--
-         Copy application resources
-         NOTE: THIS MAY NEED TO BE CHANGED IN FUTURE VERSIONS!!
-      -->
-      <copy toDir="${build}/com/jgoodies/plaf">
-         <fileset dir="${plaf.src}" excludes="**/*.java"/>
-      </copy>
-   </target>
-
-   <target name="javadoc" depends="compile">
-      <javadoc sourcepath="${basedir}"
-               destdir="${clearlook.javadoc}"
-               packagenames="${clearlook.packages}"/>
-      <javadoc sourcepath="${basedir}"
-               destdir="${plastic.javadoc}"
-               packagenames="${plastic.packages}"/>
-   </target>
-
-   <target name="jar" depends="compile,manifest">
-      <jar jarfile="looks.jar" manifest="MANIFEST.MF">
-         <fileset dir="${build}"/>
-         <zipfileset dir="${basedir}"
-                     includes="plastic.txt"
-                     fullpath="META-INF/services/javax.swing.LookAndFeel"/>
-      </jar>
-   </target>
-
-</project>

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
deleted file mode 100644
index ab3737ca6a3..00000000000
--- a/dev-java/jgoodies-looks/files/jgoodies-looks-1.2.2-plastic.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-looks/files/
@ 2021-12-04  8:46 Miroslav Šulc
  0 siblings, 0 replies; 2+ messages in thread
From: Miroslav Šulc @ 2021-12-04  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8902dce4c34740b72626ce4882d08618f139e6d5
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Dec  3 16:33:35 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Dec  4 08:46:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8902dce4

dev-java/jgoodies-looks: remove unused patch(es)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../files/jgoodies-looks-2.3.1-build.xml.patch     | 61 ----------------------
 1 file changed, 61 deletions(-)

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&amp;fs." >
- 
- 		<jar 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-04  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-04  8:46 [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-looks/files/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2021-08-26  6:17 Miroslav Šulc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox