From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8262813824A for ; Sun, 8 May 2016 20:11:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F03DC21C093; Sun, 8 May 2016 20:11:39 +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 8835121C093 for ; Sun, 8 May 2016 20:11:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 99346340998 for ; Sun, 8 May 2016 20:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30C7986E for ; Sun, 8 May 2016 20:11:36 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1462737404.3a28c7644357446336873172efce08b0a351b631.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/memwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/memwatch/Manifest sys-process/memwatch/memwatch-0.2.1.ebuild X-VCS-Directories: sys-process/memwatch/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3a28c7644357446336873172efce08b0a351b631 X-VCS-Branch: master Date: Sun, 8 May 2016 20:11:36 +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: 3a586cb2-cd32-4f21-9425-74db1421ea9d X-Archives-Hash: 60f2c4282472a7621b20770047fbd345 commit: 3a28c7644357446336873172efce08b0a351b631 Author: Patrice Clement gentoo org> AuthorDate: Sun May 8 19:52:34 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun May 8 19:56:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a28c764 sys-process/memwatch: Version bump. Gentoo-Bug: https://bugs.gentoo.org/582412 Package-Manager: portage-2.2.26 sys-process/memwatch/Manifest | 1 + sys-process/memwatch/memwatch-0.2.1.ebuild | 32 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/sys-process/memwatch/Manifest b/sys-process/memwatch/Manifest index e751fbf..4017c41 100644 --- a/sys-process/memwatch/Manifest +++ b/sys-process/memwatch/Manifest @@ -1,2 +1,3 @@ DIST memwatch-0.1.0.tar.gz 6733 SHA256 72002e7d9c3a9053404710982bb782cfcdc20abe8b6c0fabdcb78d8a3a69ddb9 SHA512 9adcc65640fcbc252b15a48502ddd705e6f3b2bcf5e3cbd3ad61e640d6921af29f9fb5f086cb71e6badecda3d2f64e76b308d65b70a0d9b70dafb4f608f1f0f0 WHIRLPOOL 8d8fe7aa9cfeec42f012b6d2a34622776dd2d1b1e1900a754acca7990c4c1205db0bdf12709e643f8ddfaed7d1e3efe14c2075ef43e1ca955ddb504b26caf8f5 DIST memwatch-0.2.0.tar.gz 10278 SHA256 391159b4ec01c7d66dc81480d838a3ef2a7baa2781c007cce87a3c8fdb743b07 SHA512 f2b0f72258802877887d3c2367a04a42a9fcb1be72777a3744dc98fe78d4b1b7f5cf426b9355b1d3ccf5b2cd690c33885e557c8ceac4732d91c6fc3c61c2c1ca WHIRLPOOL fd0fa9a56131674cb4fe538eda10a58ef96c1a04bc4e116528bc62e7b4b15184d2335888696acf6ffc0b6b62f76a13b7bbf6b9b00748e6a30cc467c9c7b98f8b +DIST memwatch-0.2.1.tar.gz 10599 SHA256 ad810fcda56d36bd107333f0edbab41a76df9dde8b566364c1b0c5df5a0f24f6 SHA512 c30d802922b3241c2245c3762ce41ef6f495aa53feb74644f657898d5dcb2bd7464143a7f42c24865e0ac86e9450af1d66528a7519b2a1dba550c8175d3967c6 WHIRLPOOL fa5da8211d2b4a28e9951e58115a83f0fa2c63ac80a22580240545ceb4af2d15eff38f814fb0c336df526b36b0f98f05890af97d97fa5fe16239bce5ff5b587d diff --git a/sys-process/memwatch/memwatch-0.2.1.ebuild b/sys-process/memwatch/memwatch-0.2.1.ebuild new file mode 100644 index 0000000..cde6dc6 --- /dev/null +++ b/sys-process/memwatch/memwatch-0.2.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Interactive memory viewer" +HOMEPAGE="https://bitbucket.org/PascalRD/memwatch/" +SRC_URI="http://unixdev.ru/src/${P}.tar.gz" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="sys-libs/ncurses:0=" + +RDEPEND="${DEPEND}" + +src_configure() { + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile +} + +src_install() { + cmake-utils_src_install +}