summaryrefslogtreecommitdiff
blob: 6a534ea6ead323797149f96a24a4cac9ce38a561 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="${PN} - GPE Palmtop Environment"
HOMEPAGE="http://linuxtogo.org/gowiki/GPERoadmap"
LICENSE="GPL-2"
SLOT="0"
SRC_URI=""
KEYWORDS="~arm ~amd64 ~x86"
IUSE="+games +media +net +pim +utils +xsession"
IUSE="${IUSE} bluetooth irda"
EAPI=2

GPE_BASE="
	dev-libs/glib
	x11-libs/libmatchbox
	x11-wm/matchbox-window-manager
	x11-wm/matchbox-panel
	x11-wm/matchbox-desktop
	>=gpe-base/gpe-conf-0.2.6
	>=gpe-base/gpe-login-0.90
	>=gpe-base/gpe-su-0.19
	>=gpe-xsession/gpe-dm-0.51
"

GPE_NET="
	>=gpe-net/gpe-shield-0.9
	>=gpe-net/gpe-irc-0.08
"
#gpe-net/gpe-mini-browser #USES DEPRECATED STUFF

GPE_PIM="
	>=gpe-pim/gpe-calendar-0.91
	>=gpe-pim/gpe-contacts-0.47
	>=gpe-pim/gpe-todo-0.56
	>=gpe-pim/gpe-announce-0.13
	>=gpe-pim/gpe-timesheet-0.32
	>=gpe-pim/gpe-sketchbook-0.2.9
"

GPE_GAMES="
	>=gpe-games/gpe-go-0.05
	>=gpe-games/gpe-lights-0.13
	>=gpe-games/gpe-othello-0.2
	>=gpe-games/gpe-tetris-0.6
	>=gpe-games/gsoko-0.4.2
	>=gpe-games/xdemineur-2.1.1
	>=gpe-games/gpe-julia-0.0.6
"

GPE_UTILS="
	>=gpe-utils/gpe-filemanager-0.30
	>=gpe-utils/gpe-buttonbox-0.5
	bluetooth? ( dev-libs/openobex[bluetooth] >=gpe-utils/gpe-bluetooth-0.55 )
	irda? ( dev-libs/openobex[irda] >=gpe-utils/gpe-beam-0.2.9 )
	>=gpe-utils/gpe-clock-0.25
	>=gpe-utils/gpe-what-0.5
	>=gpe-utils/minilite-0.50
	>=gpe-utils/gpe-mininet-0.7
	>=gpe-utils/startup-monitor-0.18.2
	>=gpe-utils/gpe-synctool-0.2
	>=gpe-utils/gpesyncd-2.0
	>=gpe-utils/gpe-taskmanager-0.20
	>=gpe-utils/gpe-edit-0.40
	>=gpe-utils/gpe-plucker-0.4
	>=gpe-utils/gpe-ownerinfo-0.28
"
#gpe-utils/gpe-terminal #REAL MIA NO SOURCES
#gpe-utils/gpe-helpviewer #REAL MIA NO SOURCES

GPE_MEDIA="
	>=gpe-media/starling-0.2
	>=gpe-media/gpe-mixer-0.42
	>=gpe-media/minimix-0.9
"
# gpe-media/vlc-gpe #REAL MIA, NO SOURCES

# THIS WILL BE DEPRECATED IN THE FUTURE
# MOVE PACKAGES TO OTHER CATS.
GPE_XSESSION="
	>=gpe-xsession/gpe-session-scripts-0.67
	>=gpe-xsession/gpe-scap-1.3
	>=gpe-xsession/keylaunch-2.0.10
	>=gpe-xsession/teleport-0.34
	>=gpe-xsession/xst-0.15
	>=gpe-xsession/gpe-soundserver-0.4.1
"

RDEPEND="${GPE_BASE}
	games? ( ${GPE_GAMES} )
	media? ( ${GPE_MEDIA} )
	net? ( ${GPE_NET} )
	pim? ( ${GPE_PIM} )
	utils? ( ${GPE_UTILS} )
	xsession? ( ${GPE_XSESSION} )
"
DEPEND="$RDEPEND"