summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-11 10:32:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-11 10:52:27 +0200
commit19f6478612b3debe9da5cfdc73b209c179c6c8cd (patch)
tree64447c121836d27b60ed49566d5bef139a6ab7e6 /media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild
parentmedia-sound/pavumeter: update EAPI 7 -> 8 (diff)
downloadgentoo-19f6478612b3debe9da5cfdc73b209c179c6c8cd.tar.gz
gentoo-19f6478612b3debe9da5cfdc73b209c179c6c8cd.tar.bz2
gentoo-19f6478612b3debe9da5cfdc73b209c179c6c8cd.zip
media-sound/pavumeter: drop 0.9.3-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild')
-rw-r--r--media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild28
1 files changed, 0 insertions, 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
-}