diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-04-27 22:14:51 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-04-27 22:17:06 +1000 |
commit | bc349686809e9aff4701500c19ff872d4ca2d89e (patch) | |
tree | ad55519bfbae4e12e1243a8f44ec1e20d3611480 /x11-plugins/gkrellaclock | |
parent | net-irc/bnc: remove 2.9.4-r0 (diff) | |
download | gentoo-bc349686809e9aff4701500c19ff872d4ca2d89e.tar.gz gentoo-bc349686809e9aff4701500c19ff872d4ca2d89e.tar.bz2 gentoo-bc349686809e9aff4701500c19ff872d4ca2d89e.zip |
x11-plugins/gkrellaclock: remove 0.3.4-r0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-plugins/gkrellaclock')
-rw-r--r-- | x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild b/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild deleted file mode 100644 index 2196d426eec0..000000000000 --- a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild +++ /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' -} |