blob: d71692e4e84662fa8eb649ef93595d697e92fea0 (
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.6 2004/10/17 19:34:41 liquidx Exp $
inherit gnome2
DESCRIPTION="Optional additional graphics for gnome- games"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~mips"
IUSE=""
DEPEND=""
DOCS="AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README"
|