]> Pileus Git - ~andy/sunrise/blob - www-misc/reflector/reflector-2011.01.24.2.ebuild
net-analyzer/icinga: moved the space withing the quotes on the if use plugins content
[~andy/sunrise] / www-misc / reflector / reflector-2011.01.24.2.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=2
6
7 DESCRIPTION="archlinux's take on mirrorselect"
8 HOMEPAGE="http://xyne.archlinux.ca/projects/reflector/"
9 SRC_URI="http://xyne.archlinux.ca/src/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64"
14 IUSE=""
15
16 RDEPEND="dev-lang/perl
17         dev-perl/perl-xyne-arch"
18
19 S=${WORKDIR}/${PN}
20
21 src_install() {
22         dobin ${PN} || die
23
24         doman man/* || die
25 }