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

ECVS_SERVER="rep-rebuild.cvs.sourceforge.net:/cvsroot/rep-rebuild"
ECVS_MODULE=${PN}
ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
inherit cvs

DESCRIPTION="A tool to rebuild SVN/CVS packages taking care of dependencies ordering"
HOMEPAGE="http://sourceforge.net/projects/rep-rebuild/"

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

RDEPEND="dev-perl/PortageXS
	app-portage/gentoolkit
	dev-lang/perl"
DEPEND=""

S="${WORKDIR}/${ECVS_MODULE}"

src_install() {
	dobin bin/rep-rebuild || die "dobin failed"
	doman man/rep-rebuild.1
	dodoc doc/{README,CREDITS}
}