diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-08 22:34:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-09 13:20:55 +0200 |
commit | ccc87618b5ccb53377ef15377bf1077310dbfcbc (patch) | |
tree | e20caefdcad913b987c4abead516f76d945a75cf /kde-frameworks/qqc2-desktop-style | |
parent | gnome-extra/gnome-shell-extension-applications-overview-tooltip: Drop old (diff) | |
download | gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.gz gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.bz2 gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.zip |
kde-frameworks: Drop KDE Frameworks 5.58.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/qqc2-desktop-style')
-rw-r--r-- | kde-frameworks/qqc2-desktop-style/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.58.0.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest index 568b6610f312..54cbc52bff01 100644 --- a/kde-frameworks/qqc2-desktop-style/Manifest +++ b/kde-frameworks/qqc2-desktop-style/Manifest @@ -1,3 +1,2 @@ DIST qqc2-desktop-style-5.57.0.tar.xz 44560 BLAKE2B c6b8e95f23b021abb388bddbc685d8133495435804d0c070f1ce0b0aa595263e5affed6df3f7c4d3f9a9d39fdfb03eb2fc8916c3b12b264a67d2f53b540980dd SHA512 eab5daad92b0f24e12c2e821955fbbe19ed22e6cbfdd8ce2cd28e5088cec284f8004c18f7052cd914f91fe37add4f10c9668cc0c569ff2c2e6821da78d2b30fc -DIST qqc2-desktop-style-5.58.0.tar.xz 44216 BLAKE2B 69fae64b03806953b5298cb9483c0083dd9242c579bc21a5bfc4cd209bebc48308b1be3898fa58dc048679bff18abc1971a21725e4691e1572639716b9ad13fb SHA512 1b6c1b57ed6ebfda06f9724b5b3df4ec9e21bf8c1820018c98ca0bf64f6c1f1906d0f07901bd63249367913ececea3d35a20d0ae3693bf5be6aa1b8098b735f8 DIST qqc2-desktop-style-5.59.0.tar.xz 44420 BLAKE2B caac51ebb207a8ec28e00ca2038f3b4daa2fff7f87a6eadf82c8476a5d20ab92094936a814cea0e83d300bba836ef64ec95b53c2b54d77a19d9c299b062c88c9 SHA512 fc241c6be9edfa03108fc72f8b42d2ff0d19f90bb5cec52b1a35d9794c9a65f148b8d5ae0b1247904d1de76166f2cbaf4b0eb1dba5b8d2f51719ace526f0e964 diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.58.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.58.0.ebuild deleted file mode 100644 index a2b2911b13f1..000000000000 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.58.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_QTHELP="false" -inherit kde5 - -DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -LICENSE="|| ( GPL-2+ LGPL-3+ )" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kirigami) - $(add_qt_dep qtdeclarative '' '' '5=') - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - $(add_qt_dep qtgraphicaleffects) - $(add_qt_dep qtquickcontrols2) -" |