summaryrefslogtreecommitdiff
path: root/kde-frameworks/kjs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-03 15:20:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-03 15:20:44 +0200
commit1d7f867597c8f147d8300a9436ef367f301227cf (patch)
tree7bd6a64816a76d108a68f8ff6d957d02d4943ff1 /kde-frameworks/kjs
parent0ec1d95505ee3408f4bc49eabd34559c1323a44e (diff)
downloadkde-1d7f867597c8f147d8300a9436ef367f301227cf.tar.gz
kde-1d7f867597c8f147d8300a9436ef367f301227cf.tar.bz2
kde-1d7f867597c8f147d8300a9436ef367f301227cf.zip
kde-frameworks: Add KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'kde-frameworks/kjs')
-rw-r--r--kde-frameworks/kjs/Manifest1
-rw-r--r--kde-frameworks/kjs/kjs-5.50.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kjs/Manifest b/kde-frameworks/kjs/Manifest
new file mode 100644
index 00000000000..c876e922db5
--- /dev/null
+++ b/kde-frameworks/kjs/Manifest
@@ -0,0 +1 @@
+DIST kjs-5.50.0.tar.xz 294884 BLAKE2B a7b7490ce835c08c24382b97d40f8ef38e1d0be4f7554e098cdc16d3b24acadd73f4c4707784fa7734753d117b8006f7a857022e696c7779bb55485c1bf4a712 SHA512 698ef596c03b88a35dba48363034223366e14ae94c805e68d34d913ca9944a1f8c67a3db15c0454e6ea726391b6a120a21d24fdec3ba25c7b2d4480f34da3f37
diff --git a/kde-frameworks/kjs/kjs-5.50.0.ebuild b/kde-frameworks/kjs/kjs-5.50.0.ebuild
new file mode 100644
index 00000000000..2de6494c7ae
--- /dev/null
+++ b/kde-frameworks/kjs/kjs-5.50.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 )