blob: c0b1662ceccce93aef38d03f9cc292689805a882 (
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
30
31
|
# Copyright 1999-2004 Gentoo Foundation
# 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.9 2004/06/24 22:56:59 agriffis Exp $
IUSE="gnome"
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 "
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 )"
|