summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild')
-rw-r--r--dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild b/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild
deleted file mode 100644
index 5bd8a74c1ba..00000000000
--- a/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDEBASE="kdevelop"
-KMNAME="kdev-qmljs"
-KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it kk nb nds nl pl
-pt pt_BR ru sl sv uk zh_CN zh_TW"
-MY_P="${KMNAME}-${PV}"
-
-inherit kde4-base
-
-DESCRIPTION="QML and javascrip plugin for KDevelop 4"
-LICENSE="GPL-2 LGPL-2"
-IUSE="debug"
-SRC_URI="mirror://kde/stable/kdevelop/${KMNAME}/${PV}/src/${MY_P}.tar.xz"
-KEYWORDS="~amd64 ~x86"
-
-S=${WORKDIR}/${MY_P}
-
-DEPEND="
- >=dev-util/kdevplatform-${PV}:4
-"
-RDEPEND="${DEPEND}
- dev-util/kdevelop:4
-"