[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31333] [PATCH 01/22] gnu: Add groovy-java-bootstrap.
From: |
Danny Milosavljevic |
Subject: |
[bug#31333] [PATCH 01/22] gnu: Add groovy-java-bootstrap. |
Date: |
Mon, 7 May 2018 19:58:53 +0200 |
Hi Julien,
On Tue, 1 May 2018 17:44:28 +0200
Julien Lepiller <address@hidden> wrote:
> + %D%/packages/patches/groovy-Add-exceptionutilsgenerator.patch \
Capital letter? Ok I guess, just uncommon.
> + (uri (string-append
> "https://github.com/apache/groovy/archive/GROOVY_"
> + (string-map (lambda (x) (if (eq? x #\.)
> #\_ x)) version)
> + ".tar.gz"))
Hmm, is testing using "eq?" safe? I'd prefer "char=?". Even more, I'd prefer
using (match ...).
> + (license (list license:gpl2
> + license:cddl1.1))))
Does that mean "AND" or "OR"? Please add a comment.
> diff --git a/gnu/packages/patches/groovy-Add-exceptionutilsgenerator.patch
> b/gnu/packages/patches/groovy-Add-exceptionutilsgenerator.patch
> new file mode 100644
> index 000000000..3c81f28cf
> --- /dev/null
> +++ b/gnu/packages/patches/groovy-Add-exceptionutilsgenerator.patch
> @@ -0,0 +1,96 @@
> +From 3dbdc68093e90f0ef9b77b70490d8e0b1dcfbf8f Mon Sep 17 00:00:00 2001
> +From: Julien Lepiller <address@hidden>
> +Date: Sun, 17 Sep 2017 21:08:45 +0200
> +Subject: [PATCH] Add ExceptionUtilsGenerator.java from previous versions
> +
> +This is replaced by a gradle task, but gradle depends on groovy, so we
> +need so way to generate the file without gradle.
It might make sense to add a comment which version exactly this was copied from.
pgpWvCup_c7o2.pgp
Description: OpenPGP digital signature
- [bug#31333] [PATCH 19/22] gnu: Add groovy-sql., (continued)
- [bug#31333] [PATCH 19/22] gnu: Add groovy-sql., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 18/22] gnu: Add groovy-servlet., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 22/22] gnu: Add groovy., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 21/22] gnu: Add groovy-macro., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 20/22] gnu: Add groovy-testng., Julien Lepiller, 2018/05/01
- [bug#31333] [PATCH 01/22] gnu: Add groovy-java-bootstrap.,
Danny Milosavljevic <=
- [bug#31333] [PATCH 01/22] gnu: Add groovy-java-bootstrap., Björn Höfling, 2018/05/07
- bug#31333: [PATCH] Add groovy, Julien Lepiller, 2018/05/09