public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/typesafe-config/
Date: Fri, 03 Oct 2025 16:27:08 +0000 (UTC)	[thread overview]
Message-ID: <1759508663.6fc20b0ca4e4fb1c59d29d5e2e1eff658599c007.sam@gentoo> (raw)

commit:     6fc20b0ca4e4fb1c59d29d5e2e1eff658599c007
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Apr 12 08:50:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  3 16:24:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc20b0c

dev-java/typesafe-config: add 1.4.5

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/43473
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/typesafe-config/Manifest                  |  1 +
 .../typesafe-config/typesafe-config-1.4.5.ebuild   | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-java/typesafe-config/Manifest b/dev-java/typesafe-config/Manifest
index 0d612a396e83..c708adfad045 100644
--- a/dev-java/typesafe-config/Manifest
+++ b/dev-java/typesafe-config/Manifest
@@ -1 +1,2 @@
 DIST typesafe-config-1.4.2.tar.gz 278098 BLAKE2B 65e3ffb4e9a4a7c33344c7f26ac28f6321c83621865db7812c09e7908e10f110bcfab4eca66577d6495f94da6a11b8877920e87afa6976c25852c5ec08aa1148 SHA512 85bc28987a6998a5ce6e0bb0996d853b534fc870e44abaeb3df31e53a2da39a350aecbd8f8849f4d4340a7e5da1c44882eb8c8ba58233c9af2a0e575f2c2c6db
+DIST typesafe-config-1.4.5.tar.gz 278828 BLAKE2B 572a017264d052d645268f964d6d7b8993c5086b73da958b14cea5c5c4d4147f073165afa9f6c9b867e6779a3991370a230d81424d30e86df020c92fe47d3992 SHA512 7d7574ddf645afeb0e0c13e831a487241727693c21ff0d65657e5d364ce95c516e4d0b59c9811abe11cc50a392e32f2845af02b8814dad863ff040be0a6d6235

diff --git a/dev-java/typesafe-config/typesafe-config-1.4.5.ebuild b/dev-java/typesafe-config/typesafe-config-1.4.5.ebuild
new file mode 100644
index 000000000000..7412023a6948
--- /dev/null
+++ b/dev-java/typesafe-config/typesafe-config-1.4.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# No tests, all written in scala.
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="com.typesafe:config:1.4.4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A library of arguably useful Java utilities"
+HOMEPAGE="https://lightbend.github.io/config/"
+SRC_URI="https://github.com/lightbend/config/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/config-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND=">=virtual/jre-1.8:*"
+DEPEND=">=virtual/jdk-1.8:*"
+
+DOCS=( {CONTRIBUTING,HOCON,NEWS,README}.md )
+
+# https://github.com/lightbend/config/blob/v1.4.2/build.sbt#L104
+JAVA_AUTOMATIC_MODULE_NAME="typesafe.config"
+JAVA_SRC_DIR="config/src/main/java"


             reply	other threads:[~2025-10-03 16:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-03 16:27 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-27 12:58 [gentoo-commits] repo/gentoo:master commit in: dev-java/typesafe-config/ Sam James
2025-10-03 16:27 Sam James
2022-08-23 18:53 Arthur Zamarin
2022-08-23 18:26 Sam James
2022-08-23 18:26 Sam James
2022-08-23 16:48 Arthur Zamarin
2022-07-24 17:02 Florian Schmaus
2022-01-27  7:55 Miroslav Šulc
2022-01-26 19:08 Arthur Zamarin
2022-01-24  9:25 Jakov Smolić
2022-01-24  9:25 Jakov Smolić
2021-12-25  8:08 Miroslav Šulc
2020-10-15 22:32 Sergei Trofimovich
2016-02-04 14:07 James Le Cuirot
2016-01-09 11:12 Patrice Clement
2016-01-08 10:30 Patrice Clement
2016-01-08 10:30 Patrice Clement
2015-09-11 18:47 Patrice Clement
2015-09-05  8:38 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=1759508663.6fc20b0ca4e4fb1c59d29d5e2e1eff658599c007.sam@gentoo \
    --to=sam@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