Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/
Date: Mon, 21 Feb 2022 09:48:32
Message-Id: 1645436867.c1be780a63e9ba1dbadb5d09fe741b830de9f29a.asturm@gentoo
1 commit: c1be780a63e9ba1dbadb5d09fe741b830de9f29a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 09:47:47 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 09:47:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1be780a
7
8 x11-themes/kvantum: Drop 1.0.0
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-themes/kvantum/Manifest | 1 -
14 x11-themes/kvantum/kvantum-1.0.0.ebuild | 29 -----------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest
18 index 9b249cc8a61b..6a3a08e5aa1f 100644
19 --- a/x11-themes/kvantum/Manifest
20 +++ b/x11-themes/kvantum/Manifest
21 @@ -1,2 +1 @@
22 -DIST kvantum-1.0.0.tar.gz 2964213 BLAKE2B 108e0b59ef68edc17faaa8c61452b533a1498cb0fc06362438279bef1bbf5cd94b5982bd8e3d11cf180afcd24d184a476803c84fbe4946eb54bd205424a971ee SHA512 5333c2f426d7f7aa53135b18fb7a83a0e4e3bc7632ca666a82f0c0c3f4db83473118a04f0c46ad30fed033e2545018c0ba171e6f9e49d42e27a1689637832542
23 DIST kvantum-1.0.1.tar.gz 2971169 BLAKE2B 534c136013dce7a2a72332282b2b8d6aa03162766921ce06c52012aaad7b453229a08b75d4b2eeef2476f693e5e89a7632bcdeb4070eda4044961c1beeeb81d5 SHA512 7b8ebb193725b2d6507718a82ca72703db5bd074d25f2d33154836ecf0cfb91f1e30a9e215142f608dec367244d4833767a45723c4649249112baca4deed7308
24
25 diff --git a/x11-themes/kvantum/kvantum-1.0.0.ebuild b/x11-themes/kvantum/kvantum-1.0.0.ebuild
26 deleted file mode 100644
27 index 7957aee545fc..000000000000
28 --- a/x11-themes/kvantum/kvantum-1.0.0.ebuild
29 +++ /dev/null
30 @@ -1,29 +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 -inherit cmake xdg
37 -
38 -DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt"
39 -HOMEPAGE="https://github.com/tsujan/Kvantum"
40 -SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
41 -S="${WORKDIR}/${PN^}-${PV}/${PN^}"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
46 -IUSE=""
47 -
48 -DEPEND="
49 - dev-qt/qtcore:5
50 - dev-qt/qtgui:5=
51 - dev-qt/qtsvg:5
52 - dev-qt/qtwidgets:5
53 - dev-qt/qtx11extras:5
54 - kde-frameworks/kwindowsystem:5
55 - x11-libs/libX11
56 - x11-libs/libXext
57 -"
58 -RDEPEND="${DEPEND}"
59 -BDEPEND="dev-qt/linguist-tools:5"