summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/kjs/Manifest1
-rw-r--r--kde-frameworks/kjs/kjs-5.75.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/kjs/Manifest b/kde-frameworks/kjs/Manifest
new file mode 100644
index 00000000000..c82f2a14637
--- /dev/null
+++ b/kde-frameworks/kjs/Manifest
@@ -0,0 +1 @@
+DIST kjs-5.75.0.tar.xz 337932 BLAKE2B 4eabe1f3cb26661870af56a48490c1a714e57f519e1e4cc377b61ebaa78c1832b7cb90d361139431792fb689ef7eb4b38ee0deb381d85a073383a97d8b3f2636 SHA512 7ca5881f7fabc775cfc0c6cfe9365b1973ff4a5b6fb3595e586b9577d3414d894707d3a010469b84a9018dca3ff8fd52f800055fc9c6677b7af9c1b5ad1cfb58
diff --git a/kde-frameworks/kjs/kjs-5.75.0.ebuild b/kde-frameworks/kjs/kjs-5.75.0.ebuild
new file mode 100644
index 00000000000..19f013d4549
--- /dev/null
+++ b/kde-frameworks/kjs/kjs-5.75.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 )