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 88164158041 for ; Thu, 7 Mar 2024 23:24:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFCACE29C2; Thu, 7 Mar 2024 23:24:08 +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 9EC1BE29C2 for ; Thu, 7 Mar 2024 23:24:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id A610D34302F for ; Thu, 7 Mar 2024 23:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EE1614F1 for ; Thu, 7 Mar 2024 23:24:04 +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: <1709852916.f1e5cef3aa1da4784ecc946b969598a12348bcee.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-1.0.7.ebuild X-VCS-Directories: x11-themes/kvantum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f1e5cef3aa1da4784ecc946b969598a12348bcee X-VCS-Branch: master Date: Thu, 7 Mar 2024 23:24:04 +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: 47c7f2ce-8a85-4588-9838-07280531f36a X-Archives-Hash: bf8efdf3b67149b3dda44bd4e91cfab1 commit: f1e5cef3aa1da4784ecc946b969598a12348bcee Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 15:56:06 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 7 23:08:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e5cef3 x11-themes/kvantum: drop 1.0.7 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/kvantum/Manifest | 1 - x11-themes/kvantum/kvantum-1.0.7.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest index 7bd309f193b6..89f1c29d0331 100644 --- a/x11-themes/kvantum/Manifest +++ b/x11-themes/kvantum/Manifest @@ -1,2 +1 @@ DIST kvantum-1.0.10.tar.gz 2969117 BLAKE2B f2e9cc954a3a6cf4cac77d1e0b5a455faf95927cb78101113d99bf9a8e3d1875dff248909c1d95af028d5a369b517ad501e298e2c54fbd785d254afd7e30e465 SHA512 fb31f424a16c37eafaaa0a1cdddde165bcaa58ed6ea3ef76e77d689c2b8b47e516a651d066712eaf14b1344e4b30955ce6c955367caf25d51f2aaa2c8970b0fd -DIST kvantum-1.0.7.tar.gz 2975088 BLAKE2B 0c2408cc56b40dca5659d39a67bce521ddf72477d855fea10268e44bb40a2498a4f5c09f399626002d79e850962ccd45877cd99fe9cdbb10fb98d19d27b389de SHA512 327a9dfec5725230a59f2ead811c7e7223c3c1ca442caec500ad7b031877d2f323adeffbad034047728bd94570bd03a37eeb650622cce149b84bd6a219e6d1e0 diff --git a/x11-themes/kvantum/kvantum-1.0.7.ebuild b/x11-themes/kvantum/kvantum-1.0.7.ebuild deleted file mode 100644 index 7957aee545fc..000000000000 --- a/x11-themes/kvantum/kvantum-1.0.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -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" -S="${WORKDIR}/${PN^}-${PV}/${PN^}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~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"