From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E67F139085 for ; Mon, 6 Feb 2017 06:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA143E0D2C; Mon, 6 Feb 2017 06:26:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9678CE0D2C for ; Mon, 6 Feb 2017 06:26:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DEC6341669 for ; Mon, 6 Feb 2017 06:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9F683A86 for ; Mon, 6 Feb 2017 06:26:18 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1486362376.6eefa78d5b87b6addb3610ef6357593af0432cbb.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vmtouch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vmtouch/Manifest dev-util/vmtouch/vmtouch-1.2.0.ebuild X-VCS-Directories: dev-util/vmtouch/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 6eefa78d5b87b6addb3610ef6357593af0432cbb X-VCS-Branch: master Date: Mon, 6 Feb 2017 06:26:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d84ec6d9-6e46-4834-812a-e06c319272d7 X-Archives-Hash: c6487c8db25c9d2844320e21efacee50 commit: 6eefa78d5b87b6addb3610ef6357593af0432cbb Author: Yixun Lan gentoo org> AuthorDate: Mon Feb 6 06:25:05 2017 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Feb 6 06:26:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eefa78d dev-util/vmtouch: version bump 1.2.0 Gentoo-Bug: 607098 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/vmtouch/Manifest | 1 + dev-util/vmtouch/vmtouch-1.2.0.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-util/vmtouch/Manifest b/dev-util/vmtouch/Manifest index ac26980..21ed08f 100644 --- a/dev-util/vmtouch/Manifest +++ b/dev-util/vmtouch/Manifest @@ -1 +1,2 @@ DIST vmtouch-1.0.2.tar.gz 13404 SHA256 48d41e5b805a0fcac46c12feeb4650e4b9def44b75d528d7c66c2f8b3a747c39 SHA512 df0d8a1599c970540e70e050dab33327589f0dd64548640c7d44607c3ef3397c7b1d2184fe80195ec5cb9a73d7218d7fd1b2cda2cee227ce84a8c20e8874f489 WHIRLPOOL 903813783d93395b637b565a887b8d0d3d5d3b7d548d9a98d49c1ab9bfc82322a495c771937cc7688561de30d0ec2aca6edb6d599508c440bd963547b78915b9 +DIST vmtouch-1.2.0.tar.gz 15993 SHA256 154034dec5ef550dcb7ff5a359ee1b7a9421f586f47237e3bc2617efa148b5fd SHA512 cc13688c1b8bee38495ed3b9295d0066e33f4242b6bb70c4547cb99c1403c15b71ae1c739a8f7dc718f760c40ff4e7ba3dd55691900b501305d9263797c3b5cd WHIRLPOOL 237243ccd97774896fe5178e4535bb09efa0a3369a3d337350d228d44415b348ff51a6f7d57f08ee5f6ee0f32c38f3eba99f2696081dcff5db817396deb0fb78 diff --git a/dev-util/vmtouch/vmtouch-1.2.0.ebuild b/dev-util/vmtouch/vmtouch-1.2.0.ebuild new file mode 100644 index 00000000..fdf230f --- /dev/null +++ b/dev-util/vmtouch/vmtouch-1.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +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/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~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 +}