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

EAPI=4

DESCRIPTION="Utilities for Gentoo repository and overlay development"
HOMEPAGE="http://overlays.gentoo.org/proj/sunrise/"

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

RDEPEND="app-portage/gentoolkit-dev
	dev-vcs/git
	>=sys-apps/portage-2.1"

S=${WORKDIR}

src_install() {
	dobin "${FILESDIR}"/sunrise-commit
# manpage is outdated with move to git
#	doman "${FILESDIR}"/sunrise-commit.1
}