From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A612158086 for ; Fri, 17 Dec 2021 13:28:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18E72E0871; Fri, 17 Dec 2021 13:28:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FB96E0870 for ; Fri, 17 Dec 2021 13:28:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B50B343A0D for ; Fri, 17 Dec 2021 13:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B33C244 for ; Fri, 17 Dec 2021 13:28:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1639747691.64490b7880968dd08b72b0cf4e1a5a0e5cac66c4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/kvantum/Manifest x11-themes/kvantum/kvantum-0.19.0.ebuild X-VCS-Directories: x11-themes/kvantum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 64490b7880968dd08b72b0cf4e1a5a0e5cac66c4 X-VCS-Branch: master Date: Fri, 17 Dec 2021 13:28:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 911754c8-1f5f-4140-8ac1-0a7a876057e6 X-Archives-Hash: ff09ce949805e6aa5912cd1829950990 commit: 64490b7880968dd08b72b0cf4e1a5a0e5cac66c4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 17 13:27:47 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 17 13:28:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64490b78 x11-themes/kvantum: Drop 0.19.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/kvantum/Manifest | 1 - x11-themes/kvantum/kvantum-0.19.0.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest index 49b63e9956a2..2aa462be81ab 100644 --- a/x11-themes/kvantum/Manifest +++ b/x11-themes/kvantum/Manifest @@ -1,2 +1 @@ -DIST kvantum-0.19.0.tar.gz 2825683 BLAKE2B ecd777993a8691cbea2239b0953580173c85a6de80a7e4a873209fef9c3a6d690c720064a9852b6c69aeb4331862ec1f1231c1b1e3f9d5d51680d200806e8324 SHA512 23de3c303565760c1bf1d7abe233441beb8d10e23e7cb44d0d65e9845efe5a2988325fb169278155d55442256ad5084b793d4aef5cbd2189007ddb0ec8a741ac DIST kvantum-0.20.2.tar.gz 2894882 BLAKE2B f0fd310e97b80f60222e95d9ce2753afcc74a7713716991282dfced22db0491ee4861f053ed0e83d8ca75c30009f857bd5af6d60c779abc3ed91568ae18ee89e SHA512 405aaea85b32c8106ac7ee9cb258665ae1e44e2f89bc6446e0851e6650c6a347df6d65094698275200a045aadfedf0463dccaab8396aa7e601c7a777ad2652a0 diff --git a/x11-themes/kvantum/kvantum-0.19.0.ebuild b/x11-themes/kvantum/kvantum-0.19.0.ebuild deleted file mode 100644 index d21a456792e9..000000000000 --- a/x11-themes/kvantum/kvantum-0.19.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt" -HOMEPAGE="https://github.com/tsujan/Kvantum" -SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5= - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - kde-frameworks/kwindowsystem:5 - x11-libs/libX11 - x11-libs/libXext -" -RDEPEND="${DEPEND}" -BDEPEND="dev-qt/linguist-tools:5" - -S="${WORKDIR}/${PN^}-${PV}/${PN^}"