Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libprotoident/
Date: Mon, 01 Feb 2021 13:30:44
Message-Id: 1612174821.0a9728dc3f69fcb2afceafb1a77bcb027db63804.sam@gentoo
1 commit: 0a9728dc3f69fcb2afceafb1a77bcb027db63804
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 09:17:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 10:20:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9728dc
7
8 net-libs/libprotoident: cleanup old
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-libs/libprotoident/Manifest | 2 --
14 net-libs/libprotoident/libprotoident-2.0.12.ebuild | 41 ----------------------
15 net-libs/libprotoident/libprotoident-2.0.13.ebuild | 40 ---------------------
16 3 files changed, 83 deletions(-)
17
18 diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
19 index fed894028bd..d28504a2654 100644
20 --- a/net-libs/libprotoident/Manifest
21 +++ b/net-libs/libprotoident/Manifest
22 @@ -1,3 +1 @@
23 DIST 2.0.14-1.tar.gz 548297 BLAKE2B 1ebee48a18b798895171152f0e56e93520d39ffd7a18f025638bb2a115fded07c76db5b1110b93c4c7e2191f5c1a6043d42ce4862d6ee30914d3a47ab225b1f1 SHA512 2026f55ccc2cbf80f11c81c8d05e23f035ed8eb0b61443d9723b0d6d37a6befe989941043b7352761ff9cc744076b3d1ee36ffe971e4bca59b8f7d4a8a1c6d94
24 -DIST libprotoident-2.0.12.tar.gz 571466 BLAKE2B 604dee2d33f7944615211ee3ab0a3ba610354bd604bcbf5296d58698ab963b5e667ea3e08fc2df62dfdb1e7dc7a336a57be6e61b6f410fdd7a96f3b46c35d70c SHA512 b8ba13ce9286a026062f47ffe3bf9407b408f64fbf0521aeebaf0e39e6ddf70cfbc6574f8e9c0f35fc2c2e5f9c4e71e200536665988f88c65bbdbeb9b7baed16
25 -DIST libprotoident-2.0.13.tar.gz 592008 BLAKE2B b8e4ecf5fdc1b40881709e9a572148e666f6d1a56c00cca39efd81caba3c3344a57bbc57e0794a92d1ec23bac3c928ac2b06323c1785cb8fc08cb33f55f2195c SHA512 905c97ba3f994d7b63c95ee80bc7b2c2be13b86745d072f5aecb4df88f791c02dcda3f851f01b5cca3cd36ad87379759789238a8c05f3209a5aad3d854e6ff20
26
27 diff --git a/net-libs/libprotoident/libprotoident-2.0.12.ebuild b/net-libs/libprotoident/libprotoident-2.0.12.ebuild
28 deleted file mode 100644
29 index 12543b4187b..00000000000
30 --- a/net-libs/libprotoident/libprotoident-2.0.12.ebuild
31 +++ /dev/null
32 @@ -1,41 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit eutils ltprune
38 -
39 -DESCRIPTION="A library that performs application layer protocol identification for flows"
40 -HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
41 -SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="LGPL-3+"
44 -SLOT="0/2"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="static-libs tools"
47 -
48 -DEPEND="
49 - >=net-libs/libtrace-4.0.1
50 - >=net-libs/libflowmanager-3.0.0
51 -"
52 -RDEPEND="
53 - ${DEPEND}
54 -"
55 -
56 -src_prepare() {
57 - default
58 -
59 - sed -i \
60 - -e '/-Werror/d' \
61 - lib/Makefile{.am,.in} || die
62 -}
63 -
64 -src_configure() {
65 - econf \
66 - $(use_enable static-libs static) \
67 - $(use_with tools)
68 -}
69 -
70 -src_install() {
71 - default
72 - prune_libtool_files
73 -}
74
75 diff --git a/net-libs/libprotoident/libprotoident-2.0.13.ebuild b/net-libs/libprotoident/libprotoident-2.0.13.ebuild
76 deleted file mode 100644
77 index 8d80ce7cabd..00000000000
78 --- a/net-libs/libprotoident/libprotoident-2.0.13.ebuild
79 +++ /dev/null
80 @@ -1,40 +0,0 @@
81 -# Copyright 1999-2019 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -
86 -DESCRIPTION="A library that performs application layer protocol identification for flows"
87 -HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
88 -SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz"
89 -
90 -LICENSE="LGPL-3+"
91 -SLOT="0/2"
92 -KEYWORDS="~amd64 ~x86"
93 -IUSE="static-libs tools"
94 -
95 -DEPEND="
96 - >=net-libs/libtrace-4.0.1
97 - >=net-libs/libflowmanager-3.0.0
98 -"
99 -RDEPEND="
100 - ${DEPEND}
101 -"
102 -
103 -src_prepare() {
104 - default
105 -
106 - sed -i \
107 - -e '/-Werror/d' \
108 - lib/Makefile{.am,.in} || die
109 -}
110 -
111 -src_configure() {
112 - econf \
113 - $(use_enable static-libs static) \
114 - $(use_with tools)
115 -}
116 -
117 -src_install() {
118 - default
119 - find "${D}" -name '*.la' -delete || die
120 -}