summaryrefslogtreecommitdiff
path: root/kde-frameworks/kjs/kjs-5.32.0.ebuild
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-04-25 23:24:20 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-04-25 23:26:52 +1000
commit38fcb050d47b9e2f0333846ecc37e390dd2247f5 (patch)
treee667ecc963309b6fa12f77a6951bc5d6a8b8988b /kde-frameworks/kjs/kjs-5.32.0.ebuild
parentc983b87c3cb0e24dddba1f35a2b23a6c3f73e70d (diff)
downloadgentoo-38fcb050d47b9e2f0333846ecc37e390dd2247f5.tar.gz
gentoo-38fcb050d47b9e2f0333846ecc37e390dd2247f5.tar.xz
kde-frameworks: remove 5.32.0-r1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'kde-frameworks/kjs/kjs-5.32.0.ebuild')
-rw-r--r--kde-frameworks/kjs/kjs-5.32.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/kde-frameworks/kjs/kjs-5.32.0.ebuild b/kde-frameworks/kjs/kjs-5.32.0.ebuild
deleted file mode 100644
index 24ff1747db6..00000000000
--- a/kde-frameworks/kjs/kjs-5.32.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="ECMAScipt compatible parser and engine"
-LICENSE="BSD-2 LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/libpcre
-"
-DEPEND="${RDEPEND}
- $(add_frameworks_dep kdoctools)
- dev-lang/perl
-"
-
-DOCS=( src/README )