Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/
Date: Mon, 11 Mar 2019 04:48:19
Message-Id: 1552279619.263a82f8a55f7e1979b3d71964d8709bbf7d0076.bman@gentoo
1 commit: 263a82f8a55f7e1979b3d71964d8709bbf7d0076
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 9 18:07:15 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 04:46:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263a82f8
7
8 net-libs/libprotoident: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 net-libs/libprotoident/libprotoident-2.0.12.ebuild | 6 +++---
14 net-libs/libprotoident/libprotoident-9999.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/net-libs/libprotoident/libprotoident-2.0.12.ebuild b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
18 index 0eb230f26ce..e2e7b897916 100644
19 --- a/net-libs/libprotoident/libprotoident-2.0.12.ebuild
20 +++ b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
21 @@ -1,12 +1,12 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 inherit eutils
28
29 DESCRIPTION="A library that performs application layer protocol identification for flows"
30 -HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php"
31 -SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz"
32 +HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
33 +SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz"
34
35 LICENSE="LGPL-3+"
36 SLOT="0/2"
37
38 diff --git a/net-libs/libprotoident/libprotoident-9999.ebuild b/net-libs/libprotoident/libprotoident-9999.ebuild
39 index 522c59fb266..397ba5fb925 100644
40 --- a/net-libs/libprotoident/libprotoident-9999.ebuild
41 +++ b/net-libs/libprotoident/libprotoident-9999.ebuild
42 @@ -1,11 +1,11 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 inherit autotools eutils git-r3
49
50 DESCRIPTION="A library that performs application layer protocol identification for flows"
51 -HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php"
52 +HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
53 EGIT_REPO_URI="https://github.com/wanduow/libprotoident"
54 EGIT_BRANCH="develop"