summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 09:35:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 10:36:18 +0200
commitf87e34547c97e739475cafe3abb5d1d4a5539afe (patch)
treec94275d7fbc7bfe9216f9351d7859ad47ec34c90
parentx11-plugins/gkrellm-vaiobright: drop 2.5-r2 (diff)
downloadgentoo-f87e34547c97e739475cafe3abb5d1d4a5539afe.tar.gz
gentoo-f87e34547c97e739475cafe3abb5d1d4a5539afe.tar.bz2
gentoo-f87e34547c97e739475cafe3abb5d1d4a5539afe.zip
x11-plugins/gkrellm-volume: drop 2.1.13-r2
Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild b/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild
deleted file mode 100644
index e330327d324b..000000000000
--- a/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="A mixer control plugin for gkrellm"
-HOMEPAGE="http://gkrellm.luon.net/volume.php"
-SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE="alsa"
-
-RDEPEND="
- app-admin/gkrellm:2[X]
- alsa? ( media-libs/alsa-lib )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-PATCHES=(
- "${FILESDIR}/${P}-reenable.patch"
- "${FILESDIR}/${P}-makefile.patch"
-)
-
-src_configure() {
- PLUGIN_SO=( volume$(get_modname) )
- default
-}
-
-src_compile() {
- use alsa && local myconf="enable_alsa=1"
- emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ${myconf}
-}