Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vmtouch/
Date: Fri, 02 Sep 2022 18:10:27
Message-Id: 1662142154.18979e2fc17bc0a31c5781f85aea5ac429969a3a.asturm@gentoo
1 commit: 18979e2fc17bc0a31c5781f85aea5ac429969a3a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 17:24:05 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 18:09:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18979e2f
7
8 dev-util/vmtouch: drop 1.3.0, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-util/vmtouch/Manifest | 1 -
13 dev-util/vmtouch/vmtouch-1.3.0.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-util/vmtouch/Manifest b/dev-util/vmtouch/Manifest
17 index 0393566c68b6..d9383f3e6f03 100644
18 --- a/dev-util/vmtouch/Manifest
19 +++ b/dev-util/vmtouch/Manifest
20 @@ -1,2 +1 @@
21 -DIST vmtouch-1.3.0.tar.gz 18733 BLAKE2B 558561302f2fc4fd9ba940d766f999bbed0f471ca15b174900457aead0a5c61ff7ea40a0b71e2e471e1613af38d657367282cde21525aa0841cd595824c89d85 SHA512 ddb86b764dffea6c43a2dc5c48dc91fa862c104a2e5ee7beefb45815b60aba14d255936082593cec97534f7231d65f91f23b0cab3f985695af365c34341a8a19
22 DIST vmtouch-1.3.1.tar.gz 20311 BLAKE2B 5e54d4d82b6f666ed3077af5a75807f5d69c03a2f55b1f652a32ab373d668c427875cbed3a7b5d23bdfa37e9e65a0c7fe7bb08dd7b63b99927d5641064dd0f1d SHA512 77c4f55c003a03c06e894cc19fae651f4be85ab416d5ba64053580d6daa2ac59be59e8d4a93b243681ef7ead47fe7fb12b2efa3971af33af89c2ab39905ea854
23
24 diff --git a/dev-util/vmtouch/vmtouch-1.3.0.ebuild b/dev-util/vmtouch/vmtouch-1.3.0.ebuild
25 deleted file mode 100644
26 index fa9794273df1..000000000000
27 --- a/dev-util/vmtouch/vmtouch-1.3.0.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit toolchain-funcs
36 -
37 -DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control"
38 -HOMEPAGE="https://hoytech.com/vmtouch/"
39 -SRC_URI="https://github.com/hoytech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
44 -IUSE=""
45 -
46 -DEPEND=""
47 -RDEPEND=""
48 -
49 -src_compile() {
50 - emake CC="$(tc-getCC)"
51 -}
52 -
53 -src_install() {
54 - local my_prefix="${ED}/usr"
55 - emake PREFIX="${my_prefix}" MANDIR="${my_prefix}/share/man/man8" install
56 - dodoc CHANGES README.md TODO
57 -}