dev-java/pebble: new package, add 3.1.6

Bug: https://bugs.gentoo.org/905005
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2023-04-15 19:53:51 +02:00
committed by Florian Schmaus
parent e95a9c3839
commit edc93a1ae4
3 changed files with 47 additions and 0 deletions

1
dev-java/pebble/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST pebble-3.1.6.tar.gz 222475 BLAKE2B 783e999f463820af9ac1c43610e2a257f7921fa46d274a3898496662119f74336e4bf78b42a92847359f8ee4efde7a074cbc57274ec6fb8475eb9c6c1ba9455e SHA512 0963e4c04dd67cb0069aa0b3e0ac33b4bdc524e07cec4074493d56232e31360d629b5f2c2fcbf663a26fd3df97d0e973e842d30edb547ec83b7335818417c9f0

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">PebbleTemplates/pebble</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# No tests due to missing eclass suppoert for junit-jupiter, bug #839681
JAVA_PKG_IUSE="doc source"
MAVEN_ID="io.pebbletemplates:pebble:${PV}"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Templating engine for Java"
HOMEPAGE="https://pebbletemplates.io"
SRC_URI="https://github.com/PebbleTemplates/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}/${PN}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
CP_DEPEND="
dev-java/caffeine:0
dev-java/jakarta-servlet-api:6
dev-java/javax-servlet-api:2.5
dev-java/slf4j-api:0
dev-java/unbescape:0
"
DEPEND="${CP_DEPEND}
>=virtual/jdk-1.8:*"
RDEPEND="${CP_DEPEND}
>=virtual/jre-1.8:*"
JAVA_AUTOMATIC_MODULE_NAME="io.pebbletemplates"
JAVA_SRC_DIR="src/main/java"