diff options
author | 2017-06-05 14:20:24 +0200 | |
---|---|---|
committer | 2017-06-05 19:56:47 +0200 | |
commit | df00518c2d88ef786feff7f53bb4f1aacfc6b947 (patch) | |
tree | ac4c0828ee8ffd2aaa5f2aed5b43caa67f59e7b1 /dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild | |
parent | dev-util/kdevelop-qmake: Cleanup last-rited package (diff) | |
download | gentoo-df00518c2d88ef786feff7f53bb4f1aacfc6b947.tar.gz gentoo-df00518c2d88ef786feff7f53bb4f1aacfc6b947.tar.bz2 gentoo-df00518c2d88ef786feff7f53bb4f1aacfc6b947.zip |
dev-util/kdevelop-qmljs: Cleanup last-rited package
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.ebuild | 27 |
1 files changed, 0 insertions, 27 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 0c159dd79098..000000000000 --- a/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 javascript 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 -" |