commit: e71d3a5ea69d9421b2972ff7d57cb2876fa4520a Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu Apr 28 15:47:03 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu Apr 28 15:48:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71d3a5e
kde-apps/kapptemplate: Remove 15.12.3 Overshadowed by r1. Package-Manager: portage-2.2.28 kde-apps/kapptemplate/kapptemplate-15.12.3.ebuild | 34 ----------------------- 1 file changed, 34 deletions(-) diff --git a/kde-apps/kapptemplate/kapptemplate-15.12.3.ebuild b/kde-apps/kapptemplate/kapptemplate-15.12.3.ebuild deleted file mode 100644 index 80f258c..0000000 --- a/kde-apps/kapptemplate/kapptemplate-15.12.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional" -inherit kde5 - -DESCRIPTION="A shell script to create the necessary framework to develop KDE applications" -HOMEPAGE="https://www.kde.org/applications/development/kapptemplate" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" - -RDEPEND="${DEPEND}" - -src_install() { - kde5_src_install - rm "${ED}"usr/share/kdevappwizard/templates/qml-plasmoid.tar.bz2 || die -}