diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-06 18:24:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-06 18:49:03 +0200 |
commit | 3efa40888f26d455f4777e1e067b9dba54b25da3 (patch) | |
tree | 84d9320d6b96746171382fe6e570810eefc0ce95 /kde-apps/kapptemplate | |
parent | app-portage/portage-utils: fix USE=static, fix RDEPEND (diff) | |
download | gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.gz gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.tar.bz2 gentoo-3efa40888f26d455f4777e1e067b9dba54b25da3.zip |
kde-apps: Drop KDE Applications 19.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kapptemplate')
-rw-r--r-- | kde-apps/kapptemplate/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kapptemplate/kapptemplate-19.04.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest index a1837d243da1..c903e8759eae 100644 --- a/kde-apps/kapptemplate/Manifest +++ b/kde-apps/kapptemplate/Manifest @@ -1,3 +1,2 @@ DIST kapptemplate-18.12.3.tar.xz 317308 BLAKE2B 515ce5187de7190c870abdfbd7589096e18adf8b276c5e0750d027febf838c753574fde2bee7a67e921d364eda5d705e608ae366b022d1476a964cb844b9ee1a SHA512 417dc2cd3fa317a9048dc490ac0ca4219b5f65979e1bc00990b50d2b64b6692819ed23f51712ca57a5e0a8da7976e0e1a2f30c9103dcdfc73d65ab3c06a175c9 -DIST kapptemplate-19.04.1.tar.xz 317448 BLAKE2B 68c6ba3694e83df369caaa74d03ad67f5f4b95ae56fdd88608cf95c1ce9f0396008c31e48a385c68181e031da4133b0372e171e7a4980ff130f2f6e558c49f3d SHA512 13acfff1a649a3b78daa14a62d7c81e033f636b779a5164eb935a13ba612131063914551db6893cbbc72f2a3b05c18725690cd9fd786bfa88afd45709a78b9c6 DIST kapptemplate-19.04.2.tar.xz 317068 BLAKE2B a5188acb4833a281b24a589beb9dabe921e6aab284d0e7e681435b21b56c458083f27c1c95e14d035f6ab6b74dbe10eea40fa522430ad033f2359713c8a61f02 SHA512 8e44611665400d8827dac927b0d15ac4f6cb6bdc250812c9d92c51ee68dea789af57e036afc19e32bee22182f572fa2b1ea54ebdc4bfb5a2a11ac16779e9ae8f diff --git a/kde-apps/kapptemplate/kapptemplate-19.04.1.ebuild b/kde-apps/kapptemplate/kapptemplate-19.04.1.ebuild deleted file mode 100644 index c6618ba3513b..000000000000 --- a/kde-apps/kapptemplate/kapptemplate-19.04.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional" -inherit kde5 - -DESCRIPTION="Shell script to create the necessary framework to develop KDE applications" -HOMEPAGE="https://kde.org/applications/development/kapptemplate" -KEYWORDS="~amd64 ~arm64 ~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}" |