mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-java/cglib: remove unused patches/file
This commit is contained in:
@@ -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 {
|
||||
@@ -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"/>
|
||||
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
@@ -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"/>
|
||||
@@ -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" /> -->
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user