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/gkrellmwireless/
Date: Wed, 26 Jul 2017 11:35:02
Message-Id: 1501068872.aa3737e0fb532379cc7a2823cd4369285c0856ff.pacho@gentoo
1 commit: aa3737e0fb532379cc7a2823cd4369285c0856ff
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 10:59:52 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 11:34:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3737e0
7
8 x11-plugins/gkrellmwireless: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../gkrellmwireless-2.0.3-r1.ebuild | 24 ----------------------
13 .../gkrellmwireless/gkrellmwireless-2.0.3.ebuild | 16 ---------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r1.ebuild b/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r1.ebuild
17 deleted file mode 100644
18 index 9cc23ad3c70..00000000000
19 --- a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2011 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=2
26 -inherit gkrellm-plugin toolchain-funcs
27 -
28 -IUSE=""
29 -S="${WORKDIR}/${PN}"
30 -DESCRIPTION="A plugin for GKrellM that monitors your wireless network card"
31 -SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
32 -HOMEPAGE="http://gkrellm.luon.net/gkrellmwireless.php"
33 -
34 -SLOT="2"
35 -LICENSE="GPL-2"
36 -KEYWORDS="amd64 ~ppc ~sparc x86"
37 -
38 -PLUGIN_SO=wireless.so
39 -
40 -src_prepare() {
41 - sed -i \
42 - -e '/^CC =/s:gcc $(CFLAGS) $(FLAGS):'"$(tc-getCC)"' $(FLAGS) $(CFLAGS):' \
43 - -e '/-o wireless.so/s: : $(LDFLAGS) :' \
44 - Makefile
45 -}
46
47 diff --git a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild b/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild
48 deleted file mode 100644
49 index 0caa689849c..00000000000
50 --- a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3.ebuild
51 +++ /dev/null
52 @@ -1,16 +0,0 @@
53 -# Copyright 1999-2010 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -inherit gkrellm-plugin
57 -
58 -IUSE=""
59 -S="${WORKDIR}/${PN}"
60 -DESCRIPTION="A plugin for GKrellM that monitors your wireless network card"
61 -SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
62 -HOMEPAGE="http://gkrellm.luon.net/gkrellmwireless.php"
63 -
64 -SLOT="2"
65 -LICENSE="GPL-2"
66 -KEYWORDS="amd64 ppc ~sparc x86"
67 -
68 -PLUGIN_SO=wireless.so