diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-25 16:14:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-29 10:27:08 +0200 |
commit | 85ab8370975d84141bbc419a42b37faf02bc7fd1 (patch) | |
tree | d76d62959f78492144aadaaa8be47bc9eea8cc44 /kde-plasma/plymouth-kcm | |
parent | kde-plasma: Add KDE Plasma 5.12.7 (diff) | |
download | gentoo-85ab8370975d84141bbc419a42b37faf02bc7fd1.tar.gz gentoo-85ab8370975d84141bbc419a42b37faf02bc7fd1.tar.bz2 gentoo-85ab8370975d84141bbc419a42b37faf02bc7fd1.zip |
kde-plasma: Drop KDE Plasma 5.12.6
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/plymouth-kcm')
-rw-r--r-- | kde-plasma/plymouth-kcm/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plymouth-kcm/plymouth-kcm-5.12.6.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 89ca14a76781..9d13f9336f1d 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,4 +1,3 @@ DIST plymouth-kcm-5.12.5.tar.xz 38968 BLAKE2B 5707e49bcf9a03cc1546523075dc8c60dd00277c92866350babb36bbceff34b9612369d034c6983db0622821a6eb0025bedd0be7cd0412be010ca4e486a2a9af SHA512 67c630182eaf891bf4b28c9889f76b40c61525a992d3f80985f69ecdf831d9869456ff59b0c3f0cb9581b1f2412a56d907e9af3a8beaee3b1966ab64254b8c69 -DIST plymouth-kcm-5.12.6.tar.xz 39448 BLAKE2B dc0d3292ed4f92ff6d731e5057db04202b869f2ecd7a59583f7894cd8120785acb8f0938944e47a523b3ea8b2272248d76544d9db03761a59817a9b1303461dd SHA512 1c6f1eabc9c814e908903c2fdc5372a73e5b579c743e99e5fc44d72dde70d95a582ee80d1ff9b930aa5e6df26d0c185bcee466604d7102e91332bcebf7e3d7bb DIST plymouth-kcm-5.12.7.tar.xz 39500 BLAKE2B eb7d9e8ac77b936c9cdd522fe48edf8538b23227f1d01fd715bce7e8c35eeeb8cd1e80215ac2c58f9268bf3516c7e7a0d05a39f082e3819dae83583d134ed754 SHA512 9b1e0456794b26c7630d88f3c6e568c8e13d77bfc70c89bd6631db51f06d82c6a8508a587290400f5be0ba96a5c78c92a9a0cabea40b201283fb8dc6ae2d45e5 DIST plymouth-kcm-5.13.5.tar.xz 39612 BLAKE2B 7b47ac2c6eccbd423180110b70ee2bd4f68da541ac6538e7ae8c2adbce2d0ceb1170abe6c35a8ee3b15f5c974879364f1249b57c626b9a1be5c76b0a0941fc5e SHA512 4f97e85782454a80d9e08ed472d26b6e25ba4681b44a9a1abb3664a52a1cb11c43dd35f043ed3dfd289becfcccd42ca45be354498b2128d3f2d28fed557854a0 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.6.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.6.ebuild deleted file mode 100644 index b22a94e9b199..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.12.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 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://cgit.kde.org/plymouth-kcm.git" - -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 ) |