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 BA4AD1396D9 for ; Wed, 1 Nov 2017 14:29:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EDF0E0E08; Wed, 1 Nov 2017 14:29:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DE9A3E0E08 for ; Wed, 1 Nov 2017 14:29:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 731E233BE19 for ; Wed, 1 Nov 2017 14:29:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07E689134 for ; Wed, 1 Nov 2017 14:29:27 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1509546522.75cacb0b2b9479d1b58c342510328daed5cd628c.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-DKIM/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild X-VCS-Directories: dev-perl/Mail-DKIM/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 75cacb0b2b9479d1b58c342510328daed5cd628c X-VCS-Branch: master Date: Wed, 1 Nov 2017 14:29:27 +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: 80c871b4-ad51-46a3-bfb1-2ec0c0fbf46e X-Archives-Hash: a1545c1b8b785d8d20c409e4d4adf5ae commit: 75cacb0b2b9479d1b58c342510328daed5cd628c Author: Kent Fredric gentoo org> AuthorDate: Wed Nov 1 14:27:07 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Nov 1 14:28:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cacb0b dev-perl/Mail-DKIM: Fix old path in examples bug #636140 Reported-by: Juergen Rose Closes: https://bugs.gentoo.org/636140 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild index dc8d71e5af7..9232e54c535 100644 --- a/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild +++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.440.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 DIST_AUTHOR=MBRADSHAW DIST_VERSION=0.44 -DIST_EXAMPLES=("examples/*" "scripts/*") +DIST_EXAMPLES=("scripts/*") inherit perl-module DESCRIPTION="Signs/verifies Internet mail using DKIM message signatures"