From 93affac47cdefe6bc4ec0bd7afd6f2724dc46d48 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 11:40:28 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 44 ++++++++++++++++ asm-7.2.pom | 96 ---------------------------------- asm-analysis-7.2.pom | 102 ------------------------------------ asm-commons-7.2.pom | 120 ------------------------------------------- asm-test-7.2.pom | 96 ---------------------------------- asm-tree-7.2.pom | 102 ------------------------------------ asm-util-7.2.pom | 120 ------------------------------------------- generate-tarball.sh | 0 sources | 6 +++ 9 files changed, 50 insertions(+), 636 deletions(-) delete mode 100644 asm-7.2.pom delete mode 100644 asm-analysis-7.2.pom delete mode 100644 asm-commons-7.2.pom delete mode 100644 asm-test-7.2.pom delete mode 100644 asm-tree-7.2.pom delete mode 100644 asm-util-7.2.pom mode change 100755 => 100644 generate-tarball.sh diff --git a/.gitignore b/.gitignore index b3de7b5..3f4be2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,45 @@ +/LICENSE-2.0.txt +/.project +/.build-*.log +/*.src.rpm +/noarch +/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 diff --git a/asm-7.2.pom b/asm-7.2.pom deleted file mode 100644 index ce2dd2e..0000000 --- a/asm-7.2.pom +++ /dev/null @@ -1,96 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm - 7.2 - 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.asm - asm-test - 7.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.3.2 - test - - - org.junit.jupiter - junit-jupiter-params - 5.3.2 - test - - - diff --git a/asm-analysis-7.2.pom b/asm-analysis-7.2.pom deleted file mode 100644 index 9199beb..0000000 --- a/asm-analysis-7.2.pom +++ /dev/null @@ -1,102 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-analysis - 7.2 - 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 - 7.2 - compile - - - org.ow2.asm - asm-test - 7.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.3.2 - test - - - org.junit.jupiter - junit-jupiter-params - 5.3.2 - test - - - diff --git a/asm-commons-7.2.pom b/asm-commons-7.2.pom deleted file mode 100644 index 0f8b775..0000000 --- a/asm-commons-7.2.pom +++ /dev/null @@ -1,120 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-commons - 7.2 - 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 - 7.2 - compile - - - org.ow2.asm - asm-tree - 7.2 - compile - - - org.ow2.asm - asm-analysis - 7.2 - compile - - - org.ow2.asm - asm-util - 7.2 - test - - - org.ow2.asm - asm-test - 7.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.3.2 - test - - - org.junit.jupiter - junit-jupiter-params - 5.3.2 - test - - - diff --git a/asm-test-7.2.pom b/asm-test-7.2.pom deleted file mode 100644 index 0e6aa5b..0000000 --- a/asm-test-7.2.pom +++ /dev/null @@ -1,96 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-test - 7.2 - 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.3.2 - compile - - - org.junit.jupiter - junit-jupiter-params - 5.3.2 - compile - - - org.ow2.asm - asm-test - 7.2 - test - - - diff --git a/asm-tree-7.2.pom b/asm-tree-7.2.pom deleted file mode 100644 index 03903be..0000000 --- a/asm-tree-7.2.pom +++ /dev/null @@ -1,102 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-tree - 7.2 - 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 - 7.2 - compile - - - org.ow2.asm - asm-test - 7.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.3.2 - test - - - org.junit.jupiter - junit-jupiter-params - 5.3.2 - test - - - diff --git a/asm-util-7.2.pom b/asm-util-7.2.pom deleted file mode 100644 index 1dde338..0000000 --- a/asm-util-7.2.pom +++ /dev/null @@ -1,120 +0,0 @@ - - - 4.0.0 - - org.ow2 - ow2 - 1.5 - - org.ow2.asm - asm-util - 7.2 - 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 - 7.2 - compile - - - org.ow2.asm - asm-tree - 7.2 - compile - - - org.ow2.asm - asm-analysis - 7.2 - compile - - - org.codehaus.janino - janino - 3.0.11 - test - - - org.ow2.asm - asm-test - 7.2 - test - - - org.junit.jupiter - junit-jupiter-api - 5.3.2 - test - - - org.junit.jupiter - junit-jupiter-params - 5.3.2 - test - - - diff --git a/generate-tarball.sh b/generate-tarball.sh old mode 100755 new mode 100644 diff --git a/sources b/sources index e89a2ef..b555a57 100644 --- a/sources +++ b/sources @@ -1 +1,7 @@ SHA512 (objectweb-asm-7.2.tar.gz) = c305f0369dc8af83cb7b683fc2a56ca557cd4c9b27800db2b1726894cb0c19c888f1a94d3571975b1556d4f762e9fd75a9b89c66986a1af70daaf6fba3fc6713 +SHA512 (asm-7.2.pom) = 66d602775aef6d6225dceb1aa357754d4410ef3ee187ce24b887e2d467fd35caf1c50503bb6f3c63cd2144ec60cab61f5a311b77cc5753b0bf639d18aa947d63 +SHA512 (asm-analysis-7.2.pom) = 56bfb252328e1459b2ff4d28b4adfbd0567abf0d8e4e2a5d28c2b40d0faf93b9a8dcb59be29595c57af15d5b7019b66d9654aceda4c64926cf51be9d05e89686 +SHA512 (asm-commons-7.2.pom) = 7e76ba1573f493c88ba11738231fcd1bcafc448445d8f30b4e1354b9f58980a49101b317214469e51532ed727002d9babc39a4a833deec7897845e30e60ef466 +SHA512 (asm-test-7.2.pom) = e85543d87ef648ee6b06dfa97702df6ca5c7f43e8ce78b18203e3ae064c65daa8d44232097970520dfd983f564046b64eec272791a2b75b9015e939447d69046 +SHA512 (asm-tree-7.2.pom) = 3e12ecc6d8940fa283abd31b2a222a0103439c06ab1d0e605866c15deb0b0f4aaac0a153745e3bbfd574e97b781d4029c98d8f7765bd8cbb7f4ebdbac92ef6e4 +SHA512 (asm-util-7.2.pom) = d3d4c1a52a2a8d79717d0414fde5997ce9d93bbbd2ab340ad97394a684500916be79d42f09583aa87c4ae7a900eae073ea056ca4da41c19ed46887df4741cbbf