diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-24 13:47:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-28 10:45:18 +0100 |
commit | 35c4c7829aa56c67801f6fb176653824292568b2 (patch) | |
tree | 55b198ab060a36649fa1f28701398d307d5cf5b2 /kde-frameworks | |
parent | kde-frameworks/qqc2-desktop-style: drop 5.110.0-r1 (diff) | |
download | gentoo-35c4c7829aa56c67801f6fb176653824292568b2.tar.gz gentoo-35c4c7829aa56c67801f6fb176653824292568b2.tar.bz2 gentoo-35c4c7829aa56c67801f6fb176653824292568b2.zip |
kde-frameworks/countryflags: drop 5.110.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/countryflags/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/countryflags/countryflags-5.110.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest index bb4de940cf6e..ac29db16e785 100644 --- a/kde-frameworks/countryflags/Manifest +++ b/kde-frameworks/countryflags/Manifest @@ -1,2 +1 @@ -DIST kdelibs4support-5.110.0.tar.xz 3722220 BLAKE2B 741642b7c9aa0c537fdf30876147ff872edce54aca65dc14fb0af56daef72c651830a84742edcdc2a42e52b37b85df359a018dfcad8761bf6c051172a06f1f8b SHA512 42b1d1d02b9ab7cb451ac8539cdf16d911e71c7a7756bed8ef62a570c39613c759257e7c9d86f84ff35e7dbcd2103a67db5869f5e15f0002117f580ed475fd2b DIST kdelibs4support-5.112.0.tar.xz 3722012 BLAKE2B ed40b585d5adb4f67435ecf5c6ada1637f645b43871a03a453eab085d98724eeda2c1ed97f325249ab31e2a0341bf53f764837e1e069e2bd2a96613e0597e774 SHA512 e13c2e09e3f2789021d4912561f8186a2c230cb816b6952217acaa22b143b29bbdc28d9b35b69576309502b71594330daeed0b1bf284291504c31f498afbbe6d diff --git a/kde-frameworks/countryflags/countryflags-5.110.0.ebuild b/kde-frameworks/countryflags/countryflags-5.110.0.ebuild deleted file mode 100644 index cd56f1be83f0..000000000000 --- a/kde-frameworks/countryflags/countryflags-5.110.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="false" -ECM_TEST="false" -KDE_ORG_NAME="kdelibs4support" -inherit ecm frameworks.kde.org - -DESCRIPTION="Icons of flags for various countries" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" - -CMAKE_USE_DIR="${S}/src/l10n" - -# https://phabricator.kde.org/T13722 -# https://invent.kde.org/frameworks/breeze-icons/-/issues/1 -PATCHES=( "${FILESDIR}/${PN}-5.90.0-standalone.patch" ) - -RDEPEND="!<kde-frameworks/kdelibs4support-5.90.0:5" |