summaryrefslogtreecommitdiff
path: root/net-libs/libprotoident
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /net-libs/libprotoident
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'net-libs/libprotoident')
-rw-r--r--net-libs/libprotoident/Manifest4
-rw-r--r--net-libs/libprotoident/libprotoident-2.0.12.ebuild6
-rw-r--r--net-libs/libprotoident/libprotoident-9999.ebuild4
3 files changed, 7 insertions, 7 deletions
diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index 715119b52d61..14a3ba1bf1c4 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,4 +1,4 @@
DIST libprotoident-2.0.12.tar.gz 571466 BLAKE2B 604dee2d33f7944615211ee3ab0a3ba610354bd604bcbf5296d58698ab963b5e667ea3e08fc2df62dfdb1e7dc7a336a57be6e61b6f410fdd7a96f3b46c35d70c SHA512 b8ba13ce9286a026062f47ffe3bf9407b408f64fbf0521aeebaf0e39e6ddf70cfbc6574f8e9c0f35fc2c2e5f9c4e71e200536665988f88c65bbdbeb9b7baed16
-EBUILD libprotoident-2.0.12.ebuild 751 BLAKE2B 6d134c86dd6758df91b90dbfde5cf6f140729139b295e00ffd1d5b15616e8b0f0e472cdbe477a7d821a3b9ee3247aeb53a7a7e97d7e39f5befca3077aa7f7057 SHA512 a4ccae31ccb7d796c267aa59b5d00a7e9c7cdf5c4fd33360fd0b7985d6f52845a3fba029738e25fcb63a219c984494934061bb6596893477a075daa1cffb1345
-EBUILD libprotoident-9999.ebuild 772 BLAKE2B bbf8537c89e7365956625303ffc21df4543bf474bc5cfab99f1c2e41cc5ce72e3b545b1f303e822b07c9838cee6cbec684132dfa8ed4cd46a208cf1c2bbe5be8 SHA512 06e3d718098e8fdfa17a7715920dfef8c5099f23e42d1d459d7690cd47a31b0a73f32bc7f0dd3ec40f3610eafce7057f389e758272788330727dc7ab5829d49a
+EBUILD libprotoident-2.0.12.ebuild 750 BLAKE2B 2983aae00b276a2a02b1e6c4ce7fc31759f35596ea38035f78ec6be5c3cc430cafad517f39c6909c03f37784fb17060269ab567378699216b3ed737e8c14b2ce SHA512 2e31e2aefa07348e63fd459c44ab68555e63a2194b0b33fbadb9895d4a51a447337bcc0d862d716765b716964271837b67d6566d1f5e45ee805cc031d9c0fda6
+EBUILD libprotoident-9999.ebuild 770 BLAKE2B f89f6d3feed6cca0e4e69d6656338e1dbb61e95223b3d37a575180f4e4f0e686e0719a7cf69de52b6dd20b370377bf2c30ba9694281d85745381c698efdd409c SHA512 0ad2d0ab2ffa956bcee2adfb7873d30f455dd7e75af76c910df54d327409b2267de44c3ec038cb743986634f7797e8469dbdb2cb7ff01575b9dde7beab069800
MISC metadata.xml 360 BLAKE2B 17e614f06987241150e84b3738ef722bf680c8a9601307140767b78500a709849e71242774ecaa9c423771331365b4ba9e4293a859365527bfe11031339d91a7 SHA512 3de118bb358e064950487fffd58a49bb2fd5fc6597e6f3d0bf96a93d955e4879727fae386bdaf1a4a89388e471217903ce92b520edf257e1d1e66a6099e04b37
diff --git a/net-libs/libprotoident/libprotoident-2.0.12.ebuild b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
index 0eb230f26ce9..e2e7b8979165 100644
--- a/net-libs/libprotoident/libprotoident-2.0.12.ebuild
+++ b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eutils
DESCRIPTION="A library that performs application layer protocol identification for flows"
-HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php"
-SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz"
+HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
+SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0/2"
diff --git a/net-libs/libprotoident/libprotoident-9999.ebuild b/net-libs/libprotoident/libprotoident-9999.ebuild
index 522c59fb2667..397ba5fb9253 100644
--- a/net-libs/libprotoident/libprotoident-9999.ebuild
+++ b/net-libs/libprotoident/libprotoident-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools eutils git-r3
DESCRIPTION="A library that performs application layer protocol identification for flows"
-HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php"
+HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
EGIT_REPO_URI="https://github.com/wanduow/libprotoident"
EGIT_BRANCH="develop"