From patchwork Sat Dec 23 19:59:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Lepiller X-Patchwork-Id: 58006 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 39A6927BBE2; Sat, 23 Dec 2023 20:00:19 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 0701627BBEA for ; Sat, 23 Dec 2023 20:00:18 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rH8AE-0003IU-MN; Sat, 23 Dec 2023 15:00:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rH8AA-0003H8-SI for guix-patches@gnu.org; Sat, 23 Dec 2023 14:59:58 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rH8AA-000377-Hg for guix-patches@gnu.org; Sat, 23 Dec 2023 14:59:58 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rH8AE-0000we-Iu; Sat, 23 Dec 2023 15:00:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67995] [PATCH 1/2] gnu: Add java-jakarta-annotations-api. References: <20231223193315.6178e162@tachikoma.lepiller.eu> In-Reply-To: <20231223193315.6178e162@tachikoma.lepiller.eu> Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: bjoern.hoefling@bjoernhoefling.de, julien@lepiller.eu, guix-patches@gnu.org Resent-Date: Sat, 23 Dec 2023 20:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67995 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67995@debbugs.gnu.org Cc: =?utf-8?b?QmrDtnJuIEjDtmZsaW5n?= , Julien Lepiller X-Debbugs-Original-Xcc: =?utf-8?b?QmrDtnJuIEjDtmZsaW5n?= , Julien Lepiller Received: via spool by 67995-submit@debbugs.gnu.org id=B67995.17033615633552 (code B ref 67995); Sat, 23 Dec 2023 20:00:02 +0000 Received: (at 67995) by debbugs.gnu.org; 23 Dec 2023 19:59:23 +0000 Received: from localhost ([127.0.0.1]:51276 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rH89a-0000vE-UL for submit@debbugs.gnu.org; Sat, 23 Dec 2023 14:59:23 -0500 Received: from lepiller.eu ([89.234.186.109]:33004 helo=hermes.lepiller.eu) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rH89Y-0000uz-Ep for 67995@debbugs.gnu.org; Sat, 23 Dec 2023 14:59:21 -0500 Received: from hermes.lepiller.eu (localhost [127.0.0.1]) by hermes.lepiller.eu (OpenSMTPD) with ESMTP id 1efb139e for <67995@debbugs.gnu.org>; Sat, 23 Dec 2023 19:59:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=dkim; bh=R2ShzrWED0jlkj3D6Upa4II+M2eBGEL/3lMlk3feToI=; b=lfts oJ2cLYejr+/czIMJ3ffzmQvpbY1+h41gvRDO+aZ45iyWTShoCzNRHFxD+PyvIyly Mhz00oFSUHglrHiMSoXxBdSbkKOAEZaXmpi8KhhXgrSnl1nP8gn/79yZTDPk52CG owAImRiPRrWYgXDZ4vN1HhVPBiEvfoaPkeQL0VlZwiUXv0t0goyKw4/pZ6wXnEIG jbcLK65uWPeDpFVwAO+VgGQMNGjKohtQNFghz2KSqmCGj7mSAbsgUiyl8HF/vTYf uQD2k7fOrMsMbEQqnP1hYHM34A/zkwNmBBTKSUkYW2NbFVNgvQHrgirJFwYAqi0Z BWIUpNPAgNdgM59OTQ== Received: by hermes.lepiller.eu (OpenSMTPD) with ESMTPSA id c76f96a9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <67995@debbugs.gnu.org>; Sat, 23 Dec 2023 19:59:12 +0000 (UTC) From: Julien Lepiller Date: Sat, 23 Dec 2023 20:59:03 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/java.scm (java-jakarta-annotations-api): New variable. Change-Id: I374d1be6f1c509c9c6391e0551de5362eae13357 --- gnu/packages/java.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) base-commit: d5298c5e334e56a9aabddcb62d312e63135864f6 diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index d73550c042..e2c2a041a9 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -13719,6 +13719,34 @@ (define-public java-parsson ;; with classpath exception (license license:epl2.0))) +(define-public java-jakarta-annotations-api + (package + (name "java-jakarta-annotations-api") + (version "2.1.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jakartaee/common-annotations-api") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xq2n2pijal5p75vl9dz10i6hhdmaxw5q8j3aza717xkpxxby9p6")))) + (build-system ant-build-system) + (arguments + `(#:jar-name "jakarta-annotations-api.jar" + #:source-dir "api/src/main/java" + #:tests? #f; no tests + #:jdk ,openjdk11)) + (home-page "https://github.com/jakartaee/common-annotations-api") + (synopsis "Collection of Java annotations") + (description "Jakarta Annotations defines a collection of annotations +representing common semantic concepts that enable a declarative style of +programming that applies across a variety of Java technologies.") + ;; with classpath exception + (license (list license:epl2.0 + license:gpl2)))) + (define-public java-xmp (package (name "java-xmp")