Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/esmtp/
Date: Tue, 29 May 2018 16:31:57
Message-Id: 1527611485.9abede944d86eb5db5292e79fff1c6c4d8f5c73d.zlogene@gentoo
1 commit: 9abede944d86eb5db5292e79fff1c6c4d8f5c73d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 16:31:25 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 16:31:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abede94
7
8 mail-mta/esmtp: switch to default_src_install
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 mail-mta/esmtp/esmtp-1.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/mail-mta/esmtp/esmtp-1.2-r1.ebuild b/mail-mta/esmtp/esmtp-1.2-r1.ebuild
16 index ac16a7833d1..bd1d86f7997 100644
17 --- a/mail-mta/esmtp/esmtp-1.2-r1.ebuild
18 +++ b/mail-mta/esmtp/esmtp-1.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -35,7 +35,7 @@ DEPEND="${CDEPEND}
26 "
27
28 src_install() {
29 - emake DESTDIR="${D}" install
30 + default
31 dodoc AUTHORS ChangeLog NEWS README TODO sample.esmtprc
32 }