summaryrefslogtreecommitdiff
path: root/dev-util/vmtouch/vmtouch-1.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/vmtouch/vmtouch-1.0.2.ebuild')
-rw-r--r--dev-util/vmtouch/vmtouch-1.0.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/vmtouch/vmtouch-1.0.2.ebuild b/dev-util/vmtouch/vmtouch-1.0.2.ebuild
deleted file mode 100644
index 9678761838e0..000000000000
--- a/dev-util/vmtouch/vmtouch-1.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control"
-HOMEPAGE="http://hoytech.com/vmtouch/"
-SRC_URI="https://github.com/hoytech/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}"/${PN}-${P}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- local my_prefix="${ED}/usr"
- emake PREFIX="${my_prefix}" MANDIR="${my_prefix}/share/man/man8" install
- dodoc CHANGES README.md TODO
-}