]> Pileus Git - ~andy/sunrise/blob - app-portage/rep-rebuild/rep-rebuild-0.1_alpha3.ebuild
1031006af927acc0f8b05670e03fefebe434b94c
[~andy/sunrise] / app-portage / rep-rebuild / rep-rebuild-0.1_alpha3.ebuild
1 # Distributed under the terms of the GNU General Public License v2
2 # $Header: $
3
4 DESCRIPTION="A tool to rebuild SVN/CVS packages taking care of dependencies ordering"
5 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
6 HOMEPAGE="http://sourceforge.net/projects/rep-rebuild/"
7
8 LICENSE="LGPL-2"
9 KEYWORDS="~amd64 ~x86"
10 SLOT="0"
11 IUSE=""
12
13 RDEPEND="dev-perl/PortageXS
14         app-portage/gentoolkit
15         dev-lang/perl"
16 DEPEND=""
17
18 src_install() {
19         dobin bin/rep-rebuild || die
20         doman man/rep-rebuild.1
21         dodoc doc/{README,CREDITS}
22 }