mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-java/typesafe-config: drop 1.4.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/44873 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
6c46bad99a
commit
b91f6ffaa0
@ -1,2 +1 @@
|
||||
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
|
||||
|
||||
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
JAVA_PKG_IUSE="doc source"
|
||||
MAVEN_ID="com.typesafe:config:1.4.2"
|
||||
|
||||
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"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc64"
|
||||
IUSE="doc source"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.8:*"
|
||||
DEPEND=">=virtual/jdk-1.8:*"
|
||||
|
||||
DOCS=( {CONTRIBUTING,HOCON,NEWS,README}.md )
|
||||
|
||||
S="${WORKDIR}/config-${PV}"
|
||||
|
||||
JAVA_SRC_DIR="config/src/main/java"
|
||||
# https://github.com/lightbend/config/blob/v1.4.2/build.sbt#L104
|
||||
JAVA_AUTOMATIC_MODULE_NAME="typesafe.config"
|
||||
|
||||
# Need to anylyze what to do with this stuff
|
||||
JAVA_TEST_SRC_DIR="config/src/test/java"
|
||||
JAVA_TEST_RESOURCE_DIRS="config/src/test/resources"
|
||||
Loading…
x
Reference in New Issue
Block a user