diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-16 20:59:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-16 20:59:22 +0000 |
commit | f98e57880957a7572afc51aeecdf1777e224d1fb (patch) | |
tree | 200825eabaa7d530a6cfea2f5406f8edb772b4fc /x11-plugins/gkrellm-alltraxclock | |
parent | moved alltraxclock to gkrellm-alltraxclock and into x11-plugins instead (diff) | |
download | gentoo-2-f98e57880957a7572afc51aeecdf1777e224d1fb.tar.gz gentoo-2-f98e57880957a7572afc51aeecdf1777e224d1fb.tar.bz2 gentoo-2-f98e57880957a7572afc51aeecdf1777e224d1fb.zip |
moved from x11-misc and renamed to gkrellm-alltraxclock
Diffstat (limited to 'x11-plugins/gkrellm-alltraxclock')
-rw-r--r-- | x11-plugins/gkrellm-alltraxclock/ChangeLog | 18 | ||||
-rw-r--r-- | x11-plugins/gkrellm-alltraxclock/gkrellm-alltraxclock-0.2.ebuild | 25 |
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 +} |