summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-15 13:01:05 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-15 13:01:05 +0000
commit58894527087265639bd889133b73243d2b751346 (patch)
treef165a956ad50cefa7a037dc284a0a9127bd85fed /x11-plugins/wmfishtime
parentRemove GTK+-1.2 version. (diff)
downloadgentoo-2-58894527087265639bd889133b73243d2b751346.tar.gz
gentoo-2-58894527087265639bd889133b73243d2b751346.tar.bz2
gentoo-2-58894527087265639bd889133b73243d2b751346.zip
Remove GTK+-1.2 version.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmfishtime')
-rw-r--r--x11-plugins/wmfishtime/files/digest-wmfishtime-1.243
-rw-r--r--x11-plugins/wmfishtime/wmfishtime-1.24.ebuild32
2 files changed, 0 insertions, 35 deletions
diff --git a/x11-plugins/wmfishtime/files/digest-wmfishtime-1.24 b/x11-plugins/wmfishtime/files/digest-wmfishtime-1.24
deleted file mode 100644
index 781cad5bd388..000000000000
--- a/x11-plugins/wmfishtime/files/digest-wmfishtime-1.24
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8723b7c6a58b8c41a1dd5973ede4b296 wmfishtime-1.24.tar.gz 21895
-RMD160 9c705351ecbc28e15fd8e3b73712940fdb73baf1 wmfishtime-1.24.tar.gz 21895
-SHA256 7d92889d295558acd8af79f4d74c6fa7c980ac1010b7f0691249a117b34bba07 wmfishtime-1.24.tar.gz 21895
diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24.ebuild
deleted file mode 100644
index 3f0f83accca2..000000000000
--- a/x11-plugins/wmfishtime/wmfishtime-1.24.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24.ebuild,v 1.7 2006/02/07 21:13:52 blubb Exp $
-
-# to make this work in KDE, run it with the -b option :)
-IUSE=""
-DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
-HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
-SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-
-DEPEND="=x11-libs/gtk+-1.2*
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- sed -i -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile
-}
-
-src_compile() {
- make || die
-}
-
-src_install () {
- into /usr
- dobin wmfishtime
- doman wmfishtime.1
- dodoc ALL_I_GET_IS_A_GRAY_BOX CODING README AUTHORS
-}