summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-14 15:26:54 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-14 18:44:34 +0100
commit728122abb37fd95ac183bd2a45d14a601c354774 (patch)
tree40675fc2dad2357fbf30021c71c6efbfc20fd76d /kde-frameworks/kjs/kjs-5.76.0.ebuild
parentkde-frameworks/khtml: 5.76.0 version bump (diff)
downloadgentoo-728122abb37fd95ac183bd2a45d14a601c354774.tar.gz
gentoo-728122abb37fd95ac183bd2a45d14a601c354774.tar.bz2
gentoo-728122abb37fd95ac183bd2a45d14a601c354774.zip
kde-frameworks/kjs: 5.76.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kjs/kjs-5.76.0.ebuild')
-rw-r--r--kde-frameworks/kjs/kjs-5.76.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kjs/kjs-5.76.0.ebuild b/kde-frameworks/kjs/kjs-5.76.0.ebuild
new file mode 100644
index 000000000000..19f013d45495
--- /dev/null
+++ b/kde-frameworks/kjs/kjs-5.76.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="false"
+inherit ecm kde.org
+
+DESCRIPTION="ECMAScipt compatible parser and engine"
+LICENSE="BSD-2 LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+BDEPEND="
+ dev-lang/perl
+"
+DEPEND="
+ dev-libs/libpcre
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( src/README )