summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:41:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-08 13:41:03 +0100
commite7b73bae15157f49fc1f212c6f102c4af053cac1 (patch)
tree4466c435fccb9220e587de7f0d31457d146e007e /kde-apps/kapptemplate
parentkde-apps: Add KDE Applications 18.08.3 (diff)
downloadgentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.gz
gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.tar.bz2
gentoo-e7b73bae15157f49fc1f212c6f102c4af053cac1.zip
kde-apps: Drop KDE Applications 18.08.2
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kapptemplate')
-rw-r--r--kde-apps/kapptemplate/Manifest1
-rw-r--r--kde-apps/kapptemplate/kapptemplate-18.08.2.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest
index 3b99fd50ba98..c42798418678 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.2.tar.xz 317464 BLAKE2B 9e42d9e4b77541c7143dd0cd82f132e186c83032582253744f0a46da1eaec9b10e54b3bb4f1abe7b8dd020b63a9aa0f48f3d689cc85290187d17609ec8277aa3 SHA512 48d487384f9e105a9bece2ff5306d8442c678da718d000ce97d0e8ada5a5ea2e5c55ebf06338baa22242ae374130726513994bb5dfedc3723963129e094c1458
DIST kapptemplate-18.08.3.tar.xz 317384 BLAKE2B c2b036ec4a7698c1da7fb77987435f2571b1901635fde14d57602973067ff31fa6a1b1577bd8b934346bc7dfbcb12ecce0ef28f5e9d23d05be48611f73ebd3ce SHA512 48d91554904eb7b6a527824f786d43db0a4347a1594089d46fd5526d8ee78e283e7e4baccb2b639e5e8de72acfe35bb2be1c98ee151751000b8f2e9ee530993a
diff --git a/kde-apps/kapptemplate/kapptemplate-18.08.2.ebuild b/kde-apps/kapptemplate/kapptemplate-18.08.2.ebuild
deleted file mode 100644
index 35165f143775..000000000000
--- a/kde-apps/kapptemplate/kapptemplate-18.08.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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}"