Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/
Date: Mon, 15 Apr 2019 10:02:41
Message-Id: 1555322555.41b8b24cdbb2ce84fb60e262b4bfd843f1f0ca98.jer@gentoo
1 commit: 41b8b24cdbb2ce84fb60e262b4bfd843f1f0ca98
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 15 10:01:05 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 10:02:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b8b24c
7
8 net-libs/libprotoident: Version 2.0.13
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-libs/libprotoident/Manifest | 1 +
14 ...toident-9999.ebuild => libprotoident-2.0.13.ebuild} | 18 ++++++++----------
15 net-libs/libprotoident/libprotoident-9999.ebuild | 6 +++---
16 3 files changed, 12 insertions(+), 13 deletions(-)
17
18 diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
19 index eeda9ad52f8..b7a5dc11e05 100644
20 --- a/net-libs/libprotoident/Manifest
21 +++ b/net-libs/libprotoident/Manifest
22 @@ -1 +1,2 @@
23 DIST libprotoident-2.0.12.tar.gz 571466 BLAKE2B 604dee2d33f7944615211ee3ab0a3ba610354bd604bcbf5296d58698ab963b5e667ea3e08fc2df62dfdb1e7dc7a336a57be6e61b6f410fdd7a96f3b46c35d70c SHA512 b8ba13ce9286a026062f47ffe3bf9407b408f64fbf0521aeebaf0e39e6ddf70cfbc6574f8e9c0f35fc2c2e5f9c4e71e200536665988f88c65bbdbeb9b7baed16
24 +DIST libprotoident-2.0.13.tar.gz 592008 BLAKE2B b8e4ecf5fdc1b40881709e9a572148e666f6d1a56c00cca39efd81caba3c3344a57bbc57e0794a92d1ec23bac3c928ac2b06323c1785cb8fc08cb33f55f2195c SHA512 905c97ba3f994d7b63c95ee80bc7b2c2be13b86745d072f5aecb4df88f791c02dcda3f851f01b5cca3cd36ad87379759789238a8c05f3209a5aad3d854e6ff20
25
26 diff --git a/net-libs/libprotoident/libprotoident-9999.ebuild b/net-libs/libprotoident/libprotoident-2.0.13.ebuild
27 similarity index 69%
28 copy from net-libs/libprotoident/libprotoident-9999.ebuild
29 copy to net-libs/libprotoident/libprotoident-2.0.13.ebuild
30 index 397ba5fb925..8d80ce7cabd 100644
31 --- a/net-libs/libprotoident/libprotoident-9999.ebuild
32 +++ b/net-libs/libprotoident/libprotoident-2.0.13.ebuild
33 @@ -1,18 +1,16 @@
34 # Copyright 1999-2019 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=6
38 -inherit autotools eutils git-r3
39 +EAPI=7
40
41 DESCRIPTION="A library that performs application layer protocol identification for flows"
42 HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
43 -EGIT_REPO_URI="https://github.com/wanduow/libprotoident"
44 -EGIT_BRANCH="develop"
45 +SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz"
46
47 LICENSE="LGPL-3+"
48 SLOT="0/2"
49 -KEYWORDS=""
50 -IUSE="static-libs +tools"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="static-libs tools"
53
54 DEPEND="
55 >=net-libs/libtrace-4.0.1
56 @@ -25,9 +23,9 @@ RDEPEND="
57 src_prepare() {
58 default
59
60 - sed -i -e '/-Werror/d' lib/Makefile.am || die
61 -
62 - eautoreconf
63 + sed -i \
64 + -e '/-Werror/d' \
65 + lib/Makefile{.am,.in} || die
66 }
67
68 src_configure() {
69 @@ -38,5 +36,5 @@ src_configure() {
70
71 src_install() {
72 default
73 - prune_libtool_files
74 + find "${D}" -name '*.la' -delete || die
75 }
76
77 diff --git a/net-libs/libprotoident/libprotoident-9999.ebuild b/net-libs/libprotoident/libprotoident-9999.ebuild
78 index 397ba5fb925..89b8578c07c 100644
79 --- a/net-libs/libprotoident/libprotoident-9999.ebuild
80 +++ b/net-libs/libprotoident/libprotoident-9999.ebuild
81 @@ -1,8 +1,8 @@
82 # Copyright 1999-2019 Gentoo Authors
83 # Distributed under the terms of the GNU General Public License v2
84
85 -EAPI=6
86 -inherit autotools eutils git-r3
87 +EAPI=7
88 +inherit autotools git-r3
89
90 DESCRIPTION="A library that performs application layer protocol identification for flows"
91 HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
92 @@ -38,5 +38,5 @@ src_configure() {
93
94 src_install() {
95 default
96 - prune_libtool_files
97 + find "${D}" -name '*.la' -delete || die
98 }