unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: 31604@debbugs.gnu.org
Subject: [bug#31604] [PATCH 1/8] gnu: Add java-jsr250.
Date: Sat, 26 May 2018 14:45:43 +0200	[thread overview]
Message-ID: <20180526124550.5136-1-julien@lepiller.eu> (raw)
In-Reply-To: <20180526144338.72814509@lepiller.eu>

* gnu/packages/java.scm (java-jsr250): New variable.
---
 gnu/packages/java.scm | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 90fd07c59..d109c3fd6 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
-;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
+;;; Copyright © 2017, 2018 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
 ;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -4263,6 +4263,33 @@ from within Java, as well as an object registry that exposes Java objects to
 these scripting language engines.")
     (license license:asl2.0)))
 
+(define-public java-jsr250
+  (package
+    (name "java-jsr250")
+    (version "1.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://repo1.maven.org/maven2/"
+                                  "javax/annotation/javax.annotation-api/"
+                                  version "/javax.annotation-api-"
+                                  version "-sources.jar"))
+              (sha256
+               (base32
+                "08clh8n4n9wfglf75qsqfjs6yf79f7x6hqx38cn856pksszv50kz"))))
+    (build-system ant-build-system)
+    (arguments
+     `(#:tests? #f ; no tests included
+       #:jdk ,icedtea-8
+       #:jar-name "jsr250.jar"))
+    (home-page "https://jcp.org/en/jsr/detail?id=250")
+    (synopsis "Security-related annotations")
+    (description "This package provides annotations for security.  It provides
+packages in the @code{javax.annotation} and @code{javax.annotation.security}
+namespaces.")
+    ;; either cddl or gpl2 only, with classpath exception
+    (license (list license:cddl1.0
+                   license:gpl2))))
+
 (define-public java-jsr305
   (package
     (name "java-jsr305")
-- 
2.17.0

  reply	other threads:[~2018-05-26 12:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-26 12:43 [bug#31604] [PATCH] Some java packages Julien Lepiller
2018-05-26 12:45 ` Julien Lepiller [this message]
2018-05-26 12:45   ` [bug#31604] [PATCH 2/8] gnu: Add java-eclipse-sisu-inject Julien Lepiller
2018-05-26 12:45   ` [bug#31604] [PATCH 3/8] gnu: Add java-eclipse-sisu-plexus Julien Lepiller
2018-05-26 12:45   ` [bug#31604] [PATCH 4/8] gnu: Add java-commons-jxpath Julien Lepiller
2018-05-26 12:45   ` [bug#31604] [PATCH 5/8] gnu: Add java-commons-compiler Julien Lepiller
2018-05-26 12:45   ` [bug#31604] [PATCH 6/8] gnu: Add java-janino Julien Lepiller
2018-05-26 12:45   ` [bug#31604] [PATCH 7/8] gnu: Add java-logback-core Julien Lepiller
2018-05-26 12:45   ` [bug#31604] [PATCH 8/8] gnu: Add java-logback-classic Julien Lepiller
2018-05-27  8:14 ` [bug#31604] [PATCH] Some java packages Roel Janssen
2018-05-27 17:07 ` bug#31604: " Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180526124550.5136-1-julien@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=31604@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).