[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] icedtea6: split outputs
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] icedtea6: split outputs |
Date: |
Wed, 04 Mar 2015 13:18:52 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Ricardo Wurmus <address@hidden> skribis:
> The first attached patch splits the outputs of the icedtea6 package into
> "doc", "jdk", and "out", containing the documentation, the contents of
> the "j2sdk-image" directory, and the contents of the "j2re-image"
> directory, respectively.
>
> The other two patches update the packages for Ant and R, such that they
> depend on the "jdk" output.
Merge these into one patch, since doing it separately would mean that in
the interim R and Ant would be left broken.
> From 47b47b539d4d467b70861a42e0d9abba20f1362a Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> Date: Wed, 4 Mar 2015 10:25:54 +0100
> Subject: [PATCH 1/3] gnu: icedtea6: split outputs.
>
> * gnu/packages/java.scm (icedtea6)[outputs]: Use separate outputs for
> documentation ("doc"), JDK ("jdk"), and JRE ("out").
[...]
> + (outputs '("out" ; Java Runtime Environment
> + "jdk" ; Java Development Kit
> + "doc")) ; all documentation
Could you add the size of each output in parentheses, to give the reader
an idea?
> From 7e9189c0dd36704e9dddb71c31dac97fad23df73 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> Date: Wed, 4 Mar 2015 11:08:16 +0100
> Subject: [PATCH 2/3] gnu: ant: use "jdk" output of icedtea6.
>
> * gnu/packages/java.scm (ant)[native-inputs]: Reference "jdk" output of
> icedtea6 package.
OK for both merged as one!
Thanks,
Ludo’.