blob: 046a8eb51c1fd77b11e6aae7a6438234ed3271d4 (
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.7 2004/10/22 09:50:23 gmsoft 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 ~hppa"
IUSE=""
DEPEND=""
DOCS="AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README"
|