]> Pileus Git - ~andy/sunrise/blob - app-portage/overlay-utils/overlay-utils-0.3.1.ebuild
x11-themes/gtk-themes-h2o-gtk2: Add ~amd64 keyword
[~andy/sunrise] / app-portage / overlay-utils / overlay-utils-0.3.1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6
7 DESCRIPTION="Utilities for Gentoo repository and overlay development"
8 HOMEPAGE="http://overlays.gentoo.org/proj/sunrise/"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
13 IUSE=""
14
15 RDEPEND="app-portage/gentoolkit-dev
16         dev-vcs/git
17         >=sys-apps/portage-2.1"
18
19 S=${WORKDIR}
20
21 src_install() {
22         dobin "${FILESDIR}"/sunrise-commit
23 # manpage is outdated with move to git
24 #       doman "${FILESDIR}"/sunrise-commit.1
25 }