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/plasma-thunderbolt/Manifest | 4 +-- .../plasma-thunderbolt-5.17.2.ebuild | 29 ------------------- .../plasma-thunderbolt-5.17.3.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 35 insertions(+), 31 deletions(-) delete mode 100644 kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild create mode 100644 kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.3.ebuild (limited to 'kde-plasma/plasma-thunderbolt') diff --git a/kde-plasma/plasma-thunderbolt/Manifest b/kde-plasma/plasma-thunderbolt/Manifest index 7266dc661351..efbbaaef819b 100644 --- a/kde-plasma/plasma-thunderbolt/Manifest +++ b/kde-plasma/plasma-thunderbolt/Manifest @@ -1,3 +1,3 @@ -DIST plasma-thunderbolt-5.17.2.tar.xz 47024 BLAKE2B c6c6f22a15e969fdda0e0984157b931ad4eaf51ada04d956ee9b9c6742aee293a547f1918650efb5a9c5d33e3c3d14d53f4f984c3454b475521a3a948d5bedc2 SHA512 05c8cbf794dd202e6325391f835de48484301b841c9b8dfe9b1d37b1ae15268039dab64487ad823e32033c33dac772388586ad10f2925bad8d1efb2b639badc4 -EBUILD plasma-thunderbolt-5.17.2.ebuild 649 BLAKE2B 89d006ced36fbab6d1227d48ef9f39ee2a1beddcd36bb418f2b602320c4b5ca8760f78a008c80bec7cb6939507ab2eae9a22b9fae080bf3309e9a4b45c73928f SHA512 8f01d7182f8e267859d9f834f110cb89f316af700ec7e7874ea3a6dec800c1aeecb88171ef817dcfa258aaf4329cb2267c04561b49a83f21212ca3d59d35563d +DIST plasma-thunderbolt-5.17.3.tar.xz 46736 BLAKE2B 317c5f355c4b0ead9b98a2947838f991ed9d80b196925489b10e9bcb55b9bf35b8b862e5efaffd1166ce65875b7f3ad8b7c71d7bf9d46599278b952bbafa3c81 SHA512 448afd8e8e4f26114872b1a1e09c5d093063c5f937b898ce41893a32e371689d111b66d6dc359f79bb4cea6d570c3d18bcbbf44d46ffa9d2ce30224f1b193a29 +EBUILD plasma-thunderbolt-5.17.3.ebuild 766 BLAKE2B d186169163238acad59af9827f53a3cddce633fdc377dbb8f9d4657d260fa74494afa2705e2ee79bddae23b1d1deca103bed274b0475fe7b9b7b745b70df6583 SHA512 0265b09d88b84d6b6577a2a3f4248f3ba95290d01e1740463e1152daae862bb0ad72abea966789f25a94785330450524768159d989e83529f3ce1876b3e22b57 MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild deleted file mode 100644 index b2bd661947e8..000000000000 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Plasma integration for controlling Thunderbolt devices" -HOMEPAGE="https://cgit.kde.org/plasma-thunderbolt.git" - -LICENSE="|| ( GPL-2 GPL-3+ )" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) -" -RDEPEND="${DEPEND} - sys-apps/bolt -" diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.3.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.3.ebuild new file mode 100644 index 000000000000..b88fd3c29a25 --- /dev/null +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KFMIN=5.64.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="Plasma integration for controlling Thunderbolt devices" +HOMEPAGE="https://cgit.kde.org/plasma-thunderbolt.git" + +LICENSE="|| ( GPL-2 GPL-3+ )" +SLOT="5" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 +" +RDEPEND="${DEPEND} + sys-apps/bolt +" -- cgit v1.2.3