summaryrefslogtreecommitdiff
blob: 8a850402f3b123b7906420672d247696b2fa28b2 (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
32
33
34
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
inherit autotools-utils

#if LIVE
EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
	http://github.com/mgorny/${PN}.git"
inherit autotools git-2
#endif

DESCRIPTION="A repository commit helper"
HOMEPAGE="https://github.com/mgorny/sunrise-commit/"
SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-portage/gentoolkit-dev
	sys-apps/portage"
#if LIVE

KEYWORDS=
SRC_URI=

src_prepare() {
	autotools-utils_src_prepare
	eautoreconf
}
#endif