blob: 4187b030d4f377015417a69f97e69dd9d7e26cb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/gitg/gitg-0.0.3.ebuild,v 1.1 2009/04/29 10:06:50 ikelos Exp $
inherit gnome2
DESCRIPTION="git repository viewer for GNOME"
HOMEPAGE="http://trac.novowork.com/gitg/"
SRC_URI="http://trac.novowork.com/gitg/raw-attachment/wiki/Releases/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
>=x11-libs/gtk+-2.12
>=x11-libs/gtksourceview-2.2
>=gnome-base/gconf-2.10
dev-util/git"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/pkgconfig-0.15
>=dev-util/intltool-0.35"
DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
G2CONF="${G2CONF} --disable-bundle"
}
|