summaryrefslogtreecommitdiff
path: root/dev-java/velocity/velocity-2.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-31 14:13:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-03-31 14:13:50 +0100
commit8d604838b855e375b3ff4058bdcfc12a34cd6476 (patch)
treecaed1df56ca5a44ce5bcc228e2c0dc79e2af3220 /dev-java/velocity/velocity-2.3.ebuild
parentdaefc1fa8bdde1007636967d93ee4db90d338818 (diff)
gentoo auto-resync : 31:03:2024 - 14:13:50
Diffstat (limited to 'dev-java/velocity/velocity-2.3.ebuild')
-rw-r--r--dev-java/velocity/velocity-2.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/velocity/velocity-2.3.ebuild b/dev-java/velocity/velocity-2.3.ebuild
index 0a414c4fb11f..fd0fb1074e25 100644
--- a/dev-java/velocity/velocity-2.3.ebuild
+++ b/dev-java/velocity/velocity-2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Skeleton command:
@@ -57,6 +57,7 @@ BDEPEND="
"
S="${WORKDIR}/${PN}-engine-${PV}/${PN}-engine-core"
+PATCHES=( "${FILESDIR}/velocity-2.3-skipSecurityManager.patch" )
JAVA_GENTOO_CLASSPATH="commons-io-1,commons-lang-3.6,slf4j-api"
JAVA_SRC_DIR="src/main/java"
@@ -89,7 +90,8 @@ JAVA_TEST_EXCLUDES=(
)
src_prepare() {
- default
+ default #780585
+ java-pkg-2_src_prepare
cp -v "${JAVA_SRC_DIR}-templates/org/apache/velocity/runtime/VelocityEngineVersion.java" \
"${JAVA_SRC_DIR}/org/apache/velocity/runtime/VelocityEngineVersion.java" || die