From b284a3168fa91a038925d2ecf5e4791011ea5e7d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 18 Nov 2019 10:15:03 +0000 Subject: gentoo resync : 18.11.2019 --- kde-plasma/plymouth-kcm/Manifest | 4 +-- kde-plasma/plymouth-kcm/plymouth-kcm-5.17.2.ebuild | 36 ------------------- kde-plasma/plymouth-kcm/plymouth-kcm-5.17.3.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 42 insertions(+), 38 deletions(-) delete mode 100644 kde-plasma/plymouth-kcm/plymouth-kcm-5.17.2.ebuild create mode 100644 kde-plasma/plymouth-kcm/plymouth-kcm-5.17.3.ebuild (limited to 'kde-plasma/plymouth-kcm') diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index 791645aa6b3e..69ba1f7ffd8e 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1,5 +1,5 @@ DIST plymouth-kcm-5.16.5.tar.xz 40180 BLAKE2B e30bc3b3ce93ff6338470de3121bcbbbf499b3f353c7f6295d4c8aa142eedf0541c0a84970d630074008c8fa859ed8754d320c137220687796d31f4413339083 SHA512 9544cd44cddb5736b38be649e61bf0ed0c7553ac0fa8e7de978e297cfa3d0046339832937ee8ca2e83f610b5516b90c512ebaeb20a9c66c7ea47fb93c1d3fd36 -DIST plymouth-kcm-5.17.2.tar.xz 39700 BLAKE2B dc24549e0198273b98a30cf9c828539cd2a828c657bd6141723434b93407675bc75cadb0b2619b1e4ea9d6bcfae246ff8b97416ec314c69254dcd1dbdbfe1b79 SHA512 ab949b498ae035cdbbaa030d7aa95621b17f2208fed93248730b6a9fc711951f793eac73aca64ec19ce6b4e583d9f5b76ef5bb47ce735614d185110457366a62 +DIST plymouth-kcm-5.17.3.tar.xz 39632 BLAKE2B 52f9f6d801d9cf32ffb1cd3a745b13a8f12170dea6ae7ecb1c3fdde81d3b1f8d773c241d3e23d54c3bc7082bcfc5cb9a3d6e7057deff0962b4000580d58f3fac SHA512 39b746625c6451ffa225f5a1e0c19331cfe60422fb8193798ffd6dbcb77f5a0269f6a978daa63611760b2220124f4264a2c13f402067e55f9c4db339cda41638 EBUILD plymouth-kcm-5.16.5.ebuild 799 BLAKE2B 9860b4921f67b4fceff4fdee47b6f1e056cc567ff545de71c2e41f979e291a702db009705cd2f26f6c25263200cb350def1fd1f0f2e8838b28b8a25ccbe40835 SHA512 c53bc03e8707855afbeab7a4f73e0df4a43e553fba3c9e438ca33b7c4429166e0520ba9ff3e76cef2777dc17bc3874c825ef710277b44de1d57f883bd9e52524 -EBUILD plymouth-kcm-5.17.2.ebuild 802 BLAKE2B 4562d806b1e4922fc795bd504b96fa7c1cb478821f7beaca2480366a953783c084162671a6038de9ca019ce9e5b63fdb6e1f4e5c34118a8fac3ef533e03ba53e SHA512 4b67c4ae1e598a0e14d53a9be383af2d2aeeffbb73a8eccb993471aef07efda8540497b4469b817f105e6b39a9323266b062fa43a00efd7357994787461bbf77 +EBUILD plymouth-kcm-5.17.3.ebuild 949 BLAKE2B 6e16f1a763ada41a5212555fa66d33a5aa2297f573747889a6cd4f9de94ac959d86cbe494923f95680eb03e647b3482bcfca632f8e73fb3ea951dcfebe85a098 SHA512 f0eb68ba3290191d608eeb1edd917659843cd2662f808a40244b8afa7c30ac6fd86257502ecc633673e195ecbb34ccb1b9a886ae7c78bcd3e07809e5a8f262c6 MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.2.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.2.ebuild deleted file mode 100644 index f22846300564..000000000000 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.2.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 ) diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.3.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.3.ebuild new file mode 100644 index 000000000000..d390caeb19d5 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.17.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +BOGUS=1 +KFMIN=5.64.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="KDE Plasma control module for Plymouth" +HOMEPAGE="https://cgit.kde.org/plymouth-kcm.git" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +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 ) -- cgit v1.2.3