summaryrefslogtreecommitdiff
path: root/kde-frameworks/kjs/kjs-5.239.9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-27 00:48:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-27 17:27:52 +0100
commit26767ae74a7b1949b821642d0b686635d25abbfe (patch)
tree9f346caa35cf3361a4782c2048e88ae170b5fea4 /kde-frameworks/kjs/kjs-5.239.9999.ebuild
parent0cf0040bfaf16695ad3a2937929cef8205068929 (diff)
downloadkde-26767ae74a7b1949b821642d0b686635d25abbfe.tar.gz
kde-26767ae74a7b1949b821642d0b686635d25abbfe.tar.bz2
kde-26767ae74a7b1949b821642d0b686635d25abbfe.zip
kde-frameworks: Move 5.9999 to 5.239.9999
- Making _KFSLOT in ecm.eclass work for KF5 stable branch - Simplifies frameworks.kde.org SLOT handling Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kjs/kjs-5.239.9999.ebuild')
-rw-r--r--kde-frameworks/kjs/kjs-5.239.9999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kjs/kjs-5.239.9999.ebuild b/kde-frameworks/kjs/kjs-5.239.9999.ebuild
new file mode 100644
index 00000000000..21bcbd0dfda
--- /dev/null
+++ b/kde-frameworks/kjs/kjs-5.239.9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="false"
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="ECMAScipt compatible parser and engine"
+LICENSE="BSD-2 LGPL-2+"
+KEYWORDS=""
+IUSE=""
+
+BDEPEND="
+ dev-lang/perl
+"
+DEPEND="
+ dev-libs/libpcre
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( src/README )