diff options
author | 2022-08-28 19:24:05 +0200 | |
---|---|---|
committer | 2022-09-02 20:09:14 +0200 | |
commit | 18979e2fc17bc0a31c5781f85aea5ac429969a3a (patch) | |
tree | 72b34ef0d6de3210a18731f4b66062f56fc1d7f0 /dev-util/vmtouch | |
parent | sys-apps/dtc: drop 1.5.0, 1.5.0-r2, EAPI-6-- (diff) | |
download | gentoo-18979e2fc17bc0a31c5781f85aea5ac429969a3a.tar.gz gentoo-18979e2fc17bc0a31c5781f85aea5ac429969a3a.tar.bz2 gentoo-18979e2fc17bc0a31c5781f85aea5ac429969a3a.zip |
dev-util/vmtouch: drop 1.3.0, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/vmtouch')
-rw-r--r-- | dev-util/vmtouch/Manifest | 1 | ||||
-rw-r--r-- | dev-util/vmtouch/vmtouch-1.3.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-util/vmtouch/Manifest b/dev-util/vmtouch/Manifest index 0393566c68b6..d9383f3e6f03 100644 --- a/dev-util/vmtouch/Manifest +++ b/dev-util/vmtouch/Manifest @@ -1,2 +1 @@ -DIST vmtouch-1.3.0.tar.gz 18733 BLAKE2B 558561302f2fc4fd9ba940d766f999bbed0f471ca15b174900457aead0a5c61ff7ea40a0b71e2e471e1613af38d657367282cde21525aa0841cd595824c89d85 SHA512 ddb86b764dffea6c43a2dc5c48dc91fa862c104a2e5ee7beefb45815b60aba14d255936082593cec97534f7231d65f91f23b0cab3f985695af365c34341a8a19 DIST vmtouch-1.3.1.tar.gz 20311 BLAKE2B 5e54d4d82b6f666ed3077af5a75807f5d69c03a2f55b1f652a32ab373d668c427875cbed3a7b5d23bdfa37e9e65a0c7fe7bb08dd7b63b99927d5641064dd0f1d SHA512 77c4f55c003a03c06e894cc19fae651f4be85ab416d5ba64053580d6daa2ac59be59e8d4a93b243681ef7ead47fe7fb12b2efa3971af33af89c2ab39905ea854 diff --git a/dev-util/vmtouch/vmtouch-1.3.0.ebuild b/dev-util/vmtouch/vmtouch-1.3.0.ebuild deleted file mode 100644 index fa9794273df1..000000000000 --- a/dev-util/vmtouch/vmtouch-1.3.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control" -HOMEPAGE="https://hoytech.com/vmtouch/" -SRC_URI="https://github.com/hoytech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="" - -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 -} |