[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2021-02-01 Thread Sam James
commit: 0a9728dc3f69fcb2afceafb1a77bcb027db63804
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  1 09:17:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  1 10:20:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9728dc

net-libs/libprotoident: cleanup old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-libs/libprotoident/Manifest|  2 --
 net-libs/libprotoident/libprotoident-2.0.12.ebuild | 41 --
 net-libs/libprotoident/libprotoident-2.0.13.ebuild | 40 -
 3 files changed, 83 deletions(-)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index fed894028bd..d28504a2654 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,3 +1 @@
 DIST 2.0.14-1.tar.gz 548297 BLAKE2B 
1ebee48a18b798895171152f0e56e93520d39ffd7a18f025638bb2a115fded07c76db5b1110b93c4c7e2191f5c1a6043d42ce4862d6ee30914d3a47ab225b1f1
 SHA512 
2026f55ccc2cbf80f11c81c8d05e23f035ed8eb0b61443d9723b0d6d37a6befe989941043b7352761ff9cc744076b3d1ee36ffe971e4bca59b8f7d4a8a1c6d94
-DIST libprotoident-2.0.12.tar.gz 571466 BLAKE2B 
604dee2d33f7944615211ee3ab0a3ba610354bd604bcbf5296d58698ab963b5e667ea3e08fc2df62dfdb1e7dc7a336a57be6e61b6f410fdd7a96f3b46c35d70c
 SHA512 
b8ba13ce9286a026062f47ffe3bf9407b408f64fbf0521aeebaf0e39e6ddf70cfbc6574f8e9c0f35fc2c2e5f9c4e71e200536665988f88c65bbdbeb9b7baed16
-DIST libprotoident-2.0.13.tar.gz 592008 BLAKE2B 
b8e4ecf5fdc1b40881709e9a572148e666f6d1a56c00cca39efd81caba3c3344a57bbc57e0794a92d1ec23bac3c928ac2b06323c1785cb8fc08cb33f55f2195c
 SHA512 
905c97ba3f994d7b63c95ee80bc7b2c2be13b86745d072f5aecb4df88f791c02dcda3f851f01b5cca3cd36ad87379759789238a8c05f3209a5aad3d854e6ff20

diff --git a/net-libs/libprotoident/libprotoident-2.0.12.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
deleted file mode 100644
index 12543b4187b..000
--- a/net-libs/libprotoident/libprotoident-2.0.12.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils ltprune
-
-DESCRIPTION="A library that performs application layer protocol identification 
for flows"
-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"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs tools"
-
-DEPEND="
-   >=net-libs/libtrace-4.0.1
-   >=net-libs/libflowmanager-3.0.0
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e '/-Werror/d' \
-   lib/Makefile{.am,.in} || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_with tools)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/net-libs/libprotoident/libprotoident-2.0.13.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.13.ebuild
deleted file mode 100644
index 8d80ce7cabd..000
--- a/net-libs/libprotoident/libprotoident-2.0.13.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A library that performs application layer protocol identification 
for flows"
-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"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs tools"
-
-DEPEND="
-   >=net-libs/libtrace-4.0.1
-   >=net-libs/libflowmanager-3.0.0
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e '/-Werror/d' \
-   lib/Makefile{.am,.in} || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_with tools)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2019-11-20 Thread Jeroen Roovers
commit: 70477251a65cc9f123fba58e59546926fcc8df4f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Nov 20 10:34:31 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Nov 20 12:15:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70477251

net-libs/libprotoident: Version 2.0.14_p1

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/libprotoident/Manifest|  1 +
 .../libprotoident/libprotoident-2.0.14_p1.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index b7a5dc11e05..fed894028bd 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,2 +1,3 @@
+DIST 2.0.14-1.tar.gz 548297 BLAKE2B 
1ebee48a18b798895171152f0e56e93520d39ffd7a18f025638bb2a115fded07c76db5b1110b93c4c7e2191f5c1a6043d42ce4862d6ee30914d3a47ab225b1f1
 SHA512 
2026f55ccc2cbf80f11c81c8d05e23f035ed8eb0b61443d9723b0d6d37a6befe989941043b7352761ff9cc744076b3d1ee36ffe971e4bca59b8f7d4a8a1c6d94
 DIST libprotoident-2.0.12.tar.gz 571466 BLAKE2B 
604dee2d33f7944615211ee3ab0a3ba610354bd604bcbf5296d58698ab963b5e667ea3e08fc2df62dfdb1e7dc7a336a57be6e61b6f410fdd7a96f3b46c35d70c
 SHA512 
b8ba13ce9286a026062f47ffe3bf9407b408f64fbf0521aeebaf0e39e6ddf70cfbc6574f8e9c0f35fc2c2e5f9c4e71e200536665988f88c65bbdbeb9b7baed16
 DIST libprotoident-2.0.13.tar.gz 592008 BLAKE2B 
b8e4ecf5fdc1b40881709e9a572148e666f6d1a56c00cca39efd81caba3c3344a57bbc57e0794a92d1ec23bac3c928ac2b06323c1785cb8fc08cb33f55f2195c
 SHA512 
905c97ba3f994d7b63c95ee80bc7b2c2be13b86745d072f5aecb4df88f791c02dcda3f851f01b5cca3cd36ad87379759789238a8c05f3209a5aad3d854e6ff20

