public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-a64asm/
Date: Thu,  6 May 2021 16:53:03 +0000 (UTC)	[thread overview]
Message-ID: <1620319605.234be9f990bbaf2f7094fb703e91a7481d50a8c2.fordfrog@gentoo> (raw)

commit:     234be9f990bbaf2f7094fb703e91a7481d50a8c2
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu May  6 08:34:42 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu May  6 16:46:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234be9f9

dev-java/jnr-a64asm: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20697/commits/0fda27873a8170958bd7fe9607572f3033e0e0c6
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/jnr-a64asm/Manifest                |  1 +
 dev-java/jnr-a64asm/jnr-a64asm-1.0.0.ebuild | 32 +++++++++++++++++++++++++++++
 dev-java/jnr-a64asm/metadata.xml            |  7 +++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-java/jnr-a64asm/Manifest b/dev-java/jnr-a64asm/Manifest
new file mode 100644
index 00000000000..39aaf7f815d
--- /dev/null
+++ b/dev-java/jnr-a64asm/Manifest
@@ -0,0 +1 @@
+DIST jnr-a64asm-1.0.0.tar.gz 29247 BLAKE2B d5b2dbdbee3d50e466d164a7b5f62ad5ea99eeb810c38bacbd5ec21f8ba57d28ed442846903e85ef771e2a4ca80c77f2beb558fb03b1b6996384e26f69731474 SHA512 16ab336e60d6bf5e6478ed4fd8144c7e1eb1aa23089927e34adcbd2f0b3fdaedfc0e5026545bfd69d8a6a030479342088fcb86657a007e9ac9ba7a08830aa858

diff --git a/dev-java/jnr-a64asm/jnr-a64asm-1.0.0.ebuild b/dev-java/jnr-a64asm/jnr-a64asm-1.0.0.ebuild
new file mode 100644
index 00000000000..a1c6f07ac18
--- /dev/null
+++ b/dev-java/jnr-a64asm/jnr-a64asm-1.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/jnr/jnr-a64asm/archive/refs/tags/jnr-a64asm-1.0.0.tar.gz --slot 2 --keywords "~amd64 ~arm64 ~ppc64 ~x86" --ebuild jnr-a64asm-1.0.0.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="com.github.jnr:jnr-a64asm:1.0.0"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A pure-java A64 assembler"
+HOMEPAGE="http://nexus.sonatype.org/oss-repository-hosting.html/jnr-a64asm"
+SRC_URI="https://github.com/jnr/${PN}/archive/refs/tags/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+	>=virtual/jdk-1.8:*
+"
+
+RDEPEND="
+	>=virtual/jre-1.8:*
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_SRC_DIR="src/main/java"

diff --git a/dev-java/jnr-a64asm/metadata.xml b/dev-java/jnr-a64asm/metadata.xml
new file mode 100644
index 00000000000..0d49beafc75
--- /dev/null
+++ b/dev-java/jnr-a64asm/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>java@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2021-05-06 16:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-06 16:53 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-22 13:44 [gentoo-commits] repo/gentoo:master commit in: dev-java/jnr-a64asm/ Sam James
2021-11-23 10:48 Sam James
2021-11-23 17:02 Sam James
2021-12-22 18:47 Arthur Zamarin
2022-08-23 17:07 Arthur Zamarin
2024-11-09  8:32 Miroslav Šulc
2024-11-09  8:34 Miroslav Šulc

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

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

  git send-email \
    --in-reply-to=1620319605.234be9f990bbaf2f7094fb703e91a7481d50a8c2.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox