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-analyzer/tcpflow/
Date: Sun, 24 Sep 2017 19:31:19
Message-Id: 1506281415.c3fd868a25bc4b65633ba745719805204140ab85.jer@gentoo
1 commit: c3fd868a25bc4b65633ba745719805204140ab85
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 24 19:30:15 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 24 19:30:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fd868a
7
8 net-analyzer/tcpflow: Add alternate sites for dfxml and be13_api snapshots.
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 net-analyzer/tcpflow/tcpflow-1.5.0_alpha.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/tcpflow/tcpflow-1.5.0_alpha.ebuild b/net-analyzer/tcpflow/tcpflow-1.5.0_alpha.ebuild
16 index b5ae445887a..d50a6ea4822 100644
17 --- a/net-analyzer/tcpflow/tcpflow-1.5.0_alpha.ebuild
18 +++ b/net-analyzer/tcpflow/tcpflow-1.5.0_alpha.ebuild
19 @@ -7,9 +7,11 @@ inherit autotools flag-o-matic
20 DESCRIPTION="A tool for monitoring, capturing and storing TCP connections flows"
21 HOMEPAGE="https://github.com/simsong/tcpflow https://packages.qa.debian.org/t/tcpflow.html"
22 SRC_URI="
23 - https://github.com/simsong/${PN}/archive/${P/_/}.tar.gz
24 - https://api.github.com/repos/simsong/dfxml/tarball/7d11eaa7da8d31f588ce8aecb4b4f5e7e8169ba6 -> dfxml-20170921.tar.gz
25 https://api.github.com/repos/simsong/be13_api/tarball/c81521d768bb78499c069fcd7c47adc8eee0350c -> be13_api-20170924.tar.gz
26 + https://api.github.com/repos/simsong/dfxml/tarball/7d11eaa7da8d31f588ce8aecb4b4f5e7e8169ba6 -> dfxml-20170921.tar.gz
27 + https://dev.gentoo.org/~jer/be13_api-20170924.tar.gz
28 + https://dev.gentoo.org/~jer/dfxml-20170921.tar.gz
29 + https://github.com/simsong/${PN}/archive/${P/_/}.tar.gz
30 "
31
32 LICENSE="GPL-3"