x11-plugins/gkrellm-bluez: Drop old
authorPacho Ramos <pacho@gentoo.org>
Wed, 26 Jul 2017 10:42:31 +0000 (12:42 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 26 Jul 2017 11:34:15 +0000 (13:34 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild [deleted file]

diff --git a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild
deleted file mode 100644 (file)
index 8936ff0..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gkrellm-plugin
-
-DESCRIPTION="GKrellm plugin for monitoring bluetooth (Linux BlueZ) adapters"
-SRC_URI="mirror://sourceforge/gkrellm-bluez/${P}.tar.gz"
-HOMEPAGE="http://gkrellm-bluez.sourceforge.net"
-
-RDEPEND="net-wireless/bluez"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-SLOT="0"
-
-PLUGIN_SO="src/.libs/gkrellmbluez.so"
-PLUGIN_DOCS="THEMING NEWS"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       # Be a bit more future proof, bug #260948
-       sed "s/-Werror//" -i src/Makefile.am src/Makefile.in || die "sed failed"
-
-       epatch "${FILESDIR}"/${P}-notheme.patch || die "Patch failed"
-}
-
-src_compile() {
-       econf --disable-static || die "Config failed"
-       emake || die "Make failed"
-}