Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/lutelwall/
Date: Wed, 08 Jan 2020 06:34:48
Message-Id: 1578465283.8bd8e7cc1929ab72fecfbd80df53261becb60c61.jer@gentoo
1 commit: 8bd8e7cc1929ab72fecfbd80df53261becb60c61
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 8 06:32:25 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 8 06:34:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd8e7cc
7
8 net-firewall/lutelwall: EAPI=7, use HTTPS
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 .../lutelwall/{lutelwall-0.99.ebuild => lutelwall-0.99-r1.ebuild} | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-firewall/lutelwall/lutelwall-0.99.ebuild b/net-firewall/lutelwall/lutelwall-0.99-r1.ebuild
17 similarity index 76%
18 rename from net-firewall/lutelwall/lutelwall-0.99.ebuild
19 rename to net-firewall/lutelwall/lutelwall-0.99-r1.ebuild
20 index 05eb0624495..e167c836d93 100644
21 --- a/net-firewall/lutelwall/lutelwall-0.99.ebuild
22 +++ b/net-firewall/lutelwall/lutelwall-0.99-r1.ebuild
23 @@ -1,12 +1,12 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=7
30
31 DESCRIPTION="IPTables firewall setup script"
32 LICENSE="GPL-2"
33 -HOMEPAGE="http://www.lutel.pl/lutelwall/"
34 -SRC_URI="http://www.lutel.pl/wp-content/uploads/${PV}/${P}.tar.gz"
35 +HOMEPAGE="https://www.lutel.pl/lutelwall/"
36 +SRC_URI="https://www.lutel.pl/wp-content/uploads/${PV}/${P}.tar.gz"
37 SLOT="0"
38 KEYWORDS="alpha ~amd64 ~ppc ~sparc x86"