diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-14 21:57:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-14 21:57:02 +0000 |
commit | bf7e6d36136a4803e1c940ca9f9b46a5ecbd84eb (patch) | |
tree | 8bd4e0c1215d38513687ea459053d300bb11f03c /x11-plugins/gkrellmoon | |
parent | new ebuild (diff) | |
download | gentoo-2-bf7e6d36136a4803e1c940ca9f9b46a5ecbd84eb.tar.gz gentoo-2-bf7e6d36136a4803e1c940ca9f9b46a5ecbd84eb.tar.bz2 gentoo-2-bf7e6d36136a4803e1c940ca9f9b46a5ecbd84eb.zip |
version bump
Diffstat (limited to 'x11-plugins/gkrellmoon')
-rw-r--r-- | x11-plugins/gkrellmoon/ChangeLog | 13 | ||||
-rw-r--r-- | x11-plugins/gkrellmoon/files/digest-gkrellmoon-0.6 | 1 | ||||
-rw-r--r-- | x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild | 26 |
3 files changed, 37 insertions, 3 deletions
diff --git a/x11-plugins/gkrellmoon/ChangeLog b/x11-plugins/gkrellmoon/ChangeLog index 95c6def31408..cddcb6d98741 100644 --- a/x11-plugins/gkrellmoon/ChangeLog +++ b/x11-plugins/gkrellmoon/ChangeLog @@ -1,11 +1,18 @@ # 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.6 2002/12/13 11:00:58 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmoon/ChangeLog,v 1.7 2002/12/14 21:57:02 seemant Exp $ + +*gkrellmoon-0.6 (14 Dec 2002) + + 14 Dec 2002; Seemant Kulleen <seemant@gentoo.org> gkrellmoon-0.6.ebuild + files/digest-gkrellmoon-0.6 : + + Cosmetic upstream fixes. Nothing major, so bumping to stable. - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *gkrellmoon-0.5 (10 Nov 2002) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + 10 Nov 2002; Seemant Kulleen <seemant@gentoo.org> gkrellmoon-0.5.ebuild files/digest-gkrellmoon-0.5.ebuild : diff --git a/x11-plugins/gkrellmoon/files/digest-gkrellmoon-0.6 b/x11-plugins/gkrellmoon/files/digest-gkrellmoon-0.6 new file mode 100644 index 000000000000..e563ffa035fd --- /dev/null +++ b/x11-plugins/gkrellmoon/files/digest-gkrellmoon-0.6 @@ -0,0 +1 @@ +MD5 0e30da51526d68cbce146ea2bdd9b685 gkrellmoon-0.6.tar.gz 55035 diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild new file mode 100644 index 000000000000..cbe75186d806 --- /dev/null +++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild,v 1.1 2002/12/14 21:57:02 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A GKrellM2 plugin of the famous wmMoonClock dockapp" +SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz" +HOMEPAGE="http://gkrellmoon.sourceforge.net/" + +DEPEND="=app-admin/gkrellm-2* + >=media-libs/imlib-1.9.10-r1" + +SLOT="2" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc ~alpha" + +src_compile() { + emake || die +} + +src_install () { + + insinto /usr/lib/gkrellm2/plugins + doins gkrellmoon.so + dodoc README AUTHORS COPYING ChangeLog +} |