x11-plugins/gkrellaclock: remove 0.3.4-r0
authorMichael Palimaka <kensington@gentoo.org>
Thu, 27 Apr 2017 12:14:51 +0000 (22:14 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 27 Apr 2017 12:17:06 +0000 (22:17 +1000)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild [deleted file]

diff --git a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild b/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild
deleted file mode 100644 (file)
index 2196d42..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gkrellm-plugin
-
-IUSE=""
-S=${WORKDIR}/${P/a/A}
-DESCRIPTION="Nice analog clock for GKrellM2"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-HOMEPAGE="http://www.gkrellm.net/"
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc sparc x86"
-
-src_compile() {
-       make clean #166133
-
-       export CFLAGS="${CFLAGS/-O?/}"
-       emake || die 'emake failed'
-}