Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellaclock/
Date: Thu, 27 Apr 2017 12:17:46
Message-Id: 1493295426.bc349686809e9aff4701500c19ff872d4ca2d89e.kensington@gentoo
1 commit: bc349686809e9aff4701500c19ff872d4ca2d89e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 12:14:51 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 12:17:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc349686
7
8 x11-plugins/gkrellaclock: remove 0.3.4-r0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild b/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild
16 deleted file mode 100644
17 index 2196d426eec..00000000000
18 --- a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2009 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit gkrellm-plugin
25 -
26 -IUSE=""
27 -S=${WORKDIR}/${P/a/A}
28 -DESCRIPTION="Nice analog clock for GKrellM2"
29 -SRC_URI="mirror://gentoo/${P}.tar.gz"
30 -HOMEPAGE="http://www.gkrellm.net/"
31 -
32 -SLOT="2"
33 -LICENSE="GPL-2"
34 -KEYWORDS="alpha amd64 ppc sparc x86"
35 -
36 -src_compile() {
37 - make clean #166133
38 -
39 - export CFLAGS="${CFLAGS/-O?/}"
40 - emake || die 'emake failed'
41 -}