| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/Attic/gnome-games-3.0.2.ebuild,v 1.1 2011/08/19 12:51:19 nirbheek Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/Attic/gnome-games-3.0.2.ebuild,v 1.2 2011/08/23 15:40:15 nirbheek Exp $ |
| 4 | |
4 | |
| 5 | EAPI="3" |
5 | EAPI="3" |
| 6 | GCONF_DEBUG="no" |
6 | GCONF_DEBUG="no" |
| 7 | GNOME2_LA_PUNT="yes" |
7 | GNOME2_LA_PUNT="yes" |
| 8 | WANT_AUTOMAKE="1.11" |
8 | WANT_AUTOMAKE="1.11" |
| … | |
… | |
| 52 | >=gnome-base/librsvg-2.32 |
52 | >=gnome-base/librsvg-2.32 |
| 53 | virtual/opengl |
53 | virtual/opengl |
| 54 | x11-libs/libX11 )" |
54 | x11-libs/libX11 )" |
| 55 | RDEPEND="${COMMON_DEPEND} |
55 | RDEPEND="${COMMON_DEPEND} |
| 56 | sudoku? ( |
56 | sudoku? ( |
| 57 | dev-libs/glib:2[introspection] |
57 | dev-libs/glib:2 |
| 58 | dev-python/pygobject:2[introspection] |
58 | dev-python/pygobject:2[introspection] |
| 59 | dev-python/pycairo |
59 | dev-python/pycairo |
| 60 | x11-libs/gdk-pixbuf:2[introspection] |
60 | x11-libs/gdk-pixbuf:2[introspection] |
| 61 | x11-libs/pango[introspection] ) |
61 | x11-libs/pango[introspection] ) |
| 62 | >=x11-libs/gtk+-3.0.0:3[introspection] |
62 | >=x11-libs/gtk+-3.0.0:3[introspection] |