summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 07:44:13 +0000
commite404f6b225b9ccbd1290e7dda3ff18c5842c0497 (patch)
treec8ba8680f4b553cdf3e7783242497fe14fba9754 /x11-plugins/wmfishtime
parentmoved WindowMaker dockapps from x11-misc to x11-plugins (diff)
downloadhistorical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.tar.gz
historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.tar.bz2
historical-e404f6b225b9ccbd1290e7dda3ff18c5842c0497.zip
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-plugins/wmfishtime')
-rw-r--r--x11-plugins/wmfishtime/ChangeLog23
-rw-r--r--x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r11
-rw-r--r--x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r21
-rw-r--r--x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild27
-rw-r--r--x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild28
5 files changed, 80 insertions, 0 deletions
diff --git a/x11-plugins/wmfishtime/ChangeLog b/x11-plugins/wmfishtime/ChangeLog
new file mode 100644
index 000000000000..543f0c767af3
--- /dev/null
+++ b/x11-plugins/wmfishtime/ChangeLog
@@ -0,0 +1,23 @@
+# ChangeLog for x11-plugins/wmfishtime
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+*wmfishtime-1.23-r2 (7 Jun 2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 7 Jun 2002; J. Perrot <blackmore@gentoo.org> :
+
+ Correction of the sed substitution in the ebuild file
+
+*wmfishtime-1.23-r1 (1 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r1 b/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r1
new file mode 100644
index 000000000000..d9653fb5c09f
--- /dev/null
+++ b/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r1
@@ -0,0 +1 @@
+MD5 ec10376dfb9b43eb7b519b20a1da71e6 wmfishtime-1.23.tar.gz 21730
diff --git a/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r2 b/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r2
new file mode 100644
index 000000000000..d9653fb5c09f
--- /dev/null
+++ b/x11-plugins/wmfishtime/files/digest-wmfishtime-1.23-r2
@@ -0,0 +1 @@
+MD5 ec10376dfb9b43eb7b519b20a1da71e6 wmfishtime-1.23.tar.gz 21730
diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild
new file mode 100644
index 000000000000..cfe950997539
--- /dev/null
+++ b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+# to make this work in KDE, run it with the -b option :)
+S=${WORKDIR}/${P}
+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="x86 sparc sparc64"
+
+DEPEND="=x11-libs/gtk+-1.2*"
+
+src_compile() {
+ sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile
+ make || die
+}
+
+src_install () {
+ into /usr
+ dobin wmfishtime
+ doman wmfishtime.1
+ dodoc ALL_I_GET_IS_A_GRAY_BOX CODING INSTALL README AUTHORS COPYING
+}
diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild
new file mode 100644
index 000000000000..2b3c72f2326e
--- /dev/null
+++ b/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $
+
+# to make this work in KDE, run it with the -b option :)
+S=${WORKDIR}/${P}
+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="x86 sparc sparc64"
+
+DEPEND="=x11-libs/gtk+-1.2*"
+
+src_compile() {
+ sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile.tmp
+ mv Makefile.tmp Makefile
+ make || die
+}
+
+src_install () {
+ into /usr
+ dobin wmfishtime
+ doman wmfishtime.1
+ dodoc ALL_I_GET_IS_A_GRAY_BOX CODING INSTALL README AUTHORS COPYING
+}