mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-libs/libflowmanager: Version bump.
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST libflowmanager-2.0.4.tar.gz 339982 SHA256 80fbb93113fab98727b42c9b96ea09c0d817a49f884717dd27f27325e93b733c SHA512 18955416f80c7c18b949812f771000dc98c936ef556af263ef60d09f21de312a186296b5dc88c59a9298df2318d1f3be866e1ee9b34dcc5fac2dbabf2dae95a9 WHIRLPOOL 606e1b0e74602dfa7369445e3f67d705f82d38ba145c560afc28efeb927d62311e008f9a7d56957b163311e9933d89060cf5b54766f71a985333226cb9594a1e
|
||||
DIST libflowmanager-2.0.5.tar.gz 375800 SHA256 00cae0a13ac0a486a6b8db2c98a909099fd22bd8e688571e2833cf3ee7ad457e SHA512 356967ac3fd6c9cb9c3378c7101df486a80d660511e22141c473f67e8eccd5cb3a5c9a86d5c5b7528904f6cada687334f48e273116c3ca6e13e1236dadd3d2cb WHIRLPOOL eff61b24cefdda644b63ccbb5202d725bfb78ddc0e2c37a0ad2ecbda64517243e6af4dfb146d4a6e9ec3c73e21314e1c33198927e3930fbd66cf1f24329d3891
|
||||
|
||||
25
net-libs/libflowmanager/libflowmanager-2.0.5.ebuild
Normal file
25
net-libs/libflowmanager/libflowmanager-2.0.5.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="A library that measures and reports on packet flows"
|
||||
HOMEPAGE="http://research.wand.net.nz/software/libflowmanager.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"
|
||||
|
||||
DEPEND="
|
||||
>=net-libs/libtrace-3.0.6
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable static-libs static)
|
||||
}
|
||||
Reference in New Issue
Block a user