summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 01:49:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 01:49:27 +0000
commitf2e174785b68976ed0c6fcbcadf06854456df7a5 (patch)
tree219a53aefef7f6ed0512986779de0b473e46757a /x11-plugins/gkrellmoon
parentremoved gkrellkam (diff)
downloadgentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.tar.gz
gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.tar.bz2
gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.zip
moved to x11-plugins
Diffstat (limited to 'x11-plugins/gkrellmoon')
-rw-r--r--x11-plugins/gkrellmoon/ChangeLog14
-rw-r--r--x11-plugins/gkrellmoon/files/digest-gkrellmoon-0.31
-rw-r--r--x11-plugins/gkrellmoon/gkrellmoon-0.3.ebuild25
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-plugins/gkrellmoon/ChangeLog b/x11-plugins/gkrellmoon/ChangeLog
new file mode 100644
index 000000000000..8bec6ac14d7f
--- /dev/null
+++ b/x11-plugins/gkrellmoon/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for x11-plugins/gkrellmoon
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmoon/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $
+
+*gkrellmoon-0.3 (19 Feb 2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 19 Feb 2002; Aron Griffis <agriffis@gentoo.org> gkrellmoon-0.3.ebuild:
+
+ Added gkrellmoon plugin for gkrellm. Thanks to Seemant Kulleen for the
+ ebuild.
diff --git a/x11-plugins/gkrellmoon/files/digest-gkrellmoon-0.3 b/x11-plugins/gkrellmoon/files/digest-gkrellmoon-0.3
new file mode 100644
index 000000000000..a8a5174e1501
--- /dev/null
+++ b/x11-plugins/gkrellmoon/files/digest-gkrellmoon-0.3
@@ -0,0 +1 @@
+MD5 a9b9a66c01178c63f1ec180ca87d0c61 gkrellmoon-0.3.tar.gz 51988
diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.3.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.3.ebuild
new file mode 100644
index 000000000000..06366ac181ce
--- /dev/null
+++ b/x11-plugins/gkrellmoon/gkrellmoon-0.3.ebuild
@@ -0,0 +1,25 @@
+# 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/gkrellmoon/gkrellmoon-0.3.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A GKrellM plugin of the famous wmMoonClock dockapp"
+SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
+HOMEPAGE="http://gkrellmoon.sourceforge.net/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc sparc64"
+
+DEPEND=">=app-admin/gkrellm-1.0.6
+ =x11-libs/gtk+-1.2*
+ >=media-libs/imlib-1.9.10-r1"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ insinto /usr/lib/gkrellm/plugins
+ doins gkrellmoon.so
+ dodoc README AUTHORS COPYING
+}