]> Pileus Git - ~andy/sunrise/blob - sci-libs/grits/grits-9999.ebuild
sci-libs/grits: Bump to 0.8, update homepage, and test on amd64
[~andy/sunrise] / sci-libs / grits / grits-9999.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6 EGIT_REPO_URI="git://pileus.org/grits"
7 EGIT_BOOTSTRAP="gtkdocize && eautoreconf"
8
9 inherit autotools gnome2 git-2
10
11 DESCRIPTION="Virtual Globe library"
12 HOMEPAGE="http://pileus.org/grits"
13 SRC_URI=""
14
15 LICENSE="GPL-3"
16 SLOT="0"
17 KEYWORDS=""
18 IUSE="doc"
19
20 RDEPEND=">=net-libs/libsoup-2.26
21         >=dev-libs/glib-2.32
22         x11-libs/gtk+:2"
23
24 # gtk-doc-am needed to eautoreconf
25 DEPEND="${RDEPEND}
26         dev-util/gtk-doc-am
27         doc? ( dev-util/gtk-doc )"
28
29 DOCS="ChangeLog README TODO"