Overlay/dev-libs/libgee/libgee-0.13.5.1.ebuild

33 lines
848 B
Bash
Raw Normal View History

2013-03-29 15:35:55 +04:00
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
2014-02-12 12:49:40 +04:00
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.13.0.ebuild,v 1.1 2013/12/23 23:00:03 eva Exp $
2013-03-29 15:35:55 +04:00
EAPI="5"
GCONF_DEBUG="no"
2014-02-12 12:49:40 +04:00
inherit gnome2
2013-03-29 15:35:55 +04:00
DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
2014-02-12 12:49:40 +04:00
HOMEPAGE="https://wiki.gnome.org/Libgee"
2013-03-29 15:35:55 +04:00
LICENSE="LGPL-2.1+"
SLOT="0.8"
2014-02-12 12:49:40 +04:00
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
2013-03-29 15:35:55 +04:00
IUSE="+introspection"
# FIXME: add doc support, requires valadoc
RDEPEND="
2014-02-12 12:49:40 +04:00
>=dev-libs/glib-2.36:2
introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
"
2013-03-29 15:35:55 +04:00
DEPEND="${RDEPEND}
virtual/pkgconfig
2014-02-12 12:49:40 +04:00
"
2013-03-29 15:35:55 +04:00
src_configure() {
DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
2014-02-12 12:49:40 +04:00
gnome2_src_configure \
$(use_enable introspection)
VALAC="$(type -P false)"
2013-03-29 15:35:55 +04:00
}