diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-29 14:51:29 +0200 |
---|---|---|
committer | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-08-05 18:35:02 +0200 |
commit | 90f16be7779afa02bb666d2d727453fef80e1f77 (patch) | |
tree | c0986bc29a13cffc36d3c89fd8672e7f323c8ff4 /dev-java/cglib | |
parent | dev-java/ant-owanttask: remove unused patch/file (diff) | |
download | gentoo-90f16be7779afa02bb666d2d727453fef80e1f77.tar.gz gentoo-90f16be7779afa02bb666d2d727453fef80e1f77.tar.bz2 gentoo-90f16be7779afa02bb666d2d727453fef80e1f77.zip |
dev-java/cglib: remove unused patches/file
Diffstat (limited to 'dev-java/cglib')
-rw-r--r-- | dev-java/cglib/files/cglib-2.0.2-asm-1.4.3.patch | 12 | ||||
-rw-r--r-- | dev-java/cglib/files/cglib-2.2-build.patch | 47 | ||||
-rw-r--r-- | dev-java/cglib/files/cglib-2.2-no-leak-test.patch | 11 | ||||
-rw-r--r-- | dev-java/cglib/files/cglib-2.2.3-build.patch | 44 | ||||
-rw-r--r-- | dev-java/cglib/files/cglib-3.0-build.xml.patch | 36 | ||||
-rw-r--r-- | dev-java/cglib/files/words.txt | 50 |
6 files changed, 0 insertions, 200 deletions
diff --git a/dev-java/cglib/files/cglib-2.0.2-asm-1.4.3.patch b/dev-java/cglib/files/cglib-2.0.2-asm-1.4.3.patch deleted file mode 100644 index f9d47e914d3e..000000000000 --- a/dev-java/cglib/files/cglib-2.0.2-asm-1.4.3.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uprN src.orig/test/net/sf/cglib/reflect/TestFastClass.java src/test/net/sf/cglib/reflect/TestFastClass.java ---- src.orig/test/net/sf/cglib/reflect/TestFastClass.java 2005-01-05 19:33:15.945618576 +0100 -+++ src/test/net/sf/cglib/reflect/TestFastClass.java 2005-01-05 19:34:21.957583232 +0100 -@@ -26,7 +26,7 @@ import net.sf.cglib.core.DefaultGenerato - import net.sf.cglib.transform.ClassTransformerTee; - import net.sf.cglib.transform.NullClassVisitor; - import net.sf.cglib.transform.TransformingClassGenerator; --import org.objectweb.asm.util.DumpClassVisitor; -+import org.objectweb.asm.util.ASMifierClassVisitor; - - public class TestFastClass extends net.sf.cglib.CodeGenTestCase { - public static class Simple { diff --git a/dev-java/cglib/files/cglib-2.2-build.patch b/dev-java/cglib/files/cglib-2.2-build.patch deleted file mode 100644 index c1c572dd0c74..000000000000 --- a/dev-java/cglib/files/cglib-2.2-build.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- build.xml.orig 2009-09-02 16:27:55.000000000 +0200 -+++ build.xml 2009-09-03 17:24:23.000000000 +0200 -@@ -73,7 +73,7 @@ - <target depends="prepare" description="Compile shareable components" - name="compile"> - <javac debug="${compile.debug}" deprecation="${compile.deprecation}" destdir="${build.home}/classes" optimize="${compile.optimize}" srcdir="${source.home}" -- target="${compile.target}" bootclasspath="${compile.bootclasspath}" extdirs="${compile.extdirs}" source="${compile.source}"> -+ target="${compile.target}" extdirs="${compile.extdirs}" source="${compile.source}"> - <classpath refid="compile.classpath"/> - <compilerarg compiler="jikes" value="-nowarn"/> - </javac> -@@ -122,16 +122,7 @@ - <jar basedir="${build.home}/classes" jarfile="${dist.home}/${component.name}-${component.version}.jar" > - <include name="**/*"/> - <exclude name="samples/**" /> -- </jar> -- -- <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpathref="compile.classpath"/> -- <jarjar basedir="${build.home}/classes" jarfile="${dist.home}/${component.name}-nodep-${component.version}.jar" > -- <zipfileset dir="lib" includes="asm*.txt"/> -- <zipfileset src="lib/asm-3.1.jar" excludes="META-INF"/> -- <rule pattern="org.objectweb.asm.**" result="net.sf.cglib.asm.@1"/> -- <include name="**/*"/> -- <exclude name="samples/**"/> -- </jarjar> -+ </jar> - </target> - - <target depends="compile,javadoc" description="Create docs and source distribution" name="srcjar"> -@@ -239,16 +230,7 @@ - failonerror="${test.failonerror}" - fork="yes" - > -- -- <!-- jvmarg value="-Xrunhprof:heap=all,file=debug.txt"/ --> -- <!-- <jvmarg value="-verbose:gc"/> --> -- <!-- <jvmarg value="-verbose:class"/> --> -- <!-- <jvmarg value="-Xprof"/> --> -- <!-- <jvmarg value="-server"/> --> -- <!-- <sysproperty key="cglib.debugLocation" value="debug"/> --> -- <!-- <jvmarg value="-Djava.security.policy==java.policy" /> --> -- <!-- <jvmarg value="-Djava.security.manager" /> --> -- -+ <sysproperty key="cglib.debugLocation" value="${debugLocation}"/> - <arg value="${test.entry}"/> - <classpath> - <pathelement path="${build.home}/classes"/> diff --git a/dev-java/cglib/files/cglib-2.2-no-leak-test.patch b/dev-java/cglib/files/cglib-2.2-no-leak-test.patch deleted file mode 100644 index 416672a5498e..000000000000 --- a/dev-java/cglib/files/cglib-2.2-no-leak-test.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/test/net/sf/cglib/CodeGenTestCase.java.orig 2009-11-20 11:49:04.000000000 +0100 -+++ src/test/net/sf/cglib/CodeGenTestCase.java 2009-11-20 11:49:18.000000000 +0100 -@@ -135,7 +135,7 @@ - - } - -- return true; -+ return false; - - - } diff --git a/dev-java/cglib/files/cglib-2.2.3-build.patch b/dev-java/cglib/files/cglib-2.2.3-build.patch deleted file mode 100644 index 15aa07dfa987..000000000000 --- a/dev-java/cglib/files/cglib-2.2.3-build.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- cglib.2.2.3/build.xml -+++ cglib.2.2.3/build.xml -@@ -73,7 +73,7 @@ - <target depends="prepare" description="Compile shareable components"
- name="compile">
- <javac debug="${compile.debug}" deprecation="${compile.deprecation}" destdir="${build.home}/classes" optimize="${compile.optimize}" srcdir="${source.home}"
-- target="${compile.target}" bootclasspath="${compile.bootclasspath}" extdirs="${compile.extdirs}" source="${compile.source}">
-+ target="${compile.target}" extdirs="${compile.extdirs}" source="${compile.source}">
- <classpath refid="compile.classpath"/>
- <compilerarg compiler="jikes" value="-nowarn"/>
- </javac>
-@@ -123,15 +123,6 @@ - <include name="**/*"/>
- <exclude name="samples/**" />
- </jar>
--
-- <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpathref="compile.classpath"/>
-- <jarjar basedir="${build.home}/classes" jarfile="${dist.home}/${component.name}-nodep-${component.version}.jar" >
-- <zipfileset dir="lib" includes="asm*.txt"/>
-- <zipfileset src="lib/asm-3.1.jar" excludes="META-INF"/>
-- <rule pattern="org.objectweb.asm.**" result="net.sf.cglib.asm.@1"/>
-- <include name="**/*"/>
-- <exclude name="samples/**"/>
-- </jarjar>
- </target>
-
- <target depends="compile,javadoc" description="Create docs and source distribution" name="srcjar">
-@@ -240,15 +231,7 @@ - fork="yes"
- >
-
-- <!-- jvmarg value="-Xrunhprof:heap=all,file=debug.txt"/ -->
-- <!-- <jvmarg value="-verbose:gc"/> -->
-- <!-- <jvmarg value="-verbose:class"/> -->
-- <!-- <jvmarg value="-Xprof"/> -->
-- <!-- <jvmarg value="-server"/> -->
-- <!-- <sysproperty key="cglib.debugLocation" value="debug"/> -->
-- <!-- <jvmarg value="-Djava.security.policy==java.policy" /> -->
-- <!-- <jvmarg value="-Djava.security.manager" /> -->
--
-+ <sysproperty key="cglib.debugLocation" value="${debugLocation}"/>
- <arg value="${test.entry}"/>
- <classpath>
- <pathelement path="${build.home}/classes"/>
diff --git a/dev-java/cglib/files/cglib-3.0-build.xml.patch b/dev-java/cglib/files/cglib-3.0-build.xml.patch deleted file mode 100644 index a40c169d8016..000000000000 --- a/dev-java/cglib/files/cglib-3.0-build.xml.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Nru /tmp/cglib-3.0.orig/build.xml ./build.xml ---- /tmp/cglib-3.0.orig/build.xml 2012-08-17 19:21:37.387574672 +0300 -+++ ./build.xml 2012-08-17 19:26:58.982564260 +0300 -@@ -73,7 +73,7 @@ - <target depends="prepare" description="Compile shareable components" - name="compile"> - <javac debug="${compile.debug}" deprecation="${compile.deprecation}" destdir="${build.home}/classes" optimize="${compile.optimize}" srcdir="${source.home}" -- target="${compile.target}" bootclasspath="${compile.bootclasspath}" extdirs="${compile.extdirs}" source="${compile.source}"> -+ target="${compile.target}" extdirs="${compile.extdirs}" source="${compile.source}"> - <classpath refid="compile.classpath"/> - <compilerarg compiler="jikes" value="-nowarn"/> - </javac> -@@ -124,14 +124,6 @@ - <exclude name="samples/**" /> - </jar> - -- <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpathref="compile.classpath"/> -- <jarjar basedir="${build.home}/classes" jarfile="${dist.home}/${component.name}-nodep-${component.version}.jar" > -- <zipfileset dir="lib" includes="asm*.txt"/> -- <zipfileset src="lib/asm-4.0.jar" excludes="META-INF"/> -- <rule pattern="org.objectweb.asm.**" result="net.sf.cglib.asm.@1"/> -- <include name="**/*"/> -- <exclude name="samples/**"/> -- </jarjar> - </target> - - <target depends="compile,javadoc" description="Create docs and source distribution" name="srcjar"> -@@ -246,7 +238,7 @@ - <!-- <jvmarg value="-verbose:class"/> --> - <!-- <jvmarg value="-Xprof"/> --> - <!-- <jvmarg value="-server"/> --> -- <!-- <sysproperty key="cglib.debugLocation" value="debug"/> --> -+ <sysproperty key="cglib.debugLocation" value="${cglib.debugLocation}"/> - <!-- <jvmarg value="-Djava.security.policy==java.policy" /> --> - <!-- <jvmarg value="-Djava.security.manager" /> --> - diff --git a/dev-java/cglib/files/words.txt b/dev-java/cglib/files/words.txt deleted file mode 100644 index 263a4396d4ca..000000000000 --- a/dev-java/cglib/files/words.txt +++ /dev/null @@ -1,50 +0,0 @@ -Casuarinaceae -hylomorphic -granitize -biddably -repulsive -amphimictical -trio -toxodont -nonreigning -dragbar -Moronidae -unlanguishing -metabolizable -Osmerus -goran -spiritfulness -tetrachloromethane -baobab -caroline -radioconductor -imband -crinoline -circummundane -incontractile -forerank -modernization -meal -fishman -underbuy -pertain -equiped -cockal -unshrined -Harb -heterotaxis -commensurableness -baggy -sarcophilous -tankard -acervuline -unverifiably -premidnight -strangles -vitellus -Socratean -flock -scourage -feverlike -citharist -harn |