blob: 705d31d29636a847f46c066fa598db1fa773e44f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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-plugins/gkrellm-plugins-1.2.11-r1.ebuild,v 1.3 2002/10/04 06:44:57 vapier 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*
x11-plugins/gkrellm-bfm
x11-plugins/gkrellm-console
x11-plugins/gkrellm-mailwatch
x11-plugins/gkrellm-radio
x11-plugins/gkrellm-reminder
x11-plugins/gkrellm-volume
x11-plugins/gkrellmitime
x11-plugins/gkrellmlaunch
x11-plugins/gkrellmms
x11-plugins/gkrellmoon
x11-plugins/gkrellmouse
x11-plugins/gkrellmwho
x11-plugins/gkrellmwireless
x11-plugins/gkrellshoot
x11-plugins/gkrellweather
gnome? ( x11-plugins/gkrellm-gnome )"
|