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 -}
