dev-cpp/pangomm: stable 2.42.1 for hppa, bug #717144
[gentoo.git] / dev-util / linklint / linklint-2.3.5.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="A Perl program that checks links on web sites"
7 HOMEPAGE="http://www.linklint.org/"
8 SRC_URI="http://www.linklint.org/download/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
13 IUSE=""
14
15 DEPEND=""
16 RDEPEND="dev-lang/perl"
17
18 src_install() {
19         newbin ${P} ${PN}
20         dodoc INSTALL.unix INSTALL.windows READ_ME.txt CHANGES.txt
21         dohtml -r doc/*
22 }