Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/esmtp/
Date: Sat, 02 Dec 2017 12:52:53
Message-Id: 1512219145.9ad1988ed815894c3f3595c703eb02deef769c3b.soap@gentoo
1 commit: 9ad1988ed815894c3f3595c703eb02deef769c3b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 12:52:25 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 12:52:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad1988e
7
8 mail-mta/esmtp: [QA] Fix DESCRIPTION.toolong
9
10 mail-mta/esmtp/esmtp-1.2-r1.ebuild | 2 +-
11 mail-mta/esmtp/esmtp-1.2.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/mail-mta/esmtp/esmtp-1.2-r1.ebuild b/mail-mta/esmtp/esmtp-1.2-r1.ebuild
15 index 32042175254..ac16a7833d1 100644
16 --- a/mail-mta/esmtp/esmtp-1.2-r1.ebuild
17 +++ b/mail-mta/esmtp/esmtp-1.2-r1.ebuild
18 @@ -3,7 +3,7 @@
19
20 EAPI=5
21
22 -DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax"
23 +DESCRIPTION="User configurable relay-only Mail Transfer Agent with a sendmail-like syntax"
24 HOMEPAGE="http://esmtp.sourceforge.net/"
25 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
26
27
28 diff --git a/mail-mta/esmtp/esmtp-1.2.ebuild b/mail-mta/esmtp/esmtp-1.2.ebuild
29 index e512a546b22..6bc78f3bb12 100644
30 --- a/mail-mta/esmtp/esmtp-1.2.ebuild
31 +++ b/mail-mta/esmtp/esmtp-1.2.ebuild
32 @@ -1,7 +1,7 @@
33 # Copyright 1999-2013 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35
36 -DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax"
37 +DESCRIPTION="User configurable relay-only Mail Transfer Agent with a sendmail-like syntax"
38 HOMEPAGE="http://esmtp.sourceforge.net/"
39 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"