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/gkrellm-plugins | |
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/gkrellm-plugins')
3 files changed, 50 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-plugins/ChangeLog b/x11-plugins/gkrellm-plugins/ChangeLog new file mode 100644 index 000000000000..52c27d75c6fa --- /dev/null +++ b/x11-plugins/gkrellm-plugins/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for x11-plugins/gkrellm-plugins +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-plugins/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $ + +*gkrellm-plugins-1.2.11-r1 (16 Jun 2002) + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * : + + Relocated to x11-plugins + + 16 Jun 2002; Ben Lutgens <lamer@gentoo.org> ChangeLog : + + Added gkrellshoot and gkrellmweather + +*gkrellm-plugins-1.2.11 (10 Jun 2002) + + 10 Jun 2002; Ben Lutgens <lamer@gentoo.org> gkrellm-plugins-1.2.11: A + rollup package of all gkrellm-plugins in portage. If you add any gkrellm + plugins, make sure to add an entry to the DEPEND for your addition. Also + keep the revision number the same as the gkrellm package number. Some + plugins will only work with certain versions of gkrellm. diff --git a/x11-plugins/gkrellm-plugins/files/digest-gkrellm-plugins-1.2.11-r1 b/x11-plugins/gkrellm-plugins/files/digest-gkrellm-plugins-1.2.11-r1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/x11-plugins/gkrellm-plugins/files/digest-gkrellm-plugins-1.2.11-r1 diff --git a/x11-plugins/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild b/x11-plugins/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild new file mode 100644 index 000000000000..ea4f6a9a2136 --- /dev/null +++ b/x11-plugins/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild @@ -0,0 +1,29 @@ +# 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/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $ + +S=${WORKDIR}/${P//gkrellm-} +DESCRIPTION="emerge this package to install all of the gkrellm plugins" +HOMEPAGE="http://www.gkrellm.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc sparc64" + +DEPEND=">=app-admin/gkrellm-1.2.11 + >=x11-plugins/gkrellm-bfm-0.5.1 + >=x11-plugins/gkrellm-console-0.1 + >=x11-plugins/gkrellm-mailwatch-0.7.2 + >=x11-plugins/gkrellm-radio-0.3.3 + >=x11-plugins/gkrellm-reminder-0.3.5 + >=x11-plugins/gkrellm-volume-0.8 + >=x11-plugins/gkrellmitime-0.4 + >=x11-plugins/gkrellmlaunch-0.3 + >=x11-plugins/gkrellmms-0.5.6 + >=x11-plugins/gkrellmoon-0.3 + >=x11-plugins/gkrellmouse-0.0.2 + >=x11-plugins/gkrellmwho-0.4 + >=x11-plugins/gkrellmwireless-0.2.2 + >=x11-plugins/gkrellshoot-0.3.11 + >=x11-plugins/gkrellweather-0.2.7-r2 + gnome? ( >=x11-plugins/gkrellm-gnome-0.1 )" |