summaryrefslogtreecommitdiff
path: root/kde-frameworks/kjs/kjs-5.112.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-05 22:18:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-05 23:36:46 +0100
commitd40d91d37973893a5538ebc299779e029ab479bf (patch)
tree0800af96b81daac38e830a1da6802623cc475ee8 /kde-frameworks/kjs/kjs-5.112.0.ebuild
parentd30977acb14e7f84276313df512f98ee43d798a9 (diff)
downloadkde-d40d91d37973893a5538ebc299779e029ab479bf.tar.gz
kde-d40d91d37973893a5538ebc299779e029ab479bf.tar.bz2
kde-d40d91d37973893a5538ebc299779e029ab479bf.zip
kde-frameworks/kjs: 5.112.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kjs/kjs-5.112.0.ebuild')
-rw-r--r--kde-frameworks/kjs/kjs-5.112.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kjs/kjs-5.112.0.ebuild b/kde-frameworks/kjs/kjs-5.112.0.ebuild
new file mode 100644
index 00000000000..6d778961d96
--- /dev/null
+++ b/kde-frameworks/kjs/kjs-5.112.0.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="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+BDEPEND="
+ dev-lang/perl
+"
+DEPEND="
+ dev-libs/libpcre
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( src/README )