unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56055] [PATCH] gnu: Add java-asm-commons
@ 2022-06-18 16:44 Artyom V. Poptsov
  2022-06-18 19:16 ` bug#56055: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2022-06-18 16:44 UTC (permalink / raw)
  To: 56055


[-- Attachment #1.1: Type: text/plain, Size: 77 bytes --]

Hello,

this patch adds Java ASM Commons under the name 'java-asm-commons'.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-Add-java-asm-commons.patch --]
[-- Type: text/x-diff, Size: 1165 bytes --]

From b1ed1fdafdbece68b704982d18a32c6cbc26016e Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sat, 18 Jun 2022 19:40:00 +0300
Subject: [PATCH] gnu: Add java-asm-commons

* gnu/packages/java.scm (java-asm-commons-8): New variable.
---
 gnu/packages/java.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index d2fbf840a0..fd007ff562 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5469,6 +5469,21 @@ including java-asm.")
     (inputs
      (list java-asm-8 java-asm-analysis-8 java-asm-tree-8))))
 
+(define-public java-asm-commons-8
+  (package
+    (inherit java-asm-8)
+    (name "java-asm-commons")
+    (arguments
+     (list #:jar-name "asm-commons8.jar"
+           #:source-dir "asm-commons/src/main/java"
+           #:test-dir "asm-commons/src/test"
+           ;; tests depend on junit5
+           #:tests? #f))
+    (inputs
+     (list java-asm-8
+           java-asm-analysis-8
+           java-asm-tree-8))))
+
 (define-public java-cglib
   (package
     (name "java-cglib")
-- 
2.25.1


[-- Attachment #1.3: Type: text/plain, Size: 230 bytes --]


Thanks,

- Artyom

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56055: [PATCH] gnu: Add java-asm-commons
  2022-06-18 16:44 [bug#56055] [PATCH] gnu: Add java-asm-commons Artyom V. Poptsov
@ 2022-06-18 19:16 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2022-06-18 19:16 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 56055-done

[-- Attachment #1: Type: text/plain, Size: 406 bytes --]

Le Sat, 18 Jun 2022 19:44:52 +0300,
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> a écrit :

> Hello,
> 
> this patch adds Java ASM Commons under the name 'java-asm-commons'.
> 

Thanks for the patch, pushed to master as
3f8bb2d6b973ef017c3034ee9787ae971c9e8e0c. I modified the commit message
to add a dot at the end of subject, and put the inputs on a single line
because the list is small.

[-- Attachment #2: Signature digitale OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-18 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-18 16:44 [bug#56055] [PATCH] gnu: Add java-asm-commons Artyom V. Poptsov
2022-06-18 19:16 ` bug#56055: " Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).