blob: 402cef2fe56117f17bfd94d01607e1c234b1cc60 (
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
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.4.0.ebuild,v 1.8 2003/11/15 03:16:53 agriffis Exp $
inherit gnome2
DESCRIPTION="Collection of games for the GNOME desktop"
HOMEPAGE="http://www.gnome.org/"
IUSE=""
SLOT="0"
KEYWORDS="x86 ppc alpha sparc ~hppa amd64 ia64"
LICENSE="GPL-2"
RDEPEND=">=app-text/scrollkeeper-0.3.8
>=gnome-base/gconf-2.0
>=gnome-base/gnome-vfs-2
>=gnome-base/libgnome-2
>=gnome-base/libgnomeui-2"
DEPEND=">=dev-util/pkgconfig-0.12.0
>=dev-util/intltool-0.22
>=sys-devel/gettext-0.10.40
${RDEPEND}"
# FIXME
DOCS="AUTHORS COPYING COPYING-DOCS ChangeLog HACKING INSTALL MAINTAINERS NEWS README TODO"
src_install() {
gnome2_src_install
for BLERHG in aisleriot blackjack glines gnect gnibbles gnobots2 gnome-stones gnometris gnomine gnotravex gnotski gtali iagno mahjongg same-gnome ; do
docinto ${BLERHG}
dodoc ${BLERHG}/[AUTHORS,ChangeLog,TODO,NEWS,README,COPYING]
done
}
|