GNU bug report logs - #26803
Java things

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Sat, 6 May 2017 14:02:02 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


Message #272 received at 26803 <at> debbugs.gnu.org (full text, mbox):

From: Roel Janssen <roel <at> gnu.org>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 26803 <at> debbugs.gnu.org
Subject: Re: bug#26803: [PATCH 32/36] gnu: Add java-httpcomponents-httpmime.
Date: Thu, 11 May 2017 10:32:54 +0200
Ricardo Wurmus writes:

> * gnu/packages/java.scm (java-httpcomponents-httpmime): 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 ee3a2bd2b..4bc03e5ca 100644
> --- a/gnu/packages/java.scm
> +++ b/gnu/packages/java.scm
> @@ -2149,6 +2149,21 @@ feature-rich package implementing the client side of the most recent HTTP
>  standards and recommendations.")
>      (license license:asl2.0)))
>  
> +(define-public java-httpcomponents-httpmime
> +  (package (inherit java-httpcomponents-httpclient)
> +    (name "java-httpcomponents-httpmime")
> +    (arguments
> +     `(#:jar-name "httpcomponents-httpmime.jar"
> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-after 'unpack 'chdir
> +           (lambda _ (chdir "httpmime") #t)))))
> +    (inputs
> +     `(("java-httpcomponents-httpclient" ,java-httpcomponents-httpclient)
> +       ("java-httpcomponents-httpcore" ,java-httpcomponents-httpcore)
> +       ("java-junit" ,java-junit)
> +       ("java-hamcrest-core" ,java-hamcrest-core)))))
> +
>  (define-public java-commons-cli
>    (package
>      (name "java-commons-cli")

LGTM!

Kind regards,
Roel Janssen




This bug report was last modified 8 years and 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.