summaryrefslogtreecommitdiff
blob: 566bad634a334d19a54f770affa99f22ec0eb5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="A better repoman!"
HOMEPAGE="http://projects.eroyf.org/reprehendo/"
SRC_URI="http://projects.eroyf.org/${PN}/${P}.tar.bz2"

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

DEPEND=">=sys-apps/paludis-0.26"
RDEPEND="${DEPEND}"

src_install(){
	make install DESTDIR="${D}"
}