Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vmtouch/
Date: Tue, 12 Feb 2019 02:16:08
Message-Id: 1549937760.5ccf4fece388767d437e0095d10cac2fd957b490.dlan@gentoo
1 commit: 5ccf4fece388767d437e0095d10cac2fd957b490
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 12 02:13:36 2019 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 12 02:16:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccf4fec
7
8 dev-util/vmtouch: drop old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-util/vmtouch/Manifest | 2 --
14 dev-util/vmtouch/vmtouch-1.0.2.ebuild | 30 ------------------------------
15 dev-util/vmtouch/vmtouch-1.2.0.ebuild | 28 ----------------------------
16 3 files changed, 60 deletions(-)
17
18 diff --git a/dev-util/vmtouch/Manifest b/dev-util/vmtouch/Manifest
19 index e4f5cb3968f..0393566c68b 100644
20 --- a/dev-util/vmtouch/Manifest
21 +++ b/dev-util/vmtouch/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST vmtouch-1.0.2.tar.gz 13404 BLAKE2B e144bd27afa3dcddc7de936ab723fde4b15d9f026218dd894b0b29a3bbe44604c585d78f4b69d677d6129e06ce07f39a38c4750c23ca95b3fe645d1813020ed1 SHA512 df0d8a1599c970540e70e050dab33327589f0dd64548640c7d44607c3ef3397c7b1d2184fe80195ec5cb9a73d7218d7fd1b2cda2cee227ce84a8c20e8874f489
24 -DIST vmtouch-1.2.0.tar.gz 15993 BLAKE2B 0a8db0e1515a080b7990e38dfafb3f9e26d95b9c489ee90d6de88102ef59ddd28e19e975073700f191e90735fd99a5c4d3b0c9ce73366d3951e2a2ef10827e3f SHA512 cc13688c1b8bee38495ed3b9295d0066e33f4242b6bb70c4547cb99c1403c15b71ae1c739a8f7dc718f760c40ff4e7ba3dd55691900b501305d9263797c3b5cd
25 DIST vmtouch-1.3.0.tar.gz 18733 BLAKE2B 558561302f2fc4fd9ba940d766f999bbed0f471ca15b174900457aead0a5c61ff7ea40a0b71e2e471e1613af38d657367282cde21525aa0841cd595824c89d85 SHA512 ddb86b764dffea6c43a2dc5c48dc91fa862c104a2e5ee7beefb45815b60aba14d255936082593cec97534f7231d65f91f23b0cab3f985695af365c34341a8a19
26 DIST vmtouch-1.3.1.tar.gz 20311 BLAKE2B 5e54d4d82b6f666ed3077af5a75807f5d69c03a2f55b1f652a32ab373d668c427875cbed3a7b5d23bdfa37e9e65a0c7fe7bb08dd7b63b99927d5641064dd0f1d SHA512 77c4f55c003a03c06e894cc19fae651f4be85ab416d5ba64053580d6daa2ac59be59e8d4a93b243681ef7ead47fe7fb12b2efa3971af33af89c2ab39905ea854
27
28 diff --git a/dev-util/vmtouch/vmtouch-1.0.2.ebuild b/dev-util/vmtouch/vmtouch-1.0.2.ebuild
29 deleted file mode 100644
30 index 9678761838e..00000000000
31 --- a/dev-util/vmtouch/vmtouch-1.0.2.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit toolchain-funcs
40 -
41 -DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control"
42 -HOMEPAGE="http://hoytech.com/vmtouch/"
43 -SRC_URI="https://github.com/hoytech/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 -IUSE=""
49 -
50 -DEPEND=""
51 -RDEPEND=""
52 -
53 -S="${WORKDIR}"/${PN}-${P}
54 -
55 -src_compile() {
56 - emake CC="$(tc-getCC)"
57 -}
58 -
59 -src_install() {
60 - local my_prefix="${ED}/usr"
61 - emake PREFIX="${my_prefix}" MANDIR="${my_prefix}/share/man/man8" install
62 - dodoc CHANGES README.md TODO
63 -}
64
65 diff --git a/dev-util/vmtouch/vmtouch-1.2.0.ebuild b/dev-util/vmtouch/vmtouch-1.2.0.ebuild
66 deleted file mode 100644
67 index e043a354abd..00000000000
68 --- a/dev-util/vmtouch/vmtouch-1.2.0.ebuild
69 +++ /dev/null
70 @@ -1,28 +0,0 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -inherit toolchain-funcs
77 -
78 -DESCRIPTION="Virtual Memory Toucher, portable file system cache diagnostics and control"
79 -HOMEPAGE="http://hoytech.com/vmtouch/"
80 -SRC_URI="https://github.com/hoytech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
81 -
82 -LICENSE="BSD"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
85 -IUSE=""
86 -
87 -DEPEND=""
88 -RDEPEND=""
89 -
90 -src_compile() {
91 - emake CC="$(tc-getCC)"
92 -}
93 -
94 -src_install() {
95 - local my_prefix="${ED}/usr"
96 - emake PREFIX="${my_prefix}" MANDIR="${my_prefix}/share/man/man8" install
97 - dodoc CHANGES README.md TODO
98 -}