mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-java/escapevelocity: new package, add 1.1
Compile dependency of dev-java/auto-value Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43470 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
72d780b918
commit
b4ba699fd9
1
dev-java/escapevelocity/Manifest
Normal file
1
dev-java/escapevelocity/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST escapevelocity-1.1.tar.gz 58423 BLAKE2B 99cc70fd9f9bb966a15f3fa0802f4980e9601bf3f8f928e2be446a34750135c9447fb1f8fa41f55285a2982903deb82e933b5ea12bcc93fbe6a33d72c70c0d29 SHA512 b5f73f85f72a79302e8e923408421286b3d8bb9d9b7d4268f925ec8862511c6050e98c14055825ab7e8ad85f76a9a7e0302101bf26d9987952773d52956ec0c5
|
||||
39
dev-java/escapevelocity/escapevelocity-1.1.ebuild
Normal file
39
dev-java/escapevelocity/escapevelocity-1.1.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
JAVA_PKG_IUSE="doc source test"
|
||||
JAVA_TESTING_FRAMEWORKS="junit-4"
|
||||
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
|
||||
DESCRIPTION="A reimplementation of a subset of the Apache Velocity templating system."
|
||||
HOMEPAGE="https://github.com/google/escapevelocity"
|
||||
SRC_URI="https://github.com/google/${PN}/archive/${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${P}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
CP_DEPEND=">=dev-java/guava-33.4.8:0"
|
||||
|
||||
DEPEND="
|
||||
${CP_DEPEND}
|
||||
>=virtual/jdk-1.8:*
|
||||
test? (
|
||||
>=dev-java/guava-testlib-33.4.8:0
|
||||
dev-java/velocity:0
|
||||
dev-java/truth:0
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${CP_DEPEND}
|
||||
>=virtual/jre-1.8:*
|
||||
"
|
||||
|
||||
JAVA_SRC_DIR="src/main/java"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="guava-testlib,junit-4,truth,velocity"
|
||||
JAVA_TEST_SRC_DIR="src/test/java"
|
||||
10
dev-java/escapevelocity/metadata.xml
Normal file
10
dev-java/escapevelocity/metadata.xml
Normal 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">google/escapevelocity</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user