blob: 9db0acc0a30d21de05a37740f132d46decdd639b (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild,v 1.2 2006/06/12 17:28:39 wolf31o2 Exp $
inherit gnome2
DESCRIPTION="a puzzle game in which you have to build full molecules, from simple inorganic to extremely complex organic ones."
HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RDEPEND=">=x11-libs/pango-1.0.3
>=x11-libs/gtk+-2.6
>=dev-libs/glib-2.6
>=gnome-base/gconf-2.12
>=gnome-base/libglade-2.4
>=gnome-base/libgnome-2.12
>=gnome-base/libgnomeui-2.12
>=gnome-base/libbonoboui-2.0.0
>=gnome-base/libgnomecanvas-2.0.0
>=dev-libs/libxml2-2.4.23
dev-perl/XML-Parser"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.17"
DOCS="AUTHORS ChangeLog NEWS README"
|