From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1527750-garchives=archives.gentoo.org@lists.gentoo.org> 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 4EC4D15810F for <garchives@archives.gentoo.org>; Sun, 11 Jun 2023 08:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87D31E08DA; Sun, 11 Jun 2023 08:53:07 +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 671ACE08DA for <gentoo-commits@lists.gentoo.org>; Sun, 11 Jun 2023 08:53:07 +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 72D01341190 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Jun 2023 08:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EE50A85 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Jun 2023 08:53:05 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1686473547.19f6478612b3debe9da5cfdc73b209c179c6c8cd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavumeter/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild X-VCS-Directories: media-sound/pavumeter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 19f6478612b3debe9da5cfdc73b209c179c6c8cd X-VCS-Branch: master Date: Sun, 11 Jun 2023 08:53:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83824528-5918-444a-aff2-ae5edcf503ea X-Archives-Hash: 926ae3d81c56648643bd0d60c25dc814 commit: 19f6478612b3debe9da5cfdc73b209c179c6c8cd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jun 11 08:32:07 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 08:52:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f64786 media-sound/pavumeter: drop 0.9.3-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild | 28 ------------------------- 1 file changed, 28 deletions(-) diff --git a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild deleted file mode 100644 index 891fe6fc3489..000000000000 --- a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="PulseAudio Volume Meter, simple GTK volume meter for PulseAudio" -HOMEPAGE="http://0pointer.de/lennart/projects/pavumeter/" -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~sparc x86" - -RDEPEND=" - dev-cpp/gtkmm:2.4 - dev-libs/libsigc++:2 - >=media-sound/pulseaudio-0.9.7[glib] - x11-themes/tango-icon-theme" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${P}-desktop-QA.patch ) - -HTML_DOCS=( doc/{README.html,style.css} ) - -src_configure() { - econf --disable-lynx -}