| 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.8.2.ebuild,v 1.1 2012/11/21 23:27:46 eva Exp $ |
| 4 |
|
| 5 |
EAPI="5" |
| 6 |
GCONF_DEBUG="no" |
| 7 |
VALA_MIN_API_VERSION="0.18" |
| 8 |
|
| 9 |
inherit gnome2 multilib vala |
| 10 |
|
| 11 |
DESCRIPTION="GObject-based interfaces and classes for commonly used data structures" |
| 12 |
HOMEPAGE="https://live.gnome.org/Libgee" |
| 13 |
|
| 14 |
LICENSE="LGPL-2.1+" |
| 15 |
SLOT="0.8" |
| 16 |
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux" |
| 17 |
IUSE="+introspection" |
| 18 |
|
| 19 |
# FIXME: add doc support, requires valadoc |
| 20 |
RDEPEND=" |
| 21 |
>=dev-libs/glib-2.12:2 |
| 22 |
introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )" |
| 23 |
DEPEND="${RDEPEND} |
| 24 |
virtual/pkgconfig |
| 25 |
$(vala_depend)" |
| 26 |
|
| 27 |
src_configure() { |
| 28 |
DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" |
| 29 |
G2CONF+=" $(use_enable introspection)" |
| 30 |
gnome2_src_configure |
| 31 |
} |