summaryrefslogtreecommitdiff
path: root/kde-frameworks/kjs/kjs-4.95.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kjs/kjs-4.95.0.ebuild')
-rw-r--r--kde-frameworks/kjs/kjs-4.95.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-frameworks/kjs/kjs-4.95.0.ebuild b/kde-frameworks/kjs/kjs-4.95.0.ebuild
new file mode 100644
index 00000000000..52f7d70f806
--- /dev/null
+++ b/kde-frameworks/kjs/kjs-4.95.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde-frameworks
+
+DESCRIPTION="ECMAScipt compatible parser and engine"
+LICENSE="BSD-2 LGPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ dev-libs/libpcre
+"
+DEPEND="${RDEPEND}
+ dev-lang/perl
+"
+
+DOCS=( src/README )