commit: 61863cf353d456481959f941cd0f9d6c62814272 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Mon Dec 14 22:45:56 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Mon Dec 14 22:45:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=61863cf3
kde-apps/kapptemplate: Moved to the tree Package-Manager: portage-2.2.26 .../kapptemplate/kapptemplate-15.08.3-r1.ebuild | 35 ---------------------- 1 file changed, 35 deletions(-) diff --git a/kde-apps/kapptemplate/kapptemplate-15.08.3-r1.ebuild b/kde-apps/kapptemplate/kapptemplate-15.08.3-r1.ebuild deleted file mode 100644 index b936b75..0000000 --- a/kde-apps/kapptemplate/kapptemplate-15.08.3-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -FRAMEWORKS_MINIMAL="5.17.0" -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) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" - -RDEPEND="${DEPEND}" - -src_install() { - kde5_src_install - rm "${ED}"usr/share/kdevappwizard/templates/qml-plasmoid.tar.bz2 || die -}
