diff options
author | 2018-11-10 14:27:38 +0100 | |
---|---|---|
committer | 2018-11-10 14:29:24 +0100 | |
commit | 168ef763cc2612c0927e1f0bf363693ae25e5f0f (patch) | |
tree | b29e1998901186e24116048ed5174700573e9b0b /kde-frameworks/kiconthemes | |
parent | kde-frameworks: Add KDE Frameworks 5.52.0 (diff) | |
download | gentoo-168ef763cc2612c0927e1f0bf363693ae25e5f0f.tar.gz gentoo-168ef763cc2612c0927e1f0bf363693ae25e5f0f.tar.bz2 gentoo-168ef763cc2612c0927e1f0bf363693ae25e5f0f.zip |
kde-frameworks: Drop KDE Frameworks 5.51.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/kiconthemes')
-rw-r--r-- | kde-frameworks/kiconthemes/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kiconthemes/files/kiconthemes-5.51.0-crashfix.patch | 24 | ||||
-rw-r--r-- | kde-frameworks/kiconthemes/kiconthemes-5.51.0-r1.ebuild | 31 |
3 files changed, 0 insertions, 56 deletions
diff --git a/kde-frameworks/kiconthemes/Manifest b/kde-frameworks/kiconthemes/Manifest index 15169f29780..d0245427dc5 100644 --- a/kde-frameworks/kiconthemes/Manifest +++ b/kde-frameworks/kiconthemes/Manifest @@ -1,3 +1,2 @@ DIST kiconthemes-5.50.0.tar.xz 207332 BLAKE2B a68645f27f12bc27af45b663188024ccff7a99a0e0abe5d2ee72de9e787217bd6f73214f8baccfea6b2c6d5f6ee9ee00cdbfb3d83c905c2b508ea0ccae423a31 SHA512 b5fae1e7f8f6881e963ab9afd4d25988f8df98443f3bd526a67e4ca7c390dc4be0be4564e26dfbf6b10c15dcbada70adec60b383463b142dd7f6d2df77b885d9 -DIST kiconthemes-5.51.0.tar.xz 207364 BLAKE2B 83852489f43f662b7a7a0c739bcb7be97039ba935de41829a6508585f81d6fe9aab78fbf34e1208ed274e38897f2445618977d5e3e1ba5203aa104394c0d2f22 SHA512 3e71bc474d920eb31b37d8acb5360327e5676686d98e0f55251cfddba33c833547a330961e9479d6d6e1ac86bd631101c61d58ca865fa3f17b5a363ded939847 DIST kiconthemes-5.52.0.tar.xz 207584 BLAKE2B 2ae24d0ca562e9c14c286e1c0e45576be34e9890d84221dddee815ebd9098964295f0c5f38c748185ee14cae3cf49036c3044fa4c7dd804b209239e3f4371d5a SHA512 6a77ca06dc4f600e3ab5d3c1a24538423fe9c6f472d07dacbe4d42315e626903206301fd5b5f1a83d74243cfaffcc035e5925138d641b0979aec203ccd55e0ba diff --git a/kde-frameworks/kiconthemes/files/kiconthemes-5.51.0-crashfix.patch b/kde-frameworks/kiconthemes/files/kiconthemes-5.51.0-crashfix.patch deleted file mode 100644 index 2788c89aad8..00000000000 --- a/kde-frameworks/kiconthemes/files/kiconthemes-5.51.0-crashfix.patch +++ /dev/null @@ -1,24 +0,0 @@ -From e0006451d5b03a9e15277ad9e7b1c8a74864b532 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Ivan=20=C4=8Cuki=C4=87?= <ivan.cukic@kde.org> -Date: Mon, 8 Oct 2018 23:12:34 +0200 -Subject: Fixing a copy-paste error - ---- - src/kicondialog.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/kicondialog.cpp b/src/kicondialog.cpp -index 1f4193e..12ccb4f 100644 ---- a/src/kicondialog.cpp -+++ b/src/kicondialog.cpp -@@ -416,7 +416,7 @@ void KIconDialog::KIconDialogPrivate::_k_slotAcceptIcons() - static bool sortByFileName(const QString &path1, const QString &path2) - { - const QString fileName1 = path1.mid(path1.lastIndexOf(QLatin1Char('/')) + 1); -- const QString fileName2 = path2.mid(path1.lastIndexOf(QLatin1Char('/')) + 1); -+ const QString fileName2 = path2.mid(path2.lastIndexOf(QLatin1Char('/')) + 1); - return QString::compare(fileName1, fileName2, Qt::CaseInsensitive) < 0; - } - --- -cgit v0.11.2 diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.51.0-r1.ebuild b/kde-frameworks/kiconthemes/kiconthemes-5.51.0-r1.ebuild deleted file mode 100644 index 8b932fb7c06..00000000000 --- a/kde-frameworks/kiconthemes/kiconthemes-5.51.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework for icon theming and configuration" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) -" -DEPEND="${RDEPEND}" - -RESTRICT+=" test" # bug 574770 - -PATCHES=( "${FILESDIR}/${P}-crashfix.patch" ) |