]> Pileus Git - ~andy/sunrise/blob - app-portage/overlay-utils/overlay-utils-0.2.1.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update headers for 2010
[~andy/sunrise] / app-portage / overlay-utils / overlay-utils-0.2.1.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="2"
6
7 DESCRIPTION="Utilities for Gentoo repository and overlay development"
8 HOMEPAGE="http://gentooexperimental.org/~shillelagh/"
9 SRC_URI="http://dev.gentooexperimental.org/~tommy/distfiles/${P}.tar.bz2"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
14 IUSE=""
15
16 RDEPEND="dev-util/subversion
17         >=sys-apps/portage-2.1"
18
19 src_install() {
20         dobin sunrise-commit echangelog-tng || die "dobin failed"
21         doman sunrise-commit.1 || die "doman failed"
22 }