From 725d682cdb051470c1fad603c3557d17d7c66acf Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 11:20:35 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 88 +++++++++++++++++++++++++++++++++++++++- asm-9.3.pom | 75 ---------------------------------- asm-analysis-9.3.pom | 83 -------------------------------------- asm-commons-9.3.pom | 95 -------------------------------------------- asm-test-9.3.pom | 89 ----------------------------------------- asm-tree-9.3.pom | 83 -------------------------------------- asm-util-9.3.pom | 95 -------------------------------------------- generate-tarball.sh | 0 sources | 6 +++ 9 files changed, 93 insertions(+), 521 deletions(-) delete mode 100644 asm-9.3.pom delete mode 100644 asm-analysis-9.3.pom delete mode 100644 asm-commons-9.3.pom delete mode 100644 asm-test-9.3.pom delete mode 100644 asm-tree-9.3.pom delete mode 100644 asm-util-9.3.pom mode change 100755 => 100644 generate-tarball.sh diff --git a/.gitignore b/.gitignore index 17ef08c..6211337 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,87 @@ -/objectweb-asm-9.3.tar.gz +/LICENSE-2.0.txt +/.project +/.build-*.log +/*.src.rpm +/noarch +/objectweb-asm-*.tar.gz +/objectweb-asm-*/ +/archive.tar.gz +/asm-6.2.pom +/asm-analysis-6.2.pom +/asm-commons-6.2.pom +/asm-test-6.2.pom +/asm-tree-6.2.pom +/asm-util-6.2.pom +/asm-xml-6.2.pom +/objectweb-asm-6.2.tar.gz +/objectweb-asm-6.2.1.tar.gz +/asm-6.2.1.pom +/asm-analysis-6.2.1.pom +/asm-commons-6.2.1.pom +/asm-test-6.2.1.pom +/asm-tree-6.2.1.pom +/asm-util-6.2.1.pom +/asm-xml-6.2.1.pom +/objectweb-asm-7.0.tar.gz +/objectweb-asm-7.0/ +/asm-7.0.pom +/asm-analysis-7.0.pom +/asm-commons-7.0.pom +/asm-test-7.0.pom +/asm-tree-7.0.pom +/asm-util-7.0.pom +/objectweb-asm-7.1.tar.gz +/asm-7.1.pom +/asm-analysis-7.1.pom +/asm-commons-7.1.pom +/asm-test-7.1.pom +/asm-tree-7.1.pom +/asm-util-7.1.pom +/objectweb-asm-7.1/ +/objectweb-asm-7.2.tar.gz +/asm-7.2.pom +/asm-analysis-7.2.pom +/asm-commons-7.2.pom +/asm-test-7.2.pom +/asm-tree-7.2.pom +/asm-util-7.2.pom +/objectweb-asm-7.3.1.tar.gz +/asm-7.3.1.pom +/asm-analysis-7.3.1.pom +/asm-commons-7.3.1.pom +/asm-test-7.3.1.pom +/asm-tree-7.3.1.pom +/asm-util-7.3.1.pom +/objectweb-asm-8.0.1.tar.gz +/asm-8.0.1.pom +/asm-analysis-8.0.1.pom +/asm-commons-8.0.1.pom +/asm-test-8.0.1.pom +/asm-tree-8.0.1.pom +/asm-util-8.0.1.pom +/objectweb-asm-9.0.tar.gz +/asm-9.0.pom +/asm-analysis-9.0.pom +/asm-commons-9.0.pom +/asm-test-9.0.pom +/asm-tree-9.0.pom +/asm-util-9.0.pom +/objectweb-asm-9.1.tar.gz +/asm-9.1.pom +/asm-analysis-9.1.pom +/asm-commons-9.1.pom +/asm-test-9.1.pom +/asm-tree-9.1.pom +/asm-util-9.1.pom +/asm-9.2.pom +/asm-analysis-9.2.pom +/asm-commons-9.2.pom +/asm-test-9.2.pom +/asm-tree-9.2.pom +/asm-util-9.2.pom +/asm-9.3.pom +/asm-analysis-9.3.pom +/asm-commons-9.3.pom +/asm-test-9.3.pom +/asm-tree-9.3.pom +/asm-util-9.3.pom diff --git a/asm-9.3.pom b/asm-9.3.pom deleted file mode 100644 index 2031920..0000000 --- a/asm-9.3.pom +++ /dev/null @@ -1,75 +0,0 @@ - - - 4.0.0 - org.ow2.asm - asm - 9.3 - asm - ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.io/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD-3-Clause - https://asm.ow2.io/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - org.ow2 - ow2 - 1.5 - - diff --git a/asm-analysis-9.3.pom b/asm-analysis-9.3.pom deleted file mode 100644 index 1944f5c..0000000 --- a/asm-analysis-9.3.pom +++ /dev/null @@ -1,83 +0,0 @@ - - - 4.0.0 - org.ow2.asm - asm-analysis - 9.3 - asm-analysis - Static code analysis API of ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.io/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD-3-Clause - https://asm.ow2.io/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.ow2.asm - asm-tree - 9.3 - compile - - - - org.ow2 - ow2 - 1.5 - - diff --git a/asm-commons-9.3.pom b/asm-commons-9.3.pom deleted file mode 100644 index 81b18e3..0000000 --- a/asm-commons-9.3.pom +++ /dev/null @@ -1,95 +0,0 @@ - - - 4.0.0 - org.ow2.asm - asm-commons - 9.3 - asm-commons - Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.io/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD-3-Clause - https://asm.ow2.io/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.ow2.asm - asm - 9.3 - compile - - - org.ow2.asm - asm-tree - 9.3 - compile - - - org.ow2.asm - asm-analysis - 9.3 - compile - - - - org.ow2 - ow2 - 1.5 - - diff --git a/asm-test-9.3.pom b/asm-test-9.3.pom deleted file mode 100644 index 9de731a..0000000 --- a/asm-test-9.3.pom +++ /dev/null @@ -1,89 +0,0 @@ - - - 4.0.0 - org.ow2.asm - asm-test - 9.3 - asm-test - Utilities for testing ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.io/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD-3-Clause - https://asm.ow2.io/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.junit.jupiter - junit-jupiter-api - 5.8.2 - compile - - - org.junit.jupiter - junit-jupiter-params - 5.8.2 - compile - - - - org.ow2 - ow2 - 1.5 - - diff --git a/asm-tree-9.3.pom b/asm-tree-9.3.pom deleted file mode 100644 index ecd0fc7..0000000 --- a/asm-tree-9.3.pom +++ /dev/null @@ -1,83 +0,0 @@ - - - 4.0.0 - org.ow2.asm - asm-tree - 9.3 - asm-tree - Tree API of ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.io/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD-3-Clause - https://asm.ow2.io/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.ow2.asm - asm - 9.3 - compile - - - - org.ow2 - ow2 - 1.5 - - diff --git a/asm-util-9.3.pom b/asm-util-9.3.pom deleted file mode 100644 index b210ee8..0000000 --- a/asm-util-9.3.pom +++ /dev/null @@ -1,95 +0,0 @@ - - - 4.0.0 - org.ow2.asm - asm-util - 9.3 - asm-util - Utilities for ASM, a very small and fast Java bytecode manipulation framework - http://asm.ow2.io/ - 2000 - - OW2 - http://www.ow2.org/ - - - - BSD-3-Clause - https://asm.ow2.io/license.html - - - - - ebruneton - Eric Bruneton - ebruneton@free.fr - - Creator - Java Developer - - - - eu - Eugene Kuleshov - eu@javatx.org - - Java Developer - - - - forax - Remi Forax - forax@univ-mlv.fr - - Java Developer - - - - - - ASM Users List - https://mail.ow2.org/wws/subscribe/asm - asm@objectweb.org - https://mail.ow2.org/wws/arc/asm/ - - - ASM Team List - https://mail.ow2.org/wws/subscribe/asm-team - asm-team@objectweb.org - https://mail.ow2.org/wws/arc/asm-team/ - - - - scm:git:https://gitlab.ow2.org/asm/asm/ - scm:git:https://gitlab.ow2.org/asm/asm/ - https://gitlab.ow2.org/asm/asm/ - - - https://gitlab.ow2.org/asm/asm/issues - - - - org.ow2.asm - asm - 9.3 - compile - - - org.ow2.asm - asm-tree - 9.3 - compile - - - org.ow2.asm - asm-analysis - 9.3 - compile - - - - org.ow2 - ow2 - 1.5 - - diff --git a/generate-tarball.sh b/generate-tarball.sh old mode 100755 new mode 100644 diff --git a/sources b/sources index cbed80f..e89e1c4 100644 --- a/sources +++ b/sources @@ -1 +1,7 @@ SHA512 (objectweb-asm-9.3.tar.gz) = ec23e717f17789fee264a6a08b3d52c2ec46d39270b38e0804ea18f1abebdddc738c7ff788d2ab348af8345b41c827021dec4e843b18ede04965eac77697e72b +SHA512 (asm-9.3.pom) = a354aaa4a45f6e6c3d24e28b8a9e4490bd0a5e43a33a45dd712daefaab33a65f45cd9ae11d57e38c45082053efbe03e6ab7d5c3882d50f1e6a5d6984f477ce86 +SHA512 (asm-analysis-9.3.pom) = e32fd3696ac4770f109a4abaf38e56cb4c8ad4f5131f8d24ff54505798279593c602402363c18b580f5453717a35fc7820fbe18e3b34ed780aa0c7025087d8cd +SHA512 (asm-commons-9.3.pom) = 1446c1528e07110c5a5894365c5c84063d264ec833532d894e3238bdb027f98a72398bc763fb89785a6f757e1d195f2934505ab63f75eb4538532fbed1ef0af9 +SHA512 (asm-test-9.3.pom) = 6c99662ac0701653dc76619e651ed3969c20ccd92a3f61eda9f785cceae446e6a4cf74e67f90835125719ce220d0639887f3047525c697203f3804e27dae8ff0 +SHA512 (asm-tree-9.3.pom) = f066513d4dba672edc85e9b457d827c16d55a321cb02f4f5faf6e02f59594c44fe3eae23006e6a7310151ff88ea53e654e27fdced6b0af85dcb24ab276279ca2 +SHA512 (asm-util-9.3.pom) = 283675d07165cd635d0417eed078be18aae09ec8960e370d5d56b5b7845d74e150330f21e4610c0c4ca391843d7dd21bcd341604763924f102d65875df8ff927