aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-09 12:24:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-09 12:24:34 +0200
commit071e84ddb17a396d06341dc3eef5b35f3fe88d44 (patch)
treefafe756e6c3cb14412bb537a6a8ba92cc4c4d592 /kde-plasma/plymouth-kcm
parentkde-plasma: Drop KDE Plasma 5.19.0 (diff)
downloadkde-071e84ddb17a396d06341dc3eef5b35f3fe88d44.tar.gz
kde-071e84ddb17a396d06341dc3eef5b35f3fe88d44.tar.bz2
kde-071e84ddb17a396d06341dc3eef5b35f3fe88d44.zip
kde-plasma: Drop KDE Plasma 5.18.90 (5.19 beta)
Package-Manager: Portage-2.3.100, Repoman-2.3.22 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.18.90.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
deleted file mode 100644
index 810f4be3ac..0000000000
--- a/kde-plasma/plymouth-kcm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plymouth-kcm-5.18.90.tar.xz 41764 BLAKE2B 42d45794377fdf6f105c7aeb31ee38ba1a72fff2fc2ec2d46d7532d23c5033133cede05baa0e036380f87d1bc6b2252352fa6e92aa73b5cec2fda94d1fb2c14c SHA512 fb088062f78423bbc253044133f234b777738bc81c314cd6e10584b0325058d6d6a807a758d160e9100f6530a5bd1a1ba1fdc540e84bd69d57938474d44919f7
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.90.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.90.ebuild
deleted file mode 100644
index d916490752..0000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.18.90.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-BOGUS=1
-KFMIN=5.70.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.1
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-IUSE=""
-
-DEPEND="
- >=kde-frameworks/karchive-${KFMIN}:5
- >=kde-frameworks/kauth-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knewstuff-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtquickcontrols-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
- >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-
-DOCS=( CONTRIBUTORS )