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 F3F10158083 for ; Mon, 2 Sep 2024 09:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E32792BC02C; Mon, 2 Sep 2024 09:10:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id CDE4A2BC030 for ; Mon, 2 Sep 2024 09:10:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8FEC340C42 for ; Mon, 2 Sep 2024 09:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38F631671 for ; Mon, 2 Sep 2024 09:10:12 +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: <1725268198.7823489b82859bd48d73216e898e6986db949202.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qastools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qastools/Manifest media-sound/qastools/qastools-0.23.0.ebuild X-VCS-Directories: media-sound/qastools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7823489b82859bd48d73216e898e6986db949202 X-VCS-Branch: master Date: Mon, 2 Sep 2024 09:10:12 +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: a731b83f-8cb2-455c-85eb-2cb15c10a716 X-Archives-Hash: b7d3803f966cb047b7eeae512aefbeee commit: 7823489b82859bd48d73216e898e6986db949202 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 31 20:48:30 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 2 09:09:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7823489b media-sound/qastools: drop 0.23.0 Bug: https://bugs.gentoo.org/938713 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/qastools/Manifest | 1 - media-sound/qastools/qastools-0.23.0.ebuild | 39 ----------------------------- 2 files changed, 40 deletions(-) diff --git a/media-sound/qastools/Manifest b/media-sound/qastools/Manifest index d402bcf391ca..076113b97749 100644 --- a/media-sound/qastools/Manifest +++ b/media-sound/qastools/Manifest @@ -1,2 +1 @@ -DIST qastools-v0.23.0.tar.bz2 205810 BLAKE2B 20cbf8df1418645f20364f4e5d11d68c8f5980659f96fa654ac55e1479c7275ac81f16460fc5571dc3e7fdd7d53c27044a6faa065711d4ea43d20be7d981cd81 SHA512 543e2f6407ba36f7cb0ce811ee1ceac14652960c58636671fabeaca25d154db263b654d07795ec2a81232b1e177469cbb45617099d40af47d6ab1148443582fb DIST qastools-v1.4.0.tar.bz2 216159 BLAKE2B bcd908eff818369bef088c67ddbcf2770cfcc9931becfc80063588da2febb0251a0917e695f7255e8becdc569e2409326203f2f5eba178569e2d63be4a02b0a7 SHA512 2158ed32c752ffc12b2f0b76d85e80af73e41511bfe54faf197d79d740f083e0b8a6efe1e913c7a0b31249c5d02cd506553b4ce83e03d4e517050a530041f071 diff --git a/media-sound/qastools/qastools-0.23.0.ebuild b/media-sound/qastools/qastools-0.23.0.ebuild deleted file mode 100644 index 789af4082220..000000000000 --- a/media-sound/qastools/qastools-0.23.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Qt5 GUI ALSA tools: mixer, configuration browser" -HOMEPAGE="https://gitlab.com/sebholt/qastools" -SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -BDEPEND=" - dev-qt/linguist-tools:5 -" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - media-libs/alsa-lib - virtual/libudev:= -" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${P}-nomancompress.patch" ) - -src_configure() { - local mycmakeargs=( - -DSKIP_LICENSE_INSTALL=ON - -DCMAKE_DISABLE_FIND_PACKAGE_UnixCommands=ON - ) - cmake_src_configure -}