diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 01:49:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 01:49:27 +0000 |
commit | f2e174785b68976ed0c6fcbcadf06854456df7a5 (patch) | |
tree | 219a53aefef7f6ed0512986779de0b473e46757a /x11-plugins/gkrellmitime | |
parent | removed gkrellkam (diff) | |
download | gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.tar.gz gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.tar.bz2 gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.zip |
moved to x11-plugins
Diffstat (limited to 'x11-plugins/gkrellmitime')
-rw-r--r-- | x11-plugins/gkrellmitime/ChangeLog | 17 | ||||
-rw-r--r-- | x11-plugins/gkrellmitime/files/digest-gkrellmitime-0.4 | 1 | ||||
-rw-r--r-- | x11-plugins/gkrellmitime/gkrellmitime-0.4.ebuild | 24 |
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/gkrellmitime/ChangeLog b/x11-plugins/gkrellmitime/ChangeLog new file mode 100644 index 000000000000..956a5e9462c4 --- /dev/null +++ b/x11-plugins/gkrellmitime/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for x11-plugins/gkrellmitime +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmitime/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $ + +*gkrellmitime-0.4 (1 Feb 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 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/gkrellmitime/files/digest-gkrellmitime-0.4 b/x11-plugins/gkrellmitime/files/digest-gkrellmitime-0.4 new file mode 100644 index 000000000000..d0d29717236c --- /dev/null +++ b/x11-plugins/gkrellmitime/files/digest-gkrellmitime-0.4 @@ -0,0 +1 @@ +MD5 9ffe204e759ffcaee85779406fff4ec0 gkrellmitime-0.4.tar.gz 17146 diff --git a/x11-plugins/gkrellmitime/gkrellmitime-0.4.ebuild b/x11-plugins/gkrellmitime/gkrellmitime-0.4.ebuild new file mode 100644 index 000000000000..c82c2aaf4d54 --- /dev/null +++ b/x11-plugins/gkrellmitime/gkrellmitime-0.4.ebuild @@ -0,0 +1,24 @@ +# 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/gkrellmitime/gkrellmitime-0.4.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Internet Time plugin for Gkrellm" +SRC_URI="http://eric.bianchi.free.fr/gkrellm/${P}.tar.gz" + +HOMEPAGE="http://eric.bianchi.free.fr/gkrellm/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc sparc64" + +DEPEND=">=app-admin/gkrellm-1.2.4" + +src_compile() { + emake || die +} + +src_install () { + insinto /usr/lib/gkrellm/plugins + doins gkrellm_itime.so + dodoc README ChangeLog COPYING +} |