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 948A8138334 for ; Sat, 28 Sep 2019 02:50:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACF3BE086F; Sat, 28 Sep 2019 02:50:44 +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 8C4DFE086F for ; Sat, 28 Sep 2019 02:50:43 +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 2F8B934B67B for ; Sat, 28 Sep 2019 02:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18314218 for ; Sat, 28 Sep 2019 02:50:40 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1569638970.4181c4f7a590d4f48ec3acc25f50522681bd10c0.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/t-prot/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/t-prot/t-prot-3.4.ebuild X-VCS-Directories: net-mail/t-prot/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 4181c4f7a590d4f48ec3acc25f50522681bd10c0 X-VCS-Branch: master Date: Sat, 28 Sep 2019 02:50:40 +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: 5b0cf2d2-e57b-4ab9-a632-b715b13a8e96 X-Archives-Hash: dcc618df0f35d8e142503264728c3a61 commit: 4181c4f7a590d4f48ec3acc25f50522681bd10c0 Author: Tim Harder gentoo org> AuthorDate: Sat Sep 28 02:49:30 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Sep 28 02:49:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4181c4f7 net-mail/t-prot: bump to EAPI 7 and use https:// urls Signed-off-by: Tim Harder gentoo.org> net-mail/t-prot/t-prot-3.4.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mail/t-prot/t-prot-3.4.ebuild b/net-mail/t-prot/t-prot-3.4.ebuild index e4bf5442e85..db55c5f5881 100644 --- a/net-mail/t-prot/t-prot-3.4.ebuild +++ b/net-mail/t-prot/t-prot-3.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="TOFU protection - display filter for RFC822 messages" -HOMEPAGE="http://www.escape.de/~tolot/mutt/" -SRC_URI="http://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz" +HOMEPAGE="https://www.escape.de/~tolot/mutt/" +SRC_URI="https://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz" LICENSE="BSD-4" SLOT="0"