Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 103467 | Differences between
and this patch

Collapse All | Expand All

(-)sys-apps/memtester/memtester-4.0.3.ebuild (-4 / +4 lines)
Lines 4-12 Link Here
4
4
5
inherit fixheadtails toolchain-funcs
5
inherit fixheadtails toolchain-funcs
6
6
7
DESCRIPTION="Memory testing utility"
7
DESCRIPTION="A userspace utility for testing the memory subsystem for faults"
8
HOMEPAGE="http://www.qcc.sk.ca/~charlesc/software/memtester/"
8
HOMEPAGE="http://pyropus.ca/software/memtester/"
9
SRC_URI="http://www.qcc.sk.ca/~charlesc/software/memtester/${P}.tar.gz"
9
SRC_URI="${HOMEPAGE}/${P}.tar.gz"
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
Lines 29-33 Link Here
29
src_install() {
29
src_install() {
30
	dosbin memtester || die "dosbin failed"
30
	dosbin memtester || die "dosbin failed"
31
	doman memtester.8
31
	doman memtester.8
32
	dodoc BUGS CHANGELOG README README.tests
32
	dodoc BUGS COPYING CHANGELOG README*
33
}
33
}

Return to bug 103467