diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-04 12:10:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-05 09:33:58 +0100 |
commit | e7a4e6029eaf5a0c684808d076f19e3475a2a2ae (patch) | |
tree | 8ff41f2376e5777119fbdd333c883507d5e8affc /kde-frameworks | |
parent | kde-plasma/plasma-activities-stats: drop 5.112.0 (diff) | |
download | gentoo-e7a4e6029eaf5a0c684808d076f19e3475a2a2ae.tar.gz gentoo-e7a4e6029eaf5a0c684808d076f19e3475a2a2ae.tar.bz2 gentoo-e7a4e6029eaf5a0c684808d076f19e3475a2a2ae.zip |
kde-frameworks/countryflags: drop 5.112.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.112.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest index 4ab29ca2ee06..d6fc519a6b31 100644 --- a/kde-frameworks/countryflags/Manifest +++ b/kde-frameworks/countryflags/Manifest @@ -1,2 +1 @@ -DIST kdelibs4support-5.112.0.tar.xz 3722012 BLAKE2B ed40b585d5adb4f67435ecf5c6ada1637f645b43871a03a453eab085d98724eeda2c1ed97f325249ab31e2a0341bf53f764837e1e069e2bd2a96613e0597e774 SHA512 e13c2e09e3f2789021d4912561f8186a2c230cb816b6952217acaa22b143b29bbdc28d9b35b69576309502b71594330daeed0b1bf284291504c31f498afbbe6d DIST kdelibs4support-5.113.0.tar.xz 3723084 BLAKE2B 958d0ba21edffc03d3c2fc8406142c014946e86918c23288aa108904af150844e9697b62d25449affb5442faeff5fce53c82a0df6c00443625749a50ca679720 SHA512 71c86d90a7381667c9aadec0299afb64b8f42a6d7366b4eba06ee93613de05de7eeeb249fad3746c55a5a1520bb233306e8a851a7351c0f4ce3edd06511cc8d9 diff --git a/kde-frameworks/countryflags/countryflags-5.112.0.ebuild b/kde-frameworks/countryflags/countryflags-5.112.0.ebuild deleted file mode 100644 index cd56f1be83f0..000000000000 --- a/kde-frameworks/countryflags/countryflags-5.112.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" |