diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-26 12:42:31 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-26 13:34:15 +0200 |
commit | 276a60181567c2b08d20742c1cbaca21e26350f5 (patch) | |
tree | e21e3777cb0da84f263f60aa962637a24cee6a2a /x11-plugins/gkrellm-bluez | |
parent | x11-plugins/gkrellm-bluez: Fix dependency on gkrellm[X] (diff) | |
download | gentoo-276a60181567c2b08d20742c1cbaca21e26350f5.tar.gz gentoo-276a60181567c2b08d20742c1cbaca21e26350f5.tar.bz2 gentoo-276a60181567c2b08d20742c1cbaca21e26350f5.zip |
x11-plugins/gkrellm-bluez: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'x11-plugins/gkrellm-bluez')
-rw-r--r-- | x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
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 index 8936ff0d86de..000000000000 --- a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r1.ebuild +++ /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" -} |