| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.6.4.ebuild,v 1.8 2012/07/15 16:49:42 armin76 Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
GCONF_DEBUG="no"
|
| 7 |
GNOME2_LA_PUNT="yes"
|
| 8 |
|
| 9 |
inherit gnome2 multilib
|
| 10 |
|
| 11 |
DESCRIPTION="GObject-based interfaces and classes for commonly used data structures."
|
| 12 |
HOMEPAGE="http://live.gnome.org/Libgee"
|
| 13 |
|
| 14 |
LICENSE="LGPL-2.1+"
|
| 15 |
SLOT="0"
|
| 16 |
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-linux"
|
| 17 |
IUSE="+introspection"
|
| 18 |
|
| 19 |
RDEPEND=">=dev-libs/glib-2.12:2
|
| 20 |
introspection? ( >=dev-libs/gobject-introspection-0.9.6 )"
|
| 21 |
DEPEND="${RDEPEND}
|
| 22 |
virtual/pkgconfig"
|
| 23 |
|
| 24 |
pkg_setup() {
|
| 25 |
DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
|
| 26 |
G2CONF="${G2CONF} $(use_enable introspection)"
|
| 27 |
}
|