blob: 8c0a702473f1299adf0ba1efe2386a5bd6b08362 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games-extra-data/gnome-games-extra-data-2.8.0.ebuild,v 1.3 2004/10/15 16:04:47 eradicator Exp $
inherit gnome2
DESCRIPTION="Optional additional graphics for gnome- games"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc ~amd64"
IUSE=""
DEPEND=""
DOCS="AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README"
|