commit: 4181c4f7a590d4f48ec3acc25f50522681bd10c0 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sat Sep 28 02:49:30 2019 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> 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 <radhermit <AT> 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"
