blob: 96f55e6393ea1b8563f028aee37ed0afb2df6bdd (
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
|
# Copyright 1999-2006 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.11 2006/10/27 00:09:56 flameeyes 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/gkrellmoon
x11-plugins/gkrellmouse
x11-plugins/gkrellmwho
!sparc? ( x11-plugins/gkrellmwireless )
x11-plugins/gkrellshoot
x11-plugins/gkrellweather
gnome? ( x11-plugins/gkrellm-gnome )"
|