diff --git a/net-libs/libprotoident/libprotoident-2.0.14_p1.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.14_p1.ebuild
new file mode 100644
index 000..5ab401137bb
--- /dev/null
+++ b/net-libs/libprotoident/libprotoident-2.0.14_p1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="A library that performs application layer protocol identification 
for flows"
+HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php";
+SRC_URI="https://github.com/wanduow/${PN}/archive/${PV/_p/-}.tar.gz";
+
+LICENSE="LGPL-3+"
+SLOT="0/2"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs tools"
+
+DEPEND="
+   >=net-libs/libtrace-4.0.1
+   >=net-libs/libflowmanager-3.0.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+S=${WORKDIR}/${P/_p/-}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/-Werror/d' \
+   lib/Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with tools)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2019-04-15 Thread Jeroen Roovers
commit: 41b8b24cdbb2ce84fb60e262b4bfd843f1f0ca98
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr 15 10:01:05 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr 15 10:02:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b8b24c

net-libs/libprotoident: Version 2.0.13

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/libprotoident/Manifest|  1 +
 ...toident-.ebuild => libprotoident-2.0.13.ebuild} | 18 --
 net-libs/libprotoident/libprotoident-.ebuild   |  6 +++---
 3 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index eeda9ad52f8..b7a5dc11e05 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1 +1,2 @@
 DIST libprotoident-2.0.12.tar.gz 571466 BLAKE2B 
604dee2d33f7944615211ee3ab0a3ba610354bd604bcbf5296d58698ab963b5e667ea3e08fc2df62dfdb1e7dc7a336a57be6e61b6f410fdd7a96f3b46c35d70c
 SHA512 
b8ba13ce9286a026062f47ffe3bf9407b408f64fbf0521aeebaf0e39e6ddf70cfbc6574f8e9c0f35fc2c2e5f9c4e71e200536665988f88c65bbdbeb9b7baed16
+DIST libprotoident-2.0.13.tar.gz 592008 BLAKE2B 
b8e4ecf5fdc1b40881709e9a572148e666f6d1a56c00cca39efd81caba3c3344a57bbc57e0794a92d1ec23bac3c928ac2b06323c1785cb8fc08cb33f55f2195c
 SHA512 
905c97ba3f994d7b63c95ee80bc7b2c2be13b86745d072f5aecb4df88f791c02dcda3f851f01b5cca3cd36ad87379759789238a8c05f3209a5aad3d854e6ff20

diff --git a/net-libs/libprotoident/libprotoident-.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.13.ebuild
similarity index 69%
copy from net-libs/libprotoident/libprotoident-.ebuild
copy to net-libs/libprotoident/libprotoident-2.0.13.ebuild
index 397ba5fb925..8d80ce7cabd 100644
--- a/net-libs/libprotoident/libprotoident-.ebuild
+++ b/net-libs/libprotoident/libprotoident-2.0.13.ebuild
@@ -1,18 +1,16 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools eutils git-r3
+EAPI=7
 
 DESCRIPTION="A library that performs application layer protocol identification 
for flows"
 HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php";
-EGIT_REPO_URI="https://github.com/wanduow/libprotoident";
-EGIT_BRANCH="develop"
+SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-3+"
 SLOT="0/2"
-KEYWORDS=""
-IUSE="static-libs +tools"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs tools"
 
 DEPEND="
>=net-libs/libtrace-4.0.1
@@ -25,9 +23,9 @@ RDEPEND="
 src_prepare() {
default
 
-   sed -i -e '/-Werror/d' lib/Makefile.am || die
-
-   eautoreconf
+   sed -i \
+   -e '/-Werror/d' \
+   lib/Makefile{.am,.in} || die
 }
 
 src_configure() {
@@ -38,5 +36,5 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files
+   find "${D}" -name '*.la' -delete || die
 }

diff --git a/net-libs/libprotoident/libprotoident-.ebuild 
b/net-libs/libprotoident/libprotoident-.ebuild
index 397ba5fb925..89b8578c07c 100644
--- a/net-libs/libprotoident/libprotoident-.ebuild
+++ b/net-libs/libprotoident/libprotoident-.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools eutils git-r3
+EAPI=7
+inherit autotools git-r3
 
 DESCRIPTION="A library that performs application layer protocol identification 
for flows"
 HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php";
@@ -38,5 +38,5 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files
+   find "${D}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2019-03-10 Thread Aaron Bauman
commit: 263a82f8a55f7e1979b3d71964d8709bbf7d0076
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar  9 18:07:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 11 04:46:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263a82f8

net-libs/libprotoident: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 net-libs/libprotoident/libprotoident-2.0.12.ebuild | 6 +++---
 net-libs/libprotoident/libprotoident-.ebuild   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-libs/libprotoident/libprotoident-2.0.12.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
index 0eb230f26ce..e2e7b897916 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-.ebuild 
b/net-libs/libprotoident/libprotoident-.ebuild
index 522c59fb266..397ba5fb925 100644
--- a/net-libs/libprotoident/libprotoident-.ebuild
+++ b/net-libs/libprotoident/libprotoident-.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"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2017-11-18 Thread Jeroen Roovers
commit: 4c7e24669c1d92abd3816b517e4d20df9f290d1f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 18 10:37:34 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 18 10:43:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7e2466

net-libs/libprotoident: Old.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-libs/libprotoident/Manifest|  1 -
 net-libs/libprotoident/libprotoident-2.0.11.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index d67759d5367..c9e655f3bed 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,2 +1 @@
-DIST libprotoident-2.0.11.tar.gz 561267 SHA256 
796d59ec0a48ee88d386d4f0a393a80df01184a928c2aa2e2fc10741840a SHA512 
9f3dbc44dd41ed66c18d187b543d9b0da7e778a127b1191cf851a3c6d79f14d07a40fccf79377a3e17ee7c707c17b1049f4afb9f4d041b66c0b3170fa721fc8b
 WHIRLPOOL 
71f48966b8af7a1ed36eaa6028d7e9224338b6fb35f79b0b246bbf97dd0ac267dd5c66116c89c54d672080fc420ff78a9c62998a4561c38e01a2ff3abf929a95
 DIST libprotoident-2.0.12.tar.gz 571466 SHA256 
c09aba4882837c7f9ebf4ad153b637a9a7cbd5a2b4b398e10ddb63e74f270fac SHA512 
b8ba13ce9286a026062f47ffe3bf9407b408f64fbf0521aeebaf0e39e6ddf70cfbc6574f8e9c0f35fc2c2e5f9c4e71e200536665988f88c65bbdbeb9b7baed16
 WHIRLPOOL 
ef451c2b935ca50c43bf33dbda171d59ebb7c5a962ea9f2d2108ed63b3ea880f6b0bd3bf62c2ade0c69ec08977dff00c57cb3d619ce5f147ceec94f90b307e19

diff --git a/net-libs/libprotoident/libprotoident-2.0.11.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.11.ebuild
deleted file mode 100644
index 0eb230f26ce..000
--- a/net-libs/libprotoident/libprotoident-2.0.11.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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";
-
-LICENSE="LGPL-3+"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs tools"
-
-DEPEND="
-   >=net-libs/libtrace-4.0.1
-   >=net-libs/libflowmanager-3.0.0
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e '/-Werror/d' \
-   lib/Makefile{.am,.in} || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_with tools)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2017-10-05 Thread Jeroen Roovers
commit: 070bbf1d0c30fdfe0065dd271107d7f44867dc5b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct  5 23:17:02 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct  5 23:17:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070bbf1d

net-libs/libprotoident: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-libs/libprotoident/Manifest|  1 +
 net-libs/libprotoident/libprotoident-2.0.12.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index 6cf11dfc27b..344b9547f7c 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,2 +1,3 @@
 DIST libprotoident-2.0.10.tar.gz 534718 SHA256 
a5ef504967c34fa07ed967b3a629a9df2768eb9da799858ceecd8026ca1efceb SHA512 
88f2088cc4662fc02ee3d70c86e55ced716ff62a2fb7479ee04f55f78a34bea7346d81cc01663ef61f2fe29cffc4c1bc6ddca34c45abb93c9929d9422df0db22
 WHIRLPOOL 
9689d7ce90643d4b4d5173596c0c448af46c7b1e7f311b9296372c569bce7a6d57fd5aec34c286ee5ea4815202d56317836cbef6d9571aff54e2fe6fda492ef3
 DIST libprotoident-2.0.11.tar.gz 561267 SHA256 
796d59ec0a48ee88d386d4f0a393a80df01184a928c2aa2e2fc10741840a SHA512 
9f3dbc44dd41ed66c18d187b543d9b0da7e778a127b1191cf851a3c6d79f14d07a40fccf79377a3e17ee7c707c17b1049f4afb9f4d041b66c0b3170fa721fc8b
 WHIRLPOOL 
71f48966b8af7a1ed36eaa6028d7e9224338b6fb35f79b0b246bbf97dd0ac267dd5c66116c89c54d672080fc420ff78a9c62998a4561c38e01a2ff3abf929a95
+DIST libprotoident-2.0.12.tar.gz 571466 SHA256 
c09aba4882837c7f9ebf4ad153b637a9a7cbd5a2b4b398e10ddb63e74f270fac SHA512 
b8ba13ce9286a026062f47ffe3bf9407b408f64fbf0521aeebaf0e39e6ddf70cfbc6574f8e9c0f35fc2c2e5f9c4e71e200536665988f88c65bbdbeb9b7baed16
 WHIRLPOOL 
ef451c2b935ca50c43bf33dbda171d59ebb7c5a962ea9f2d2108ed63b3ea880f6b0bd3bf62c2ade0c69ec08977dff00c57cb3d619ce5f147ceec94f90b307e19

diff --git a/net-libs/libprotoident/libprotoident-2.0.12.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
new file mode 100644
index 000..0eb230f26ce
--- /dev/null
+++ b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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";
+
+LICENSE="LGPL-3+"
+SLOT="0/2"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs tools"
+
+DEPEND="
+   >=net-libs/libtrace-4.0.1
+   >=net-libs/libflowmanager-3.0.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/-Werror/d' \
+   lib/Makefile{.am,.in} || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with tools)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2017-10-05 Thread Jeroen Roovers
commit: 121f5c98adad810006782be69e310d37096b6cbc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct  5 23:17:39 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct  5 23:17:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121f5c98

net-libs/libprotoident: Old.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-libs/libprotoident/Manifest|  1 -
 net-libs/libprotoident/libprotoident-2.0.10.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index 344b9547f7c..d67759d5367 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,3 +1,2 @@
-DIST libprotoident-2.0.10.tar.gz 534718 SHA256 
a5ef504967c34fa07ed967b3a629a9df2768eb9da799858ceecd8026ca1efceb SHA512 
88f2088cc4662fc02ee3d70c86e55ced716ff62a2fb7479ee04f55f78a34bea7346d81cc01663ef61f2fe29cffc4c1bc6ddca34c45abb93c9929d9422df0db22
 WHIRLPOOL 
9689d7ce90643d4b4d5173596c0c448af46c7b1e7f311b9296372c569bce7a6d57fd5aec34c286ee5ea4815202d56317836cbef6d9571aff54e2fe6fda492ef3
 DIST libprotoident-2.0.11.tar.gz 561267 SHA256 
796d59ec0a48ee88d386d4f0a393a80df01184a928c2aa2e2fc10741840a SHA512 
9f3dbc44dd41ed66c18d187b543d9b0da7e778a127b1191cf851a3c6d79f14d07a40fccf79377a3e17ee7c707c17b1049f4afb9f4d041b66c0b3170fa721fc8b
 WHIRLPOOL 
71f48966b8af7a1ed36eaa6028d7e9224338b6fb35f79b0b246bbf97dd0ac267dd5c66116c89c54d672080fc420ff78a9c62998a4561c38e01a2ff3abf929a95
 DIST libprotoident-2.0.12.tar.gz 571466 SHA256 
c09aba4882837c7f9ebf4ad153b637a9a7cbd5a2b4b398e10ddb63e74f270fac SHA512 
b8ba13ce9286a026062f47ffe3bf9407b408f64fbf0521aeebaf0e39e6ddf70cfbc6574f8e9c0f35fc2c2e5f9c4e71e200536665988f88c65bbdbeb9b7baed16
 WHIRLPOOL 
ef451c2b935ca50c43bf33dbda171d59ebb7c5a962ea9f2d2108ed63b3ea880f6b0bd3bf62c2ade0c69ec08977dff00c57cb3d619ce5f147ceec94f90b307e19

diff --git a/net-libs/libprotoident/libprotoident-2.0.10.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.10.ebuild
deleted file mode 100644
index 397455f4f42..000
--- a/net-libs/libprotoident/libprotoident-2.0.10.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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";
-
-LICENSE="LGPL-3+"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs tools"
-
-DEPEND="
-   >=net-libs/libtrace-3.0.9
-   net-libs/libflowmanager
-   tools? ( 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/files/

2017-06-29 Thread Jeroen Roovers
commit: d9106253326707591000d0773071b08cf0760070
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun 29 17:07:01 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun 29 17:07:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9106253

net-libs/libprotoident: Obsolete patch.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ...protoident--lpi_find_unknown-snprintf.patch | 22 --
 1 file changed, 22 deletions(-)

diff --git 
a/net-libs/libprotoident/files/libprotoident--lpi_find_unknown-snprintf.patch
 
b/net-libs/libprotoident/files/libprotoident--lpi_find_unknown-snprintf.patch
deleted file mode 100644
index 2378c37b9b9..000
--- 
a/net-libs/libprotoident/files/libprotoident--lpi_find_unknown-snprintf.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 a/tools/find_unknown/lpi_find_unknown.cc
-+++ b/tools/find_unknown/lpi_find_unknown.cc
-@@ -219,7 +219,7 @@
-   dump_payload(ident->lpi, 0, pload_out, 500);
-   dump_payload(ident->lpi, 1, pload_in, 500);
- str = (char *)malloc(750);
--snprintf(str, 1000, "%s %s %u %u %u %.3f %.3f %" PRIu64 " %" PRIu64 " 
%s %s\n",
-+snprintf(str, 750, "%s %s %u %u %u %.3f %.3f %" PRIu64 " %" PRIu64 " 
%s %s\n",
-   s_ip, c_ip,
- f->id.get_server_port(), f->id.get_client_port(),
- f->id.get_protocol(), ident->start_ts,
 a/tools/protoident/lpi_protoident.cc
-+++ b/tools/protoident/lpi_protoident.cc
-@@ -214,7 +214,7 @@
-   dump_payload(ident->lpi, 0, pload_out, 500);
-   dump_payload(ident->lpi, 1, pload_in, 500);
- str = (char *)malloc(750);
--snprintf(str, 1000, "%s %s %s %u %u %u %.3f %.3f %" PRIu64 " %" 
PRIu64 " %s %s\n",
-+snprintf(str, 750, "%s %s %s %u %u %u %.3f %.3f %" PRIu64 " %" PRIu64 
" %s %s\n",
-   proto->name, s_ip, c_ip,
- f->id.get_server_port(), f->id.get_client_port(),
- f->id.get_protocol(), ident->start_ts,



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2017-06-29 Thread Jeroen Roovers
commit: f427e62b15ecd9d9f9f985e0e8d6d0c0366cef60
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun 29 17:06:40 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun 29 17:07:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f427e62b

net-libs/libprotoident: Update live ebuild.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/libprotoident/libprotoident-.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/net-libs/libprotoident/libprotoident-.ebuild 
b/net-libs/libprotoident/libprotoident-.ebuild
index f7ea3930549..522c59fb266 100644
--- a/net-libs/libprotoident/libprotoident-.ebuild
+++ b/net-libs/libprotoident/libprotoident-.ebuild
@@ -15,15 +15,12 @@ KEYWORDS=""
 IUSE="static-libs +tools"
 
 DEPEND="
-   >=net-libs/libtrace-3.0.9
-   tools? ( net-libs/libflowmanager )
+   >=net-libs/libtrace-4.0.1
+   >=net-libs/libflowmanager-3.0.0
 "
 RDEPEND="
${DEPEND}
 "
-PATCHES=(
-   "${FILESDIR}"/${PN}--lpi_find_unknown-snprintf.patch
-)
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2017-06-29 Thread Jeroen Roovers
commit: 0954eaa07e3e177ffabb1b81c52d1802809dccdd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun 29 17:02:00 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jun 29 17:07:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0954eaa0

net-libs/libprotoident: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/libprotoident/Manifest|  1 +
 net-libs/libprotoident/libprotoident-2.0.11.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index 0636f1c9ca1..6cf11dfc27b 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1 +1,2 @@
 DIST libprotoident-2.0.10.tar.gz 534718 SHA256 
a5ef504967c34fa07ed967b3a629a9df2768eb9da799858ceecd8026ca1efceb SHA512 
88f2088cc4662fc02ee3d70c86e55ced716ff62a2fb7479ee04f55f78a34bea7346d81cc01663ef61f2fe29cffc4c1bc6ddca34c45abb93c9929d9422df0db22
 WHIRLPOOL 
9689d7ce90643d4b4d5173596c0c448af46c7b1e7f311b9296372c569bce7a6d57fd5aec34c286ee5ea4815202d56317836cbef6d9571aff54e2fe6fda492ef3
+DIST libprotoident-2.0.11.tar.gz 561267 SHA256 
796d59ec0a48ee88d386d4f0a393a80df01184a928c2aa2e2fc10741840a SHA512 
9f3dbc44dd41ed66c18d187b543d9b0da7e778a127b1191cf851a3c6d79f14d07a40fccf79377a3e17ee7c707c17b1049f4afb9f4d041b66c0b3170fa721fc8b
 WHIRLPOOL 
71f48966b8af7a1ed36eaa6028d7e9224338b6fb35f79b0b246bbf97dd0ac267dd5c66116c89c54d672080fc420ff78a9c62998a4561c38e01a2ff3abf929a95

diff --git a/net-libs/libprotoident/libprotoident-2.0.11.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.11.ebuild
new file mode 100644
index 000..0eb230f26ce
--- /dev/null
+++ b/net-libs/libprotoident/libprotoident-2.0.11.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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";
+
+LICENSE="LGPL-3+"
+SLOT="0/2"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs tools"
+
+DEPEND="
+   >=net-libs/libtrace-4.0.1
+   >=net-libs/libflowmanager-3.0.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/-Werror/d' \
+   lib/Makefile{.am,.in} || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with tools)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2017-06-11 Thread Jeroen Roovers
commit: 9add647916c4d92bda7b3838ed62cf70e4f5e013
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 12 05:08:06 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 12 05:08:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9add6479

net-libs/libprotoident: Have USE=tools depend on pre-3 libflowmanager for now 
(bug #621150).

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/libprotoident/libprotoident-2.0.10.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-libs/libprotoident/libprotoident-2.0.10.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.10.ebuild
index d02533a8d4c..397455f4f42 100644
--- a/net-libs/libprotoident/libprotoident-2.0.10.ebuild
+++ b/net-libs/libprotoident/libprotoident-2.0.10.ebuild
@@ -11,11 +11,12 @@ 
SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz";
 LICENSE="LGPL-3+"
 SLOT="0/2"
 KEYWORDS="~amd64 ~x86"
-IUSE="static-libs +tools"
+IUSE="static-libs tools"
 
 DEPEND="
>=net-libs/libtrace-3.0.9
-   tools? ( net-libs/libflowmanager )
+   net-libs/libflowmanager
+   tools? ( 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/, net-libs/libprotoident/files/

2017-06-11 Thread Jeroen Roovers
commit: 1a8093ef0cb386b7c80d1fe759b398c03d2cdc74
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 12 05:05:28 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 12 05:05:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8093ef

net-libs/libprotoident: Add live ebuild.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ...protoident--lpi_find_unknown-snprintf.patch | 22 +++
 net-libs/libprotoident/libprotoident-.ebuild   | 45 ++
 2 files changed, 67 insertions(+)

diff --git 
a/net-libs/libprotoident/files/libprotoident--lpi_find_unknown-snprintf.patch
 
b/net-libs/libprotoident/files/libprotoident--lpi_find_unknown-snprintf.patch
new file mode 100644
index 000..2378c37b9b9
--- /dev/null
+++ 
b/net-libs/libprotoident/files/libprotoident--lpi_find_unknown-snprintf.patch
@@ -0,0 +1,22 @@
+--- a/tools/find_unknown/lpi_find_unknown.cc
 b/tools/find_unknown/lpi_find_unknown.cc
+@@ -219,7 +219,7 @@
+   dump_payload(ident->lpi, 0, pload_out, 500);
+   dump_payload(ident->lpi, 1, pload_in, 500);
+ str = (char *)malloc(750);
+-snprintf(str, 1000, "%s %s %u %u %u %.3f %.3f %" PRIu64 " %" PRIu64 " 
%s %s\n",
++snprintf(str, 750, "%s %s %u %u %u %.3f %.3f %" PRIu64 " %" PRIu64 " 
%s %s\n",
+   s_ip, c_ip,
+ f->id.get_server_port(), f->id.get_client_port(),
+ f->id.get_protocol(), ident->start_ts,
+--- a/tools/protoident/lpi_protoident.cc
 b/tools/protoident/lpi_protoident.cc
+@@ -214,7 +214,7 @@
+   dump_payload(ident->lpi, 0, pload_out, 500);
+   dump_payload(ident->lpi, 1, pload_in, 500);
+ str = (char *)malloc(750);
+-snprintf(str, 1000, "%s %s %s %u %u %u %.3f %.3f %" PRIu64 " %" 
PRIu64 " %s %s\n",
++snprintf(str, 750, "%s %s %s %u %u %u %.3f %.3f %" PRIu64 " %" PRIu64 
" %s %s\n",
+   proto->name, s_ip, c_ip,
+ f->id.get_server_port(), f->id.get_client_port(),
+ f->id.get_protocol(), ident->start_ts,

diff --git a/net-libs/libprotoident/libprotoident-.ebuild 
b/net-libs/libprotoident/libprotoident-.ebuild
new file mode 100644
index 000..f7ea3930549
--- /dev/null
+++ b/net-libs/libprotoident/libprotoident-.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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";
+EGIT_REPO_URI="https://github.com/wanduow/libprotoident";
+EGIT_BRANCH="develop"
+
+LICENSE="LGPL-3+"
+SLOT="0/2"
+KEYWORDS=""
+IUSE="static-libs +tools"
+
+DEPEND="
+   >=net-libs/libtrace-3.0.9
+   tools? ( net-libs/libflowmanager )
+"
+RDEPEND="
+   ${DEPEND}
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}--lpi_find_unknown-snprintf.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e '/-Werror/d' lib/Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with tools)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2017-06-11 Thread Jeroen Roovers
commit: 57868c3058bf5f594762c8132490e8c3df6e0887
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 12 05:08:46 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 12 05:08:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57868c30

net-libs/libprotoident: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/libprotoident/Manifest   |  1 -
 net-libs/libprotoident/libprotoident-2.0.9.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index d0dd53d0201..0636f1c9ca1 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,2 +1 @@
 DIST libprotoident-2.0.10.tar.gz 534718 SHA256 
a5ef504967c34fa07ed967b3a629a9df2768eb9da799858ceecd8026ca1efceb SHA512 
88f2088cc4662fc02ee3d70c86e55ced716ff62a2fb7479ee04f55f78a34bea7346d81cc01663ef61f2fe29cffc4c1bc6ddca34c45abb93c9929d9422df0db22
 WHIRLPOOL 
9689d7ce90643d4b4d5173596c0c448af46c7b1e7f311b9296372c569bce7a6d57fd5aec34c286ee5ea4815202d56317836cbef6d9571aff54e2fe6fda492ef3
-DIST libprotoident-2.0.9.tar.gz 532743 SHA256 
da8c68e6e792285346c5a5c9fa64d03536662c4a11b192fb05ea6cc013d1dfe6 SHA512 
480508bf3b40ca9c18d35d888a18b476437cc79988fa9476fa04f45d0764752a41c02436a47d873fe6be977eedc7e870f1bd1da3edae526322247d33d8de204b
 WHIRLPOOL 
838603801ae7064ea0d45887e556a6bd5289f31870806c76b56718d6f30cb6ab61cc7c2ca7158383271eafe85b676d50f2db9070443f57a3d3af580db57aa797

diff --git a/net-libs/libprotoident/libprotoident-2.0.9.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.9.ebuild
deleted file mode 100644
index d0f49de9ddc..000
--- a/net-libs/libprotoident/libprotoident-2.0.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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";
-
-LICENSE="LGPL-3+"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs +tools"
-
-DEPEND="
-   >=net-libs/libtrace-3.0.9
-   tools? ( net-libs/libflowmanager )
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_with tools)
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2017-06-06 Thread Jeroen Roovers
commit: 9a1beb1ccc6f5c22eaef7e082436deddab2c06b3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jun  6 21:46:46 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jun  6 21:47:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1beb1c

net-libs/libprotoident: Fix license.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/libprotoident/libprotoident-2.0.10.ebuild | 2 +-
 net-libs/libprotoident/libprotoident-2.0.9.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/libprotoident/libprotoident-2.0.10.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.10.ebuild
index 1d32eedc13b..d02533a8d4c 100644
--- a/net-libs/libprotoident/libprotoident-2.0.10.ebuild
+++ b/net-libs/libprotoident/libprotoident-2.0.10.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A library that performs application layer protocol 
identification f
 HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php";
 SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz";
 
-LICENSE="GPL-2"
+LICENSE="LGPL-3+"
 SLOT="0/2"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs +tools"

diff --git a/net-libs/libprotoident/libprotoident-2.0.9.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.9.ebuild
index 913f86f26b9..d0f49de9ddc 100644
--- a/net-libs/libprotoident/libprotoident-2.0.9.ebuild
+++ b/net-libs/libprotoident/libprotoident-2.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ DESCRIPTION="A library that performs application layer protocol 
identification f
 HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php";
 SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz";
 
-LICENSE="GPL-2"
+LICENSE="LGPL-3+"
 SLOT="0/2"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs +tools"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2017-01-07 Thread Jeroen Roovers
commit: 7d930390b8ab29858b2834e8ffc5923d72f3c0db
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan  7 08:19:10 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan  7 08:19:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d930390

net-libs/libprotoident: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libprotoident/Manifest|  1 +
 net-libs/libprotoident/libprotoident-2.0.10.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index 08e1d12..8655986 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,2 +1,3 @@
+DIST libprotoident-2.0.10.tar.gz 534718 SHA256 
a5ef504967c34fa07ed967b3a629a9df2768eb9da799858ceecd8026ca1efceb SHA512 
88f2088cc4662fc02ee3d70c86e55ced716ff62a2fb7479ee04f55f78a34bea7346d81cc01663ef61f2fe29cffc4c1bc6ddca34c45abb93c9929d9422df0db22
 WHIRLPOOL 
9689d7ce90643d4b4d5173596c0c448af46c7b1e7f311b9296372c569bce7a6d57fd5aec34c286ee5ea4815202d56317836cbef6d9571aff54e2fe6fda492ef3
 DIST libprotoident-2.0.8.tar.gz 521527 SHA256 
eb7ca6a4488084e669dfecc65151e0f3defa4e9a5a6296f7ac436afac045e527 SHA512 
6c62c70117849aef2e5ae66646c5c8ea63db739cdeb7ee8cdf715c25b06f0916de9ba707a971ca2e7d2770b2b5e13e22bab31b5ccfff734b1429a1946f46d37c
 WHIRLPOOL 
1b030485b9e94cce8730019bfb86c6ff629b165ce49628c2fab09d1638a5f85a3fd568cf4753b05eb567323409b9eebe64d009cc4005b2c8e99d370dc26cd720
 DIST libprotoident-2.0.9.tar.gz 532743 SHA256 
da8c68e6e792285346c5a5c9fa64d03536662c4a11b192fb05ea6cc013d1dfe6 SHA512 
480508bf3b40ca9c18d35d888a18b476437cc79988fa9476fa04f45d0764752a41c02436a47d873fe6be977eedc7e870f1bd1da3edae526322247d33d8de204b
 WHIRLPOOL 
838603801ae7064ea0d45887e556a6bd5289f31870806c76b56718d6f30cb6ab61cc7c2ca7158383271eafe85b676d50f2db9070443f57a3d3af580db57aa797

diff --git a/net-libs/libprotoident/libprotoident-2.0.10.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.10.ebuild
new file mode 100644
index ..325ec5b
--- /dev/null
+++ b/net-libs/libprotoident/libprotoident-2.0.10.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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";
+
+LICENSE="GPL-2"
+SLOT="0/2"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs +tools"
+
+DEPEND="
+   >=net-libs/libtrace-3.0.9
+   tools? ( net-libs/libflowmanager )
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with tools)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2017-01-07 Thread Jeroen Roovers
commit: aedbb1f9e9f9eae693f5392d01ac8933e0318ab3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan  7 08:31:52 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan  7 08:31:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedbb1f9

net-libs/libprotoident: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libprotoident/Manifest   |  1 -
 net-libs/libprotoident/libprotoident-2.0.8.ebuild | 26 ---
 2 files changed, 27 deletions(-)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index 8655986..d0dd53d 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,3 +1,2 @@
 DIST libprotoident-2.0.10.tar.gz 534718 SHA256 
a5ef504967c34fa07ed967b3a629a9df2768eb9da799858ceecd8026ca1efceb SHA512 
88f2088cc4662fc02ee3d70c86e55ced716ff62a2fb7479ee04f55f78a34bea7346d81cc01663ef61f2fe29cffc4c1bc6ddca34c45abb93c9929d9422df0db22
 WHIRLPOOL 
9689d7ce90643d4b4d5173596c0c448af46c7b1e7f311b9296372c569bce7a6d57fd5aec34c286ee5ea4815202d56317836cbef6d9571aff54e2fe6fda492ef3
-DIST libprotoident-2.0.8.tar.gz 521527 SHA256 
eb7ca6a4488084e669dfecc65151e0f3defa4e9a5a6296f7ac436afac045e527 SHA512 
6c62c70117849aef2e5ae66646c5c8ea63db739cdeb7ee8cdf715c25b06f0916de9ba707a971ca2e7d2770b2b5e13e22bab31b5ccfff734b1429a1946f46d37c
 WHIRLPOOL 
1b030485b9e94cce8730019bfb86c6ff629b165ce49628c2fab09d1638a5f85a3fd568cf4753b05eb567323409b9eebe64d009cc4005b2c8e99d370dc26cd720
 DIST libprotoident-2.0.9.tar.gz 532743 SHA256 
da8c68e6e792285346c5a5c9fa64d03536662c4a11b192fb05ea6cc013d1dfe6 SHA512 
480508bf3b40ca9c18d35d888a18b476437cc79988fa9476fa04f45d0764752a41c02436a47d873fe6be977eedc7e870f1bd1da3edae526322247d33d8de204b
 WHIRLPOOL 
838603801ae7064ea0d45887e556a6bd5289f31870806c76b56718d6f30cb6ab61cc7c2ca7158383271eafe85b676d50f2db9070443f57a3d3af580db57aa797

diff --git a/net-libs/libprotoident/libprotoident-2.0.8.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.8.ebuild
deleted file mode 100644
index 0fd42ea..
--- a/net-libs/libprotoident/libprotoident-2.0.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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";
-
-LICENSE="GPL-2"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs +tools"
-
-DEPEND="
-   >=net-libs/libtrace-3.0.7
-   tools? ( net-libs/libflowmanager )
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   econf $(use_with tools)
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2016-08-30 Thread Jeroen Roovers
commit: 12b75d9f7800ef86099796e12a6104f1b94f846b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug 31 04:00:39 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug 31 04:54:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b75d9f

net-libs/libprotoident: Version bump.

Package-Manager: portage-2.3.0

 net-libs/libprotoident/Manifest   |  1 +
 net-libs/libprotoident/libprotoident-2.0.9.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index 04bf1a9..5a0336d 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,2 +1,3 @@
 DIST libprotoident-2.0.7.tar.gz 483119 SHA256 
5063497274e546b01b0606c8906a292cbe1e2ba8d6f3b6cd25de16a91fef635e SHA512 
0491a2c67f1cd43dc82d68f8d6d3d6c423a7ba6ce07141107b9f50c08b858974c504dcf563501b3f33c29e799baa88871444f12ebf5f6c70adc73c08824dced8
 WHIRLPOOL 
37c9eecd5f3ba81d02d849aebeab05b21e26c0e0e58718a55841c500c9c33faf3cecac5d564a619a2aaf7d5c4e703297997f8e45d575d846ca9c1c6a34e8f6d6
 DIST libprotoident-2.0.8.tar.gz 521527 SHA256 
eb7ca6a4488084e669dfecc65151e0f3defa4e9a5a6296f7ac436afac045e527 SHA512 
6c62c70117849aef2e5ae66646c5c8ea63db739cdeb7ee8cdf715c25b06f0916de9ba707a971ca2e7d2770b2b5e13e22bab31b5ccfff734b1429a1946f46d37c
 WHIRLPOOL 
1b030485b9e94cce8730019bfb86c6ff629b165ce49628c2fab09d1638a5f85a3fd568cf4753b05eb567323409b9eebe64d009cc4005b2c8e99d370dc26cd720
+DIST libprotoident-2.0.9.tar.gz 532743 SHA256 
da8c68e6e792285346c5a5c9fa64d03536662c4a11b192fb05ea6cc013d1dfe6 SHA512 
480508bf3b40ca9c18d35d888a18b476437cc79988fa9476fa04f45d0764752a41c02436a47d873fe6be977eedc7e870f1bd1da3edae526322247d33d8de204b
 WHIRLPOOL 
838603801ae7064ea0d45887e556a6bd5289f31870806c76b56718d6f30cb6ab61cc7c2ca7158383271eafe85b676d50f2db9070443f57a3d3af580db57aa797

diff --git a/net-libs/libprotoident/libprotoident-2.0.9.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.9.ebuild
new file mode 100644
index ..9b6e600
--- /dev/null
+++ b/net-libs/libprotoident/libprotoident-2.0.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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";
+
+LICENSE="GPL-2"
+SLOT="0/2"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs +tools"
+
+DEPEND="
+   >=net-libs/libtrace-3.0.9
+   tools? ( net-libs/libflowmanager )
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with tools)
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2016-08-30 Thread Jeroen Roovers
commit: f38cd2abfa8651ee91c474fbc9fdc108c6239d6a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug 31 04:01:22 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug 31 04:54:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38cd2ab

net-libs/libprotoident: Old.

Package-Manager: portage-2.3.0

 net-libs/libprotoident/Manifest   |  1 -
 net-libs/libprotoident/libprotoident-2.0.7.ebuild | 28 ---
 2 files changed, 29 deletions(-)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index 5a0336d..08e1d12 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1,3 +1,2 @@
-DIST libprotoident-2.0.7.tar.gz 483119 SHA256 
5063497274e546b01b0606c8906a292cbe1e2ba8d6f3b6cd25de16a91fef635e SHA512 
0491a2c67f1cd43dc82d68f8d6d3d6c423a7ba6ce07141107b9f50c08b858974c504dcf563501b3f33c29e799baa88871444f12ebf5f6c70adc73c08824dced8
 WHIRLPOOL 
37c9eecd5f3ba81d02d849aebeab05b21e26c0e0e58718a55841c500c9c33faf3cecac5d564a619a2aaf7d5c4e703297997f8e45d575d846ca9c1c6a34e8f6d6
 DIST libprotoident-2.0.8.tar.gz 521527 SHA256 
eb7ca6a4488084e669dfecc65151e0f3defa4e9a5a6296f7ac436afac045e527 SHA512 
6c62c70117849aef2e5ae66646c5c8ea63db739cdeb7ee8cdf715c25b06f0916de9ba707a971ca2e7d2770b2b5e13e22bab31b5ccfff734b1429a1946f46d37c
 WHIRLPOOL 
1b030485b9e94cce8730019bfb86c6ff629b165ce49628c2fab09d1638a5f85a3fd568cf4753b05eb567323409b9eebe64d009cc4005b2c8e99d370dc26cd720
 DIST libprotoident-2.0.9.tar.gz 532743 SHA256 
da8c68e6e792285346c5a5c9fa64d03536662c4a11b192fb05ea6cc013d1dfe6 SHA512 
480508bf3b40ca9c18d35d888a18b476437cc79988fa9476fa04f45d0764752a41c02436a47d873fe6be977eedc7e870f1bd1da3edae526322247d33d8de204b
 WHIRLPOOL 
838603801ae7064ea0d45887e556a6bd5289f31870806c76b56718d6f30cb6ab61cc7c2ca7158383271eafe85b676d50f2db9070443f57a3d3af580db57aa797

diff --git a/net-libs/libprotoident/libprotoident-2.0.7.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.7.ebuild
deleted file mode 100644
index dbb4c22..
--- a/net-libs/libprotoident/libprotoident-2.0.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools-utils
-
-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";
-
-LICENSE="GPL-2"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs +tools"
-
-DEPEND=">=net-libs/libtrace-3.0.7
-   tools? ( net-libs/libflowmanager )"
-RDEPEND="${DEPEND}"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_configure() {
-   local myeconfargs=(
-   $(use_with tools)
-   )
-   autotools-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/

2016-05-05 Thread Jeroen Roovers
commit: 17db6e38cdc706169141394f925e2ac7db8b3690
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May  5 07:53:52 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May  5 07:53:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17db6e38

net-libs/libprotoident: Version bump.

Package-Manager: portage-2.2.28

 net-libs/libprotoident/Manifest   |  1 +
 net-libs/libprotoident/libprotoident-2.0.8.ebuild | 26 +++
 2 files changed, 27 insertions(+)

diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
index d7764bc..04bf1a9 100644
--- a/net-libs/libprotoident/Manifest
+++ b/net-libs/libprotoident/Manifest
@@ -1 +1,2 @@
 DIST libprotoident-2.0.7.tar.gz 483119 SHA256 
5063497274e546b01b0606c8906a292cbe1e2ba8d6f3b6cd25de16a91fef635e SHA512 
0491a2c67f1cd43dc82d68f8d6d3d6c423a7ba6ce07141107b9f50c08b858974c504dcf563501b3f33c29e799baa88871444f12ebf5f6c70adc73c08824dced8
 WHIRLPOOL 
37c9eecd5f3ba81d02d849aebeab05b21e26c0e0e58718a55841c500c9c33faf3cecac5d564a619a2aaf7d5c4e703297997f8e45d575d846ca9c1c6a34e8f6d6
+DIST libprotoident-2.0.8.tar.gz 521527 SHA256 
eb7ca6a4488084e669dfecc65151e0f3defa4e9a5a6296f7ac436afac045e527 SHA512 
6c62c70117849aef2e5ae66646c5c8ea63db739cdeb7ee8cdf715c25b06f0916de9ba707a971ca2e7d2770b2b5e13e22bab31b5ccfff734b1429a1946f46d37c
 WHIRLPOOL 
1b030485b9e94cce8730019bfb86c6ff629b165ce49628c2fab09d1638a5f85a3fd568cf4753b05eb567323409b9eebe64d009cc4005b2c8e99d370dc26cd720

diff --git a/net-libs/libprotoident/libprotoident-2.0.8.ebuild 
b/net-libs/libprotoident/libprotoident-2.0.8.ebuild
new file mode 100644
index 000..0fd42ea
--- /dev/null
+++ b/net-libs/libprotoident/libprotoident-2.0.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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";
+
+LICENSE="GPL-2"
+SLOT="0/2"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs +tools"
+
+DEPEND="
+   >=net-libs/libtrace-3.0.7
+   tools? ( net-libs/libflowmanager )
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   econf $(use_with tools)
+}