summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-06-12 20:56:56 +0000
committerJim Ramsay <lack@gentoo.org>2007-06-12 20:56:56 +0000
commitf86565abaaf8675544be373e7bfb5091689686e0 (patch)
treefd2e2cdd028aac23afdfd3daf44623e502d3a7dd /x11-plugins
parentOld version cleanup (diff)
downloadgentoo-2-f86565abaaf8675544be373e7bfb5091689686e0.tar.gz
gentoo-2-f86565abaaf8675544be373e7bfb5091689686e0.tar.bz2
gentoo-2-f86565abaaf8675544be373e7bfb5091689686e0.zip
Old version cleanup
(Portage version: 2.1.2.8)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellaclock/ChangeLog5
-rw-r--r--x11-plugins/gkrellaclock/files/digest-gkrellaclock-0.3.2.13
-rw-r--r--x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild20
3 files changed, 4 insertions, 24 deletions
diff --git a/x11-plugins/gkrellaclock/ChangeLog b/x11-plugins/gkrellaclock/ChangeLog
index 9d1b657b6ade..68b00dbc285d 100644
--- a/x11-plugins/gkrellaclock/ChangeLog
+++ b/x11-plugins/gkrellaclock/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellaclock
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellaclock/ChangeLog,v 1.27 2007/06/02 16:33:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellaclock/ChangeLog,v 1.28 2007/06/12 20:56:56 lack Exp $
+
+ 12 Jun 2007; Jim Ramsay <lack@gentoo.org> -gkrellaclock-0.3.2.1.ebuild:
+ Old version cleanup
02 Jun 2007; Raúl Porcel <armin76@gentoo.org> gkrellaclock-0.3.4.ebuild:
alpha stable wrt #176144
diff --git a/x11-plugins/gkrellaclock/files/digest-gkrellaclock-0.3.2.1 b/x11-plugins/gkrellaclock/files/digest-gkrellaclock-0.3.2.1
deleted file mode 100644
index 4d619fcee331..000000000000
--- a/x11-plugins/gkrellaclock/files/digest-gkrellaclock-0.3.2.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f484886db0ab62b68302e7324a474b91 gkrellaclock-0.3.2.1.tar.gz 7134
-RMD160 09806a458eed4f8a33aa4f7688eb5cd797748546 gkrellaclock-0.3.2.1.tar.gz 7134
-SHA256 5004eb33d824a715f408c44759332d081212a179a78bb06e50624dc1aecb55bd gkrellaclock-0.3.2.1.tar.gz 7134
diff --git a/x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild b/x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild
deleted file mode 100644
index c90551d30670..000000000000
--- a/x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellaclock/gkrellaclock-0.3.2.1.ebuild,v 1.10 2007/03/09 15:56:35 lack Exp $
-
-inherit gkrellm-plugin
-
-IUSE=""
-S=${WORKDIR}/${P/a/A}
-DESCRIPTION="Nice analog clock for GKrellM2"
-SRC_URI="http://www.geocities.com/m_muthukumar/${P}.tar.gz"
-HOMEPAGE="http://www.geocities.com/m_muthukumar/gkrellaclock.html"
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc alpha ppc amd64"
-
-src_compile() {
- export CFLAGS="${CFLAGS/-O?/}"
- emake || die
-}