summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-17 18:58:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-17 18:58:37 +0200
commitc0474d653c04fe5db145a4340f6c11aaa9644203 (patch)
tree5c4a196310fd7a4059a0ff797ec7d16ac577b2ec /kde-plasma/plymouth-kcm
parentkde-plasma: Add KDE Plasma 5.11.1 (diff)
downloadgentoo-c0474d653c04fe5db145a4340f6c11aaa9644203.tar.gz
gentoo-c0474d653c04fe5db145a4340f6c11aaa9644203.tar.bz2
gentoo-c0474d653c04fe5db145a4340f6c11aaa9644203.zip
kde-plasma: Drop KDE Plasma 5.11.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
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.11.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest
index 4b1226c0b7a4..e3aae1626d5a 100644
--- a/kde-plasma/plymouth-kcm/Manifest
+++ b/kde-plasma/plymouth-kcm/Manifest
@@ -1,3 +1,2 @@
DIST plymouth-kcm-5.10.5.tar.xz 34432 SHA256 5e1cd096b7b196a7c38abd49da2a13710cc95cd5fdec6c02b6abd7d1b0526e87 SHA512 07244bbd3d102ac9d37bfd056d5b1e2a4b2e56788ed41df4f0492bf8e1032a40beeff3f05b9feac3f8f58a90ca3693f15a7c728b78aaa6c2bc5bfb8665461640 WHIRLPOOL 06a33a1436eb1f963993e8d10bd2e0971da8f9e6f2d37765c00a557d65f0333dfa2eb3684f9b786abbd349876f8db8b90ad593d75cf236c00d5cf49c2c2a24a0
-DIST plymouth-kcm-5.11.0.tar.xz 35528 SHA256 83c05f79b00c3b4adea70f02cccf95b11088efbf2ea3c267d089b41ca0c51dc6 SHA512 8a70d577666af820c209f171b4af3a3d60cdb3c5f27e716f09792340ff83e7b996cfca585a9d8e8da7e8dc7054aeb4bb948e6758275c4d1626cf980ca5c8e04c WHIRLPOOL 4b436fa98da0fef0f64d6480d3de6fee52c684da1a4484d72623d63650ee3fa0864aab62dff426e96e9b4b746b8471d64ad9d859711852146c5d328b81401f88
DIST plymouth-kcm-5.11.1.tar.xz 23968 SHA256 1069f5b3b0baef8013953f4d082fce7c30aba009920ee6c34c3a9dbebe827e70 SHA512 d1c6fb4af6725b8257a2c492fd80ce102cc1d5ecce923c271d7c8d4685ab40ab06272d16c930f3c4d26e132973d7ee906e14e6370d729c0212242425d8e5c5e3 WHIRLPOOL e40d74a5df307cdb28c5d0a9b0e3e6719add04b519a3c1771c4704e3a6bd2a8d13aecf35e5c903dd883f8258760ee3c1ece27fbd81bc5109a6a5e1274d9705ed
diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.11.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.11.0.ebuild
deleted file mode 100644
index cb24f2c727c4..000000000000
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.11.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-BOGUS=1
-inherit kde5
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/plymouth-kcm"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~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 )