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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69ECB158086 for ; Mon, 6 Dec 2021 09:38:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41929E07A5; Mon, 6 Dec 2021 09:38:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 85751E0769 for ; Mon, 6 Dec 2021 09:38:04 +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 79F7D342E6F for ; Mon, 6 Dec 2021 09:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ACDA200 for ; Mon, 6 Dec 2021 09:38:01 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1638783475.9d0657a4ab306664bc2d58cb0cf2e0b522b5ea04.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qsampler/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qsampler/qsampler-0.9.4.ebuild media-sound/qsampler/qsampler-9999.ebuild X-VCS-Directories: media-sound/qsampler/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9d0657a4ab306664bc2d58cb0cf2e0b522b5ea04 X-VCS-Branch: master Date: Mon, 6 Dec 2021 09:38:01 +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: 120308c1-77fc-48d5-9d34-f139c8e28a48 X-Archives-Hash: 94d7c6a8f9ae360a2a45f9789b83b875 commit: 9d0657a4ab306664bc2d58cb0cf2e0b522b5ea04 Author: Miroslav Šulc gentoo org> AuthorDate: Mon Dec 6 09:37:55 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Dec 6 09:37:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0657a4 media-sound/qsampler: removed unused eclass Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/qsampler/qsampler-0.9.4.ebuild | 2 +- media-sound/qsampler/qsampler-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/qsampler/qsampler-0.9.4.ebuild b/media-sound/qsampler/qsampler-0.9.4.ebuild index b1939a889744..6e2be545d90a 100644 --- a/media-sound/qsampler/qsampler-0.9.4.ebuild +++ b/media-sound/qsampler/qsampler-0.9.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake qmake-utils xdg +inherit cmake xdg if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/qsampler/code" diff --git a/media-sound/qsampler/qsampler-9999.ebuild b/media-sound/qsampler/qsampler-9999.ebuild index c50e5821ab00..8b26d4432493 100644 --- a/media-sound/qsampler/qsampler-9999.ebuild +++ b/media-sound/qsampler/qsampler-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake qmake-utils xdg +inherit cmake xdg if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/qsampler/code"