1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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-base/libgdu/Attic/libgdu-3.0.2.ebuild,v 1.6 2012/10/04 14:53:17 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgdu/Attic/libgdu-3.0.2.ebuild,v 1.7 2012/10/06 09:22:36 maekke Exp $ |
4 | |
4 | |
5 | EAPI="4" |
5 | EAPI="4" |
6 | GCONF_DEBUG="no" |
6 | GCONF_DEBUG="no" |
7 | GNOME2_LA_PUNT="yes" |
7 | GNOME2_LA_PUNT="yes" |
8 | GNOME_ORG_MODULE="gnome-disk-utility" |
8 | GNOME_ORG_MODULE="gnome-disk-utility" |
… | |
… | |
13 | HOMEPAGE="http://git.gnome.org/browse/gnome-disk-utility" |
13 | HOMEPAGE="http://git.gnome.org/browse/gnome-disk-utility" |
14 | |
14 | |
15 | LICENSE="LGPL-2.1" |
15 | LICENSE="LGPL-2.1" |
16 | SLOT="0" |
16 | SLOT="0" |
17 | IUSE="avahi doc gnome-keyring" |
17 | IUSE="avahi doc gnome-keyring" |
18 | KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86" |
18 | KEYWORDS="~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86" |
19 | |
19 | |
20 | CDEPEND=" |
20 | CDEPEND=" |
21 | >=dev-libs/glib-2.22:2 |
21 | >=dev-libs/glib-2.22:2 |
22 | >=dev-libs/dbus-glib-0.74 |
22 | >=dev-libs/dbus-glib-0.74 |
23 | >=x11-libs/gtk+-2.90.7:3 |
23 | >=x11-libs/gtk+-2.90.7:3 |