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 B1F6C138330 for ; Tue, 29 May 2018 16:31:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 891B9E077D; Tue, 29 May 2018 16:31:56 +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 5ED0EE077D for ; Tue, 29 May 2018 16:31:56 +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 B1FB0335C63 for ; Tue, 29 May 2018 16:31:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2C19292 for ; Tue, 29 May 2018 16:31:52 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1527611485.9abede944d86eb5db5292e79fff1c6c4d8f5c73d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/esmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/esmtp/esmtp-1.2-r1.ebuild X-VCS-Directories: mail-mta/esmtp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9abede944d86eb5db5292e79fff1c6c4d8f5c73d X-VCS-Branch: master Date: Tue, 29 May 2018 16:31:52 +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: 53f280bb-9725-4b78-9055-79f84a527765 X-Archives-Hash: 54f03dc94823dffcc9fe0e241dc1a520 commit: 9abede944d86eb5db5292e79fff1c6c4d8f5c73d Author: Mikle Kolyada gentoo org> AuthorDate: Tue May 29 16:31:25 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue May 29 16:31:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abede94 mail-mta/esmtp: switch to default_src_install Package-Manager: Portage-2.3.24, Repoman-2.3.6 mail-mta/esmtp/esmtp-1.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-mta/esmtp/esmtp-1.2-r1.ebuild b/mail-mta/esmtp/esmtp-1.2-r1.ebuild index ac16a7833d1..bd1d86f7997 100644 --- a/mail-mta/esmtp/esmtp-1.2-r1.ebuild +++ b/mail-mta/esmtp/esmtp-1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,7 +35,7 @@ DEPEND="${CDEPEND} " src_install() { - emake DESTDIR="${D}" install + default dodoc AUTHORS ChangeLog NEWS README TODO sample.esmtprc }