Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/netplug/
Date: Sun, 25 Mar 2018 21:07:03
Message-Id: 1522012013.fbe61bc140def98892834cb9f468c152e7a27b80.polynomial-c@gentoo
1 commit: fbe61bc140def98892834cb9f468c152e7a27b80
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 24 18:44:23 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 21:06:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe61bc1
7
8 sys-apps/netplug: use HTTPS
9
10 sys-apps/netplug/netplug-1.2.9.2-r1.ebuild | 6 +++---
11 sys-apps/netplug/netplug-1.2.9.2-r2.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/sys-apps/netplug/netplug-1.2.9.2-r1.ebuild b/sys-apps/netplug/netplug-1.2.9.2-r1.ebuild
15 index 8456a5d6892..969fd2dbc4d 100644
16 --- a/sys-apps/netplug/netplug-1.2.9.2-r1.ebuild
17 +++ b/sys-apps/netplug/netplug-1.2.9.2-r1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -6,8 +6,8 @@ EAPI=5
25 inherit eutils toolchain-funcs
26
27 DESCRIPTION="Brings up/down ethernet ports automatically with cable detection"
28 -HOMEPAGE="http://www.red-bean.com/~bos/"
29 -SRC_URI="http://www.red-bean.com/~bos/netplug/${P}.tar.bz2"
30 +HOMEPAGE="https://www.red-bean.com/~bos/"
31 +SRC_URI="https://www.red-bean.com/~bos/netplug/${P}.tar.bz2"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35
36 diff --git a/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild b/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild
37 index fefdce0fd90..2ff6e599ac2 100644
38 --- a/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild
39 +++ b/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -6,8 +6,8 @@ EAPI=6
47 inherit eutils toolchain-funcs
48
49 DESCRIPTION="Brings up/down ethernet ports automatically with cable detection"
50 -HOMEPAGE="http://www.red-bean.com/~bos/"
51 -SRC_URI="http://www.red-bean.com/~bos/netplug/${P}.tar.bz2"
52 +HOMEPAGE="https://www.red-bean.com/~bos/"
53 +SRC_URI="https://www.red-bean.com/~bos/netplug/${P}.tar.bz2"
54
55 LICENSE="GPL-2"
56 SLOT="0"