diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-05 08:51:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-05 08:51:16 +0000 |
commit | 159d5ec645439bced130873ac8d567916943c32d (patch) | |
tree | 78ef6d27bfa07e6c64311a76098267f42c96447a /sys-apps/memtester | |
parent | Require 32bit emul libs to include pulseaudio support when wine is including ... (diff) | |
download | historical-159d5ec645439bced130873ac8d567916943c32d.tar.gz historical-159d5ec645439bced130873ac8d567916943c32d.tar.bz2 historical-159d5ec645439bced130873ac8d567916943c32d.zip |
old
Diffstat (limited to 'sys-apps/memtester')
-rw-r--r-- | sys-apps/memtester/memtester-4.0.7.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-apps/memtester/memtester-4.0.7.ebuild b/sys-apps/memtester/memtester-4.0.7.ebuild deleted file mode 100644 index 3dbbe2cd970c..000000000000 --- a/sys-apps/memtester/memtester-4.0.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtester/memtester-4.0.7.ebuild,v 1.7 2010/03/29 19:02:55 armin76 Exp $ - -inherit fixheadtails toolchain-funcs - -DESCRIPTION="userspace utility for testing the memory subsystem for faults" -HOMEPAGE="http://pyropus.ca/software/memtester/" -SRC_URI="http://pyropus.ca/software/memtester/${P}.tar.gz - http://pyropus.ca/software/memtester/old-versions/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - echo "$(tc-getCC) ${CFLAGS} -DPOSIX -c" > conf-cc - echo "$(tc-getCC) ${LDFLAGS}" > conf-ld - ht_fix_file Makefile -} - -src_install() { - dosbin memtester || die "dosbin failed" - doman memtester.8 - dodoc BUGS CHANGELOG README README.tests -} |