Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/t-prot/
Date: Sat, 28 Sep 2019 02:50:46
Message-Id: 1569638970.4181c4f7a590d4f48ec3acc25f50522681bd10c0.radhermit@gentoo
1 commit: 4181c4f7a590d4f48ec3acc25f50522681bd10c0
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 02:49:30 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 02:49:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4181c4f7
7
8 net-mail/t-prot: bump to EAPI 7 and use https:// urls
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 net-mail/t-prot/t-prot-3.4.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/net-mail/t-prot/t-prot-3.4.ebuild b/net-mail/t-prot/t-prot-3.4.ebuild
16 index e4bf5442e85..db55c5f5881 100644
17 --- a/net-mail/t-prot/t-prot-3.4.ebuild
18 +++ b/net-mail/t-prot/t-prot-3.4.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 DESCRIPTION="TOFU protection - display filter for RFC822 messages"
28 -HOMEPAGE="http://www.escape.de/~tolot/mutt/"
29 -SRC_URI="http://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz"
30 +HOMEPAGE="https://www.escape.de/~tolot/mutt/"
31 +SRC_URI="https://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz"
32
33 LICENSE="BSD-4"
34 SLOT="0"