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 98E6D138331 for ; Tue, 6 Feb 2018 19:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 785A1E094A; Tue, 6 Feb 2018 19:43:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55A57E094A for ; Tue, 6 Feb 2018 19:43:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0335B335C31 for ; Tue, 6 Feb 2018 19:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55BED1E1 for ; Tue, 6 Feb 2018 19:43:05 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1517946166.543b5ea6264543d34e8ea5ebc553e79012fa3c7e.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dstat/dstat-0.7.3.ebuild X-VCS-Directories: sys-apps/dstat/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 543b5ea6264543d34e8ea5ebc553e79012fa3c7e X-VCS-Branch: master Date: Tue, 6 Feb 2018 19:43:05 +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: 785aaa9f-f297-41fd-baaf-33dec0901bcb X-Archives-Hash: 63d8d933d6aea40c75126240ca440331 commit: 543b5ea6264543d34e8ea5ebc553e79012fa3c7e Author: Benda Xu gentoo org> AuthorDate: Tue Feb 6 19:27:49 2018 +0000 Commit: Benda XU gentoo org> CommitDate: Tue Feb 6 19:42:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543b5ea6 sys-apps/dstat: support Prefix again. Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/dstat/dstat-0.7.3.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild index 38eec6ece2d..04847b0ef79 100644 --- a/sys-apps/dstat/dstat-0.7.3.ebuild +++ b/sys-apps/dstat/dstat-0.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,9 @@ RDEPEND=" DEPEND="" src_install() { - default + emake DESTDIR="${ED}" install + einstalldocs + if use examples; then dodoc examples/{mstat,read}.py fi