Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/batctl/
Date: Mon, 11 Dec 2017 11:08:09
Message-Id: 1512989246.34df2c50709f8be163c5120dfc6502778983dfb4.xmw@gentoo
1 commit: 34df2c50709f8be163c5120dfc6502778983dfb4
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 10:47:26 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 10:47:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34df2c50
7
8 net-misc/batctl: Switch to https:// (https://github.com/gentoo/gentoo/pull/5505)
9
10 Reported-by: https://github.com/davidhicks
11 Package-Manager: Portage-2.3.17, Repoman-2.3.6
12
13 net-misc/batctl/batctl-2013.4.0.ebuild | 6 +++---
14 net-misc/batctl/batctl-2014.2.0.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-misc/batctl/batctl-2013.4.0.ebuild b/net-misc/batctl/batctl-2013.4.0.ebuild
18 index a63dad363fa..9ceddca455f 100644
19 --- a/net-misc/batctl/batctl-2013.4.0.ebuild
20 +++ b/net-misc/batctl/batctl-2013.4.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=4
27 @@ -6,8 +6,8 @@ EAPI=4
28 inherit linux-info toolchain-funcs
29
30 DESCRIPTION="BATMAN advanced control and management tool"
31 -HOMEPAGE="http://www.open-mesh.org/"
32 -SRC_URI="http://downloads.open-mesh.org/batman/stable/sources/${PN}/${P}.tar.gz"
33 +HOMEPAGE="https://www.open-mesh.org/"
34 +SRC_URI="https://downloads.open-mesh.org/batman/stable/sources/${PN}/${P}.tar.gz"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38
39 diff --git a/net-misc/batctl/batctl-2014.2.0.ebuild b/net-misc/batctl/batctl-2014.2.0.ebuild
40 index c597188edc5..c12c6043d2f 100644
41 --- a/net-misc/batctl/batctl-2014.2.0.ebuild
42 +++ b/net-misc/batctl/batctl-2014.2.0.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2014 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=4
49 @@ -6,8 +6,8 @@ EAPI=4
50 inherit linux-info toolchain-funcs
51
52 DESCRIPTION="BATMAN advanced control and management tool"
53 -HOMEPAGE="http://www.open-mesh.org/"
54 -SRC_URI="http://downloads.open-mesh.org/batman/stable/sources/${PN}/${P}.tar.gz"
55 +HOMEPAGE="https://www.open-mesh.org/"
56 +SRC_URI="https://downloads.open-mesh.org/batman/stable/sources/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"