summaryrefslogtreecommitdiff
blob: a224e2d958e0acc6f73948376e23f7dc7581e628 (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit autotools gnome2 git

EGIT_REPO_URI="git://git.gnome.org/gjs"

DESCRIPTION="Gnome GJS"
HOMEPAGE="http://live.gnome.org/gjs"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND="net-libs/xulrunner"
DEPEND="${RDEPEND}"

S=${WORKDIR}/trunk

src_unpack() {
	git_src_unpack
	cd ${S}
	eautoreconf
}