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-bluez/
Date: Wed, 26 Jul 2017 11:34:56
Message-Id: 1501068855.276a60181567c2b08d20742c1cbaca21e26350f5.pacho@gentoo
1 commit: 276a60181567c2b08d20742c1cbaca21e26350f5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 10:42:31 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 11:34:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276a6018
7
8 x11-plugins/gkrellm-bluez: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild | 33 ----------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild
16 deleted file mode 100644
17 index 8936ff0d86d..00000000000
18 --- a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit gkrellm-plugin
25 -
26 -DESCRIPTION="GKrellm plugin for monitoring bluetooth (Linux BlueZ) adapters"
27 -SRC_URI="mirror://sourceforge/gkrellm-bluez/${P}.tar.gz"
28 -HOMEPAGE="http://gkrellm-bluez.sourceforge.net"
29 -
30 -RDEPEND="net-wireless/bluez"
31 -
32 -LICENSE="GPL-2"
33 -KEYWORDS="amd64 x86"
34 -IUSE=""
35 -SLOT="0"
36 -
37 -PLUGIN_SO="src/.libs/gkrellmbluez.so"
38 -PLUGIN_DOCS="THEMING NEWS"
39 -
40 -src_unpack() {
41 - unpack ${A}
42 - cd "${S}"
43 -
44 - # Be a bit more future proof, bug #260948
45 - sed "s/-Werror//" -i src/Makefile.am src/Makefile.in || die "sed failed"
46 -
47 - epatch "${FILESDIR}"/${P}-notheme.patch || die "Patch failed"
48 -}
49 -
50 -src_compile() {
51 - econf --disable-static || die "Config failed"
52 - emake || die "Make failed"
53 -}