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: Thu, 05 May 2016 07:55:42
Message-Id: 1462434832.17db6e38cdc706169141394f925e2ac7db8b3690.jer@gentoo
1 commit: 17db6e38cdc706169141394f925e2ac7db8b3690
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 07:53:52 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 07:53:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17db6e38
7
8 net-libs/libprotoident: Version bump.
9
10 Package-Manager: portage-2.2.28
11
12 net-libs/libprotoident/Manifest | 1 +
13 net-libs/libprotoident/libprotoident-2.0.8.ebuild | 26 +++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/net-libs/libprotoident/Manifest b/net-libs/libprotoident/Manifest
17 index d7764bc..04bf1a9 100644
18 --- a/net-libs/libprotoident/Manifest
19 +++ b/net-libs/libprotoident/Manifest
20 @@ -1 +1,2 @@
21 DIST libprotoident-2.0.7.tar.gz 483119 SHA256 5063497274e546b01b0606c8906a292cbe1e2ba8d6f3b6cd25de16a91fef635e SHA512 0491a2c67f1cd43dc82d68f8d6d3d6c423a7ba6ce07141107b9f50c08b858974c504dcf563501b3f33c29e799baa88871444f12ebf5f6c70adc73c08824dced8 WHIRLPOOL 37c9eecd5f3ba81d02d849aebeab05b21e26c0e0e58718a55841c500c9c33faf3cecac5d564a619a2aaf7d5c4e703297997f8e45d575d846ca9c1c6a34e8f6d6
22 +DIST libprotoident-2.0.8.tar.gz 521527 SHA256 eb7ca6a4488084e669dfecc65151e0f3defa4e9a5a6296f7ac436afac045e527 SHA512 6c62c70117849aef2e5ae66646c5c8ea63db739cdeb7ee8cdf715c25b06f0916de9ba707a971ca2e7d2770b2b5e13e22bab31b5ccfff734b1429a1946f46d37c WHIRLPOOL 1b030485b9e94cce8730019bfb86c6ff629b165ce49628c2fab09d1638a5f85a3fd568cf4753b05eb567323409b9eebe64d009cc4005b2c8e99d370dc26cd720
23
24 diff --git a/net-libs/libprotoident/libprotoident-2.0.8.ebuild b/net-libs/libprotoident/libprotoident-2.0.8.ebuild
25 new file mode 100644
26 index 0000000..0fd42ea
27 --- /dev/null
28 +++ b/net-libs/libprotoident/libprotoident-2.0.8.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2014 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +DESCRIPTION="A library that performs application layer protocol identification for flows"
37 +HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php"
38 +SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="0/2"
42 +KEYWORDS="~amd64 ~x86"
43 +IUSE="static-libs +tools"
44 +
45 +DEPEND="
46 + >=net-libs/libtrace-3.0.7
47 + tools? ( net-libs/libflowmanager )
48 +"
49 +RDEPEND="
50 + ${DEPEND}
51 +"
52 +
53 +src_configure() {
54 + econf $(use_with tools)
55 +}