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: Sat, 06 Aug 2022 07:45:07
Message-Id: 1659770330.e1f78d5cac947a743b9f31aff18379a5f002ff07.asturm@gentoo
1 commit: e1f78d5cac947a743b9f31aff18379a5f002ff07
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 06:59:37 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 07:18:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f78d5c
7
8 kde-frameworks/countryflags: drop 5.92.0
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-frameworks/countryflags/Manifest | 1 -
13 .../countryflags/countryflags-5.92.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 4d60befb2963..1e2b458506f2 100644
18 --- a/kde-frameworks/countryflags/Manifest
19 +++ b/kde-frameworks/countryflags/Manifest
20 @@ -1,2 +1 @@
21 -DIST kdelibs4support-5.92.0.tar.xz 3649060 BLAKE2B c3989cb4a0d9365a46cd42519abf82b65238234010207e1eb00d214eae11eb27525642689c791e6140db6de481a622b07b11a5d16355388fb6182ad3d7f230d3 SHA512 ff42d5ad75c073c3f5c856b611b3235982f513c1bc1186a9c7b4ceecf2cb7561dc37485a8e5d53582546141493b6038177a72cc94ac76bd999913ea83d22297d
22 DIST kdelibs4support-5.96.0.tar.xz 3657280 BLAKE2B 5450ad4aced1e73b68dab9ce5f858f65765b96d98b2d977a796d13f148f31e8cb6d2562713569b4694afa163e3fac2d93ee94e6bd1592710e1141e6095320761 SHA512 25d80c003b6cc661058d24e3af4b9ef43c05029375c74ea2aedd1b4cbb8a09896404d2e2cb4eca884ad091f7d26b9afebd1a0ff13c96b9d793c40880300fb59d
23
24 diff --git a/kde-frameworks/countryflags/countryflags-5.92.0.ebuild b/kde-frameworks/countryflags/countryflags-5.92.0.ebuild
25 deleted file mode 100644
26 index 3a924d95ea4c..000000000000
27 --- a/kde-frameworks/countryflags/countryflags-5.92.0.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -ECM_QTHELP="false"
36 -ECM_TEST="false"
37 -KDE_ORG_NAME="kdelibs4support"
38 -inherit ecm kde.org
39 -
40 -DESCRIPTION="Icons of flags for various countries"
41 -
42 -LICENSE="LGPL-2+"
43 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
44 -
45 -CMAKE_USE_DIR="${S}/src/l10n"
46 -
47 -# https://phabricator.kde.org/T13722
48 -# https://invent.kde.org/frameworks/breeze-icons/-/issues/1
49 -PATCHES=( "${FILESDIR}/${PN}-5.90.0-standalone.patch" )
50 -
51 -RDEPEND="!<kde-frameworks/kdelibs4support-5.90.0:5"