summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-29 21:50:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-29 23:21:36 +0100
commitd3d3dfeb634261d4d22a9f791ca8038d0113b649 (patch)
tree4c594c797be393bab5a454c9e7d90532a0a22fcf /kde-plasma/plymouth-kcm
parentkde-plasma/plasma-workspace: Drop translations of Plasma session name (diff)
downloadgentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.gz
gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.bz2
gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.zip
kde-plasma: Drop KDE Plasma 5.17.1
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r--kde-plasma/plymouth-kcm/Manifest1
-rw-r--r--kde-plasma/plymouth-kcm/plymouth-kcm-5.17.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 41ef73546819..0b62ee702198 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,3 +1,2 @@
DIST plymouth-kcm-5.16.5.tar.xz 40180 BLAKE2B e30bc3b3ce93ff6338470de3121bcbbbf499b3f353c7f6295d4c8aa142eedf0541c0a84970d630074008c8fa859ed8754d320c137220687796d31f4413339083 SHA512 9544cd44cddb5736b38be649e61bf0ed0c7553ac0fa8e7de978e297cfa3d0046339832937ee8ca2e83f610b5516b90c512ebaeb20a9c66c7ea47fb93c1d3fd36
-DIST plymouth-kcm-5.17.1.tar.xz 39764 BLAKE2B 15db321da6d7b7a93c50a6aabb3ee73bc8f0a006188d402dc19de884f4444cb32fbe5daa2e32dda3aa56b15e2f5a05dc42eb7cc05127ef578519e28e3fd2d6fe SHA512 358207e070aabf6d832fb0207b5d3497eff9b6dddaee20931fdb202bb1b571ab29d0c204188bfa7256e6379ae4eceedd02cddcc33e94b0c775babd49e2139edf
DIST plymouth-kcm-5.17.2.tar.xz 39700 BLAKE2B dc24549e0198273b98a30cf9c828539cd2a828c657bd6141723434b93407675bc75cadb0b2619b1e4ea9d6bcfae246ff8b97416ec314c69254dcd1dbdbfe1b79 SHA512 ab949b498ae035cdbbaa030d7aa95621b17f2208fed93248730b6a9fc711951f793eac73aca64ec19ce6b4e583d9f5b76ef5bb47ce735614d185110457366a62
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.1.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.1.ebuild
deleted file mode 100644
index f22846300564..000000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-BOGUS=1
-inherit kde5
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://cgit.kde.org/plymouth-kcm.git"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kauth)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtquickcontrols)
- $(add_qt_dep qtwidgets)
- sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep kde-cli-tools)
-"
-
-DOCS=( CONTRIBUTORS )