summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-10-16 20:59:22 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-10-16 20:59:22 +0000
commit676a533245e3fe705ba69d95e41bf7d0256dde66 (patch)
tree33d7460953ce4ac817ead848ea919116ec27d9a1 /x11-plugins/gkrellm-alltraxclock
parentmoved alltraxclock to gkrellm-alltraxclock and into x11-plugins instead (diff)
downloadhistorical-676a533245e3fe705ba69d95e41bf7d0256dde66.tar.gz
historical-676a533245e3fe705ba69d95e41bf7d0256dde66.tar.bz2
historical-676a533245e3fe705ba69d95e41bf7d0256dde66.zip
moved from x11-misc and renamed to gkrellm-alltraxclock
Diffstat (limited to 'x11-plugins/gkrellm-alltraxclock')
-rw-r--r--x11-plugins/gkrellm-alltraxclock/ChangeLog18
-rw-r--r--x11-plugins/gkrellm-alltraxclock/gkrellm-alltraxclock-0.2.ebuild25
2 files changed, 43 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-alltraxclock/ChangeLog b/x11-plugins/gkrellm-alltraxclock/ChangeLog
new file mode 100644
index 000000000000..0ef494886079
--- /dev/null
+++ b/x11-plugins/gkrellm-alltraxclock/ChangeLog
@@ -0,0 +1,18 @@
+# ChangeLog for x11-plugins/gkrellm-alltraxclock
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-alltraxclock/ChangeLog,v 1.1 2002/10/16 20:59:22 seemant Exp $
+
+*gkrellm-alltraxclock-0.2 (16 Oct 2002)
+
+ 16 Oct 2002; Seemant Kulleen <seemant@gentoo.org>
+ gkrellm-alltraxclock-0.2.ebuild files/digest-gkrellm-alltraxclock-0.2 :
+
+ Moved to x11-plugins and renamed to gkrellm-alltraxclock for clearer
+ identification of its nature.
+
+*alltraxclock-0.2 (19 Feb 2002)
+
+ 19 Feb 2002; Aron Griffis <agriffis@gentoo.org> alltraxclock-0.2.ebuild:
+
+ Added alltraxclock plugin for gkrellm. Thanks to Seemant Kulleen for the
+ ebuild.
diff --git a/x11-plugins/gkrellm-alltraxclock/gkrellm-alltraxclock-0.2.ebuild b/x11-plugins/gkrellm-alltraxclock/gkrellm-alltraxclock-0.2.ebuild
new file mode 100644
index 000000000000..d399521709ce
--- /dev/null
+++ b/x11-plugins/gkrellm-alltraxclock/gkrellm-alltraxclock-0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-alltraxclock/gkrellm-alltraxclock-0.2.ebuild,v 1.1 2002/10/16 20:59:22 seemant Exp $
+
+MY_P=${P/gkrellm-}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="A Gkrellm plugin that displays an analog clock"
+SRC_URI="http://perso.wanadoo.fr/alltrax/${MY_P}.tar.gz"
+HOMEPAGE="http://perso.wanadoo.fr/alltrax/alltraxclock.html"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc sparc64"
+
+DEPEND="=app-admin/gkrellm-1.2*
+ =x11-libs/gtk+-1.2*
+ >=media-libs/imlib-1.9.10-r1"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ exeinto /usr/lib/gkrellm/plugins
+ doexe alltraxclock.so
+}