Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/aiccu/
Date: Tue, 22 Aug 2017 21:31:56
Message-Id: 1503437502.09c5db22fb7007848ef0fc77e92c7c6a7657ac1a.mgorny@gentoo
1 commit: 09c5db22fb7007848ef0fc77e92c7c6a7657ac1a
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Aug 22 11:46:39 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 21:31:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c5db22
7
8 net-vpn/aiccu: HOMEPAGE and SRC_URI 301 redirect to HTTPS
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 net-vpn/aiccu/aiccu-2007.01.15-r5.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-vpn/aiccu/aiccu-2007.01.15-r5.ebuild b/net-vpn/aiccu/aiccu-2007.01.15-r5.ebuild
16 index 4c92c3258bd..2887d7a0202 100644
17 --- a/net-vpn/aiccu/aiccu-2007.01.15-r5.ebuild
18 +++ b/net-vpn/aiccu/aiccu-2007.01.15-r5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -6,8 +6,8 @@ EAPI=5
26 inherit eutils linux-info systemd toolchain-funcs
27
28 DESCRIPTION="AICCU Client to configure an IPv6 tunnel to SixXS"
29 -HOMEPAGE="http://www.sixxs.net/tools/aiccu"
30 -SRC_URI="http://www.sixxs.net/archive/sixxs/aiccu/unix/${PN}_${PV//\./}.tar.gz"
31 +HOMEPAGE="https://www.sixxs.net/tools/aiccu"
32 +SRC_URI="https://www.sixxs.net/archive/sixxs/aiccu/unix/aiccu_${PV//\./}.tar.gz"
33
34 LICENSE="SixXS"
35 SLOT="0"