Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/countryflags/
Date: Sun, 27 Nov 2022 11:20:53
Message-Id: 1669548028.973d501b37bd7f9e42473993b8d8db706abf87cb.asturm@gentoo
1 commit: 973d501b37bd7f9e42473993b8d8db706abf87cb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 11:14:01 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 11:20:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973d501b
7
8 kde-frameworks/countryflags: drop 5.96.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-frameworks/countryflags/Manifest | 1 -
13 .../countryflags/countryflags-5.96.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/kde-frameworks/countryflags/Manifest b/kde-frameworks/countryflags/Manifest
17 index 5276d8879e1a..b093aa0527da 100644
18 --- a/kde-frameworks/countryflags/Manifest
19 +++ b/kde-frameworks/countryflags/Manifest
20 @@ -1,3 +1,2 @@
21 DIST kdelibs4support-5.100.0.tar.xz 3719636 BLAKE2B 83665e6f4d6f42a30ccd3a607037f49f85719f9313c4b819a1c577e5e49608918661e9610ec6030e783ed20378d1137f0c893805f3a51b4cead074bd9b444af2 SHA512 4ba555cb329ec04857d2bb23173999673e27830346557666c4a9b5a8db1b01c39575dc148f9cdc6537ece325ee0398a5bb25315456e3c579e7b467cff48930e6
22 -DIST kdelibs4support-5.96.0.tar.xz 3657280 BLAKE2B 5450ad4aced1e73b68dab9ce5f858f65765b96d98b2d977a796d13f148f31e8cb6d2562713569b4694afa163e3fac2d93ee94e6bd1592710e1141e6095320761 SHA512 25d80c003b6cc661058d24e3af4b9ef43c05029375c74ea2aedd1b4cbb8a09896404d2e2cb4eca884ad091f7d26b9afebd1a0ff13c96b9d793c40880300fb59d
23 DIST kdelibs4support-5.99.0.tar.xz 3667732 BLAKE2B 371b9b96e1f99424d85034d20c79759b0d2a4796ed3771626c2623f9732b37d0f02451c44e9e42e78eddd211f6c4f24c3b0dfa20f21181d17124af28583299e9 SHA512 06716965e50d0adbfe57f3024045ee7f60b62f0ee9910e0ebcf92cf0592434631fae45d5be6ee4e91fdc9ca384bfedbedb9fb3c32acd09b81ce5ee37695f2676
24
25 diff --git a/kde-frameworks/countryflags/countryflags-5.96.0.ebuild b/kde-frameworks/countryflags/countryflags-5.96.0.ebuild
26 deleted file mode 100644
27 index 8f6d87c4fc23..000000000000
28 --- a/kde-frameworks/countryflags/countryflags-5.96.0.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -ECM_QTHELP="false"
37 -ECM_TEST="false"
38 -KDE_ORG_NAME="kdelibs4support"
39 -inherit ecm frameworks.kde.org
40 -
41 -DESCRIPTION="Icons of flags for various countries"
42 -
43 -LICENSE="LGPL-2+"
44 -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
45 -
46 -CMAKE_USE_DIR="${S}/src/l10n"
47 -
48 -# https://phabricator.kde.org/T13722
49 -# https://invent.kde.org/frameworks/breeze-icons/-/issues/1
50 -PATCHES=( "${FILESDIR}/${PN}-5.90.0-standalone.patch" )
51 -
52 -RDEPEND="!<kde-frameworks/kdelibs4support-5.90.0:5"