Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-volume/
Date: Thu, 25 Aug 2016 12:54:10
Message-Id: 1472129637.fc47eff31258f7643d9436ee19feebe379275b6b.pacho@gentoo
1 commit: fc47eff31258f7643d9436ee19feebe379275b6b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 12:48:57 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 12:53:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc47eff3
7
8 x11-plugins/gkrellm-volume: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 .../gkrellm-volume/gkrellm-volume-2.1.13.ebuild | 26 ----------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13.ebuild b/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13.ebuild
16 deleted file mode 100644
17 index 615e6f1..00000000
18 --- a/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit gkrellm-plugin
26 -
27 -IUSE="alsa"
28 -DESCRIPTION="A mixer control plugin for gkrellm"
29 -HOMEPAGE="http://gkrellm.luon.net/volume.php"
30 -SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="2"
34 -KEYWORDS="alpha amd64 ppc sparc x86"
35 -
36 -DEPEND="alsa? ( media-libs/alsa-lib )"
37 -
38 -S=${WORKDIR}/${PN}
39 -
40 -PLUGIN_SO=volume.so
41 -
42 -src_compile() {
43 - local myconf=""
44 - use alsa && myconf="${myconf} enable_alsa=1"
45 - make ${myconf} || die "make failed"
46 -}