summaryrefslogtreecommitdiff
path: root/kde-frameworks/kjs/kjs-5.43.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-15 16:58:00 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-15 16:58:00 +0000
commit434d713861b70f6c6563d6ee50a8e64f14c970d9 (patch)
treeb72c523c72e764420f835ba9d63d43ffef687dcf /kde-frameworks/kjs/kjs-5.43.0.ebuild
parentf78108598211053d41752a83e0345441bb9014ae (diff)
gentoo resync : 15.02.2018
Diffstat (limited to 'kde-frameworks/kjs/kjs-5.43.0.ebuild')
-rw-r--r--kde-frameworks/kjs/kjs-5.43.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/kjs/kjs-5.43.0.ebuild b/kde-frameworks/kjs/kjs-5.43.0.ebuild
new file mode 100644
index 000000000000..2de6494c7ae5
--- /dev/null
+++ b/kde-frameworks/kjs/kjs-5.43.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_QTHELP="false"
+inherit kde5
+
+DESCRIPTION="ECMAScipt compatible parser and engine"
+LICENSE="BSD-2 LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/libpcre
+"
+DEPEND="${RDEPEND}
+ dev-lang/perl
+"
+
+DOCS=( src/README )