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 53E4A138336 for ; Wed, 27 Mar 2019 17:19:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C5DDE0918; Wed, 27 Mar 2019 17:19:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 17127E090F for ; Wed, 27 Mar 2019 17:19:09 +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 D92A4335D1D for ; Wed, 27 Mar 2019 17:19:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDB17582 for ; Wed, 27 Mar 2019 17:19:04 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1553707086.e5672be4461a75a0a4d25a4fd1d03a5a123fee79.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/opendkim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/opendkim/opendkim-2.10.3-r6.ebuild X-VCS-Directories: mail-filter/opendkim/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e5672be4461a75a0a4d25a4fd1d03a5a123fee79 X-VCS-Branch: master Date: Wed, 27 Mar 2019 17:19:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44011bd6-a418-4bee-8936-2dadb50d51ed X-Archives-Hash: e315644d7a8cdb8ac4d392c929a860fc commit: e5672be4461a75a0a4d25a4fd1d03a5a123fee79 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Mar 27 15:01:21 2019 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Mar 27 17:18:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5672be4 mail-filter/opendkim: simplify and shorten the DESCRIPTION. Signed-off-by: Michael Orlitzky gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 mail-filter/opendkim/opendkim-2.10.3-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/opendkim/opendkim-2.10.3-r6.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r6.ebuild index f8210915054..efc5bf5ad7e 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r6.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r6.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit autotools db-use eutils systemd user -DESCRIPTION="A milter-based application to provide DKIM signing and verification" +DESCRIPTION="A milter providing DKIM signing and verification" HOMEPAGE="http://opendkim.org" SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"