commit:     f87e34547c97e739475cafe3abb5d1d4a5539afe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:35:05 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87e3454

x11-plugins/gkrellm-volume: drop 2.1.13-r2

Closes: https://bugs.gentoo.org/867175
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild | 36 ----------------------
 1 file changed, 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}
-}

Reply via email to