summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 14:18:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 14:19:52 +0200
commita626108a406ebb30f298d6b5f6561b57cf6cbb13 (patch)
tree99445178be0890fd38ebabbd974a69505ed928ed /kde-apps/kapptemplate
parentkde5-functions: Raise default ~arch kde-apps to KF-5.50 (diff)
downloadgentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.gz
gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.tar.bz2
gentoo-a626108a406ebb30f298d6b5f6561b57cf6cbb13.zip
kde-apps: Drop KDE Applications 18.08.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kapptemplate')
-rw-r--r--kde-apps/kapptemplate/Manifest1
-rw-r--r--kde-apps/kapptemplate/kapptemplate-18.08.1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest
index ffbcc4d3a5bc..a8bf7d75bb6f 100644
--- a/kde-apps/kapptemplate/Manifest
+++ b/kde-apps/kapptemplate/Manifest
@@ -1,3 +1,2 @@
DIST kapptemplate-18.04.3.tar.xz 316568 BLAKE2B 92bbfeabc7bc3b7d45ab4e805d244404cca8c9a959e27be5e9b5de697bc0f4b8973e12f65198bc675e2977dfa08db07e28304a33b1d786769ac4072a43e2a266 SHA512 35e120bbd5a9dfbfcb9ec9372940ba7420f3e53bf926f2ed77d3facd99343f4edc644bc1ae91a147f73d7a1bcd28730051dc8a1c5990631ceab42113c6c336de
-DIST kapptemplate-18.08.1.tar.xz 317492 BLAKE2B f9ddafb1448f30a4972b8f6d9975e769e76928a39571296084a66727b8eb8d139a6fc6bab7bf80a5b068a88892dc5a562d9fc2a582d00fcaf73a0441940df2d0 SHA512 782b2fceb60efe50a47f03a0c84e82c9001b7e7ff51412ac02ac13200a06f17a28bd81845dfdadb402ac22d55f2df05d1ca43179d4e6b4660ccb6e0c91ba8c33
DIST kapptemplate-18.08.2.tar.xz 317464 BLAKE2B 9e42d9e4b77541c7143dd0cd82f132e186c83032582253744f0a46da1eaec9b10e54b3bb4f1abe7b8dd020b63a9aa0f48f3d689cc85290187d17609ec8277aa3 SHA512 48d487384f9e105a9bece2ff5306d8442c678da718d000ce97d0e8ada5a5ea2e5c55ebf06338baa22242ae374130726513994bb5dfedc3723963129e094c1458
diff --git a/kde-apps/kapptemplate/kapptemplate-18.08.1.ebuild b/kde-apps/kapptemplate/kapptemplate-18.08.1.ebuild
deleted file mode 100644
index a1bbc2a3c37a..000000000000
--- a/kde-apps/kapptemplate/kapptemplate-18.08.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}"