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/gkrellmss/
Date: Wed, 26 Jul 2017 11:35:00
Message-Id: 1501068869.2e40596e981b3dd79efd8e04f3811c0915c56602.pacho@gentoo
1 commit: 2e40596e981b3dd79efd8e04f3811c0915c56602
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 10:58:08 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 11:34:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e40596e
7
8 x11-plugins/gkrellmss: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild | 29 ---------------------------
13 x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild | 28 --------------------------
14 x11-plugins/gkrellmss/gkrellmss-2.6.ebuild | 29 ---------------------------
15 3 files changed, 86 deletions(-)
16
17 diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
18 deleted file mode 100644
19 index f08f212d863..00000000000
20 --- a/x11-plugins/gkrellmss/gkrellmss-2.6-r1.ebuild
21 +++ /dev/null
22 @@ -1,29 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -inherit gkrellm-plugin
28 -
29 -DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
30 -HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"
31 -SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
36 -IUSE="nls"
37 -
38 -RDEPEND="=sci-libs/fftw-3*
39 - media-libs/alsa-lib"
40 -DEPEND="${RDEPEND}"
41 -
42 -PLUGIN_SO="src/gkrellmss.so"
43 -PLUGIN_DOCS="Themes"
44 -
45 -src_compile() {
46 - local myconf
47 - use nls && myconf+=" enable_nls=1"
48 -
49 - addpredict /dev/snd
50 - emake ${myconf}
51 -}
52
53 diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild
54 deleted file mode 100644
55 index 77f30cb2d16..00000000000
56 --- a/x11-plugins/gkrellmss/gkrellmss-2.6-r3.ebuild
57 +++ /dev/null
58 @@ -1,28 +0,0 @@
59 -# Copyright 1999-2017 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=6
63 -inherit gkrellm-plugin
64 -
65 -DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
66 -HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"
67 -SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
68 -
69 -LICENSE="GPL-2"
70 -SLOT="0"
71 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
72 -IUSE="nls"
73 -
74 -RDEPEND="=sci-libs/fftw-3*
75 - media-libs/alsa-lib"
76 -DEPEND="${RDEPEND}"
77 -
78 -PLUGIN_SO="src/gkrellmss.so"
79 -PLUGIN_DOCS="Themes"
80 -
81 -PATCHES=( "${FILESDIR}/${P}-Respect-LDFLAGS.patch" )
82 -
83 -src_compile() {
84 - addpredict /dev/snd
85 - emake enable_nls=$(usex nls 1 0)
86 -}
87
88 diff --git a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
89 deleted file mode 100644
90 index bc9126f2fcc..00000000000
91 --- a/x11-plugins/gkrellmss/gkrellmss-2.6.ebuild
92 +++ /dev/null
93 @@ -1,29 +0,0 @@
94 -# Copyright 1999-2017 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=5
98 -inherit gkrellm-plugin
99 -
100 -DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart"
101 -HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html"
102 -SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz"
103 -
104 -LICENSE="GPL-2"
105 -SLOT="0"
106 -KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
107 -IUSE="nls"
108 -
109 -RDEPEND="=sci-libs/fftw-2*
110 - media-libs/alsa-lib"
111 -DEPEND="${RDEPEND}"
112 -
113 -PLUGIN_SO="src/gkrellmss.so"
114 -PLUGIN_DOCS="Themes"
115 -
116 -src_compile() {
117 - local myconf
118 - use nls && myconf+=" enable_nls=1"
119 -
120 - addpredict /dev/snd
121 - emake ${myconf}
122 -}