diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-09-23 04:48:38 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-09-23 04:48:38 +0000 |
commit | f2be0049aea5e6f708f8d60a9906ac6afa5fe222 (patch) | |
tree | 92d05bc9a90844ca05dc0e03d26a6d19b1329759 /dev-java/asm/files | |
parent | Initial commit. Bug #92756 (diff) | |
download | gentoo-2-f2be0049aea5e6f708f8d60a9906ac6afa5fe222.tar.gz gentoo-2-f2be0049aea5e6f708f8d60a9906ac6afa5fe222.tar.bz2 gentoo-2-f2be0049aea5e6f708f8d60a9906ac6afa5fe222.zip |
Version bump. Ebuild contributed by Miroslav Sulc <miroslav.sulc@startnet.cz>, bug #144859.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-java/asm/files')
-rw-r--r-- | dev-java/asm/files/asm-2.2.3-build.xml.patch | 64 | ||||
-rw-r--r-- | dev-java/asm/files/digest-asm-2.2.3 | 3 |
2 files changed, 67 insertions, 0 deletions
diff --git a/dev-java/asm/files/asm-2.2.3-build.xml.patch b/dev-java/asm/files/asm-2.2.3-build.xml.patch new file mode 100644 index 000000000000..4eb31e6483f6 --- /dev/null +++ b/dev-java/asm/files/asm-2.2.3-build.xml.patch @@ -0,0 +1,64 @@ +--- build.xml 2006-09-14 22:30:35.000000000 +0200 ++++ /home/fordfrog/tmp/asm/asm-2.2.3/build.xml 2006-09-14 22:26:19.000000000 +0200 +@@ -96,17 +96,6 @@ + <pathelement location="${out.build}"/>
+ </path>
+
+- <path id="cobertura.classpath">
+- <fileset dir="test/lib">
+- <include name="cobertura-1.7.jar"/>
+- <include name="log4j-1.2.9.jar"/>
+- <include name="jakarta-oro-2.0.8.jar"/>
+- <include name="asm-2.1.jar"/>
+- <include name="ccl.jar"/>
+- <include name="javancss.jar"/>
+- </fileset>
+- </path>
+-
+ <taskdef name="multipleAnt"
+ classname="org.objectweb.util.ant.MultipleAnt"
+ classpath="${objectweb.ant.tasks.path}"/>
+@@ -118,8 +107,6 @@ + <taskdef name="multipleCopy"
+ classname="org.objectweb.util.ant.MultipleCopy"
+ classpath="${objectweb.ant.tasks.path}"/>
+-
+- <taskdef classpathref="cobertura.classpath" resource="tasks.properties"/>
+ </target>
+
+ <!-- =================================== -->
+@@ -180,34 +167,6 @@ + </junitreport>
+ </target>
+
+- <target name="coverage" depends="compile">
+- <delete file="cobertura.ser"/>
+- <delete dir="${out.instr}"/>
+- <cobertura-instrument todir="${out.instr}">
+- <ignore regex="org.apache.log4j.*"/>
+- <fileset dir="${out.build}/tmp">
+- <include name="**/*.class"/>
+- <exclude name="**/optimizer/*.class" />
+- <exclude name="**/*Test*.class" />
+- </fileset>
+- </cobertura-instrument>
+- <copy todir="${out.instr}" preservelastmodified="yes">
+- <fileset dir="${out.build}/tmp"/>
+- </copy>
+- <property name="classes" value="${out.instr}"/>
+- <ant antfile="${test}/build.xml" target="test" inheritRefs="true"/>
+- </target>
+-
+- <target name="coverage.report" depends="init">
+- <cobertura-report destdir="${out}/coverage" srcdir="${src}" format="xml"/>
+- <cobertura-report destdir="${out}/coverage">
+- <fileset dir="${src}">
+- <include name="**/*.java"/>
+- <exclude name="**/asm/optimizer/**/*.java"/>
+- </fileset>
+- </cobertura-report>
+- </target>
+-
+ <!-- =================================== -->
+ <!-- ========== DIST ========== -->
+ <!-- =================================== -->
diff --git a/dev-java/asm/files/digest-asm-2.2.3 b/dev-java/asm/files/digest-asm-2.2.3 new file mode 100644 index 000000000000..c46f6f44d5fc --- /dev/null +++ b/dev-java/asm/files/digest-asm-2.2.3 @@ -0,0 +1,3 @@ +MD5 7a92c87bf067925685cf68dcc0dd8998 asm-2.2.3.tar.gz 287535 +RMD160 9cdda5f5e03217c18f884f0515af713b202a2e5e asm-2.2.3.tar.gz 287535 +SHA256 56c5ce25bff92c3641b6435e28eee71718bc4eb62d4964faa9da6bb9d1002344 asm-2.2.3.tar.gz 287535 |