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/bytelist/
Date: Thu, 15 Apr 2021 11:10:16 +0000 (UTC)	[thread overview]
Message-ID: <1618484878.df5c82ffcda9d8d103ef8d0d7ae3c9628cde8156.fordfrog@gentoo> (raw)

commit:     df5c82ffcda9d8d103ef8d0d7ae3c9628cde8156
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Apr 14 18:22:08 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 11:07:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5c82ff

dev-java/bytelist: bump to 1.0.15

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

 dev-java/bytelist/Manifest               |  1 +
 dev-java/bytelist/bytelist-1.0.15.ebuild | 47 ++++++++++++++++++++++++++++++++
 dev-java/bytelist/metadata.xml           | 13 +++++----
 3 files changed, 55 insertions(+), 6 deletions(-)

diff --git a/dev-java/bytelist/Manifest b/dev-java/bytelist/Manifest
index fcebf64d48b..23649777ad6 100644
--- a/dev-java/bytelist/Manifest
+++ b/dev-java/bytelist/Manifest
@@ -1 +1,2 @@
 DIST bytelist-1.0.10.tar.gz 15619 BLAKE2B d715949e9d78201c2fbc97a6c055630b83db4989108f7fb5f68d09cc461b4bf8f30f7ffb0ad66166aa13f23a50a832e12d721ffa2a72206348db0f4070fad941 SHA512 fb522a43d5cac8a4804f64caa38fb9ab793a0f0688a69987f3be6f2245a4a2c9739a0d807f88be947c0bd7f908c069a2f8092cc4d5314c3fddb6541d9db70f7c
+DIST bytelist-1.0.15-sources.tar.gz 50512 BLAKE2B f17094ac4ef8ea68d48b05589b9fe3b8a90033dbc33992d0ebbcf70851c6877e20dcbe68f2e505e62301346653519833318d2c671bea9d6914d9f017610204f7 SHA512 1575a97229db7a7b99abd4fc74e713f79cd9bca4b7ffa13ba52607d84d5f7af8863c45dfd65dd32e12b03feb659808cf2f07ea494c87ca496061ab00280a40f4

diff --git a/dev-java/bytelist/bytelist-1.0.15.ebuild b/dev-java/bytelist/bytelist-1.0.15.ebuild
new file mode 100644
index 00000000000..80f98ca5d3d
--- /dev/null
+++ b/dev-java/bytelist/bytelist-1.0.15.ebuild
@@ -0,0 +1,47 @@
+# 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/jruby/bytelist/archive/refs/tags/bytelist-1.0.15.tar.gz --slot 0 --keywords "~amd64 ~x86" --ebuild bytelist-1.0.15.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="org.jruby.extras:bytelist:1.0.15"
+JAVA_TESTING_FRAMEWORKS="junit"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Byte array based container"
+HOMEPAGE="https://github.com/jruby/bytelist"
+SRC_URI="https://github.com/jruby/${PN}/archive/refs/tags/${P}.tar.gz -> ${P}-sources.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Common dependencies
+# POM: pom.xml
+# org.jruby.jcodings:jcodings:1.0.18 -> >=dev-java/jcodings-1.0.11:1
+
+CDEPEND="
+	>=dev-java/jcodings-1.0.11:1
+"
+
+DEPEND="
+	>=virtual/jdk-1.8:*
+	${CDEPEND}
+"
+
+RDEPEND="
+	>=virtual/jre-1.8:*
+	${CDEPEND}
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_GENTOO_CLASSPATH="jcodings-1"
+JAVA_SRC_DIR="src"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit"
+JAVA_TEST_SRC_DIR="test"

diff --git a/dev-java/bytelist/metadata.xml b/dev-java/bytelist/metadata.xml
index 96cb48b87e2..2ff0b0026b2 100644
--- a/dev-java/bytelist/metadata.xml
+++ b/dev-java/bytelist/metadata.xml
@@ -1,10 +1,11 @@
 <?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>
-  <upstream>
-    <remote-id type="github">jruby/bytelist</remote-id>
-  </upstream>
+	<maintainer type="project">
+		<email>java@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">jruby/bytelist</remote-id>
+		<bugs-to>https://github.com/jruby/bytelist/issues</bugs-to>
+	</upstream>
 </pkgmetadata>


             reply	other threads:[~2021-04-15 11:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-15 11:10 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-09  5:31 [gentoo-commits] repo/gentoo:master commit in: dev-java/bytelist/ Miroslav Šulc
2021-04-28 17:00 Sam James
2021-04-27 21:42 Sam James
2017-07-04 21:44 Patrice Clement

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=1618484878.df5c82ffcda9d8d103ef8d0d7ae3c9628cde8156.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