Gentoo Archives: gentoo-commits

From: Hanno Boeck <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/afl/
Date: Sun, 03 Jan 2016 16:07:28
Message-Id: 1451837262.993357204a3354877033769b0d480290bb6c92c2.hanno@gentoo
1 commit: 993357204a3354877033769b0d480290bb6c92c2
2 Author: Hanno <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 16:06:28 2016 +0000
4 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 16:07:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99335720
7
8 app-forensics/afl: Fix // in SRC_URI, fix Manifest
9
10 Package-Manager: portage-2.2.26
11
12 app-forensics/afl/afl-1.80b.ebuild | 4 ++--
13 app-forensics/afl/afl-1.96b.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-forensics/afl/afl-1.80b.ebuild b/app-forensics/afl/afl-1.80b.ebuild
17 index a6acdfd..c726297 100644
18 --- a/app-forensics/afl/afl-1.80b.ebuild
19 +++ b/app-forensics/afl/afl-1.80b.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -8,7 +8,7 @@ inherit multilib toolchain-funcs
27
28 DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer"
29 HOMEPAGE="http://lcamtuf.coredump.cx/afl/"
30 -SRC_URI="http://lcamtuf.coredump.cx/afl/releases//${P}.tgz"
31 +SRC_URI="http://lcamtuf.coredump.cx/afl/releases/${P}.tgz"
32
33 LICENSE="Apache-2.0"
34 SLOT="0"
35
36 diff --git a/app-forensics/afl/afl-1.96b.ebuild b/app-forensics/afl/afl-1.96b.ebuild
37 index f311733..c726297 100644
38 --- a/app-forensics/afl/afl-1.96b.ebuild
39 +++ b/app-forensics/afl/afl-1.96b.ebuild
40 @@ -8,7 +8,7 @@ inherit multilib toolchain-funcs
41
42 DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer"
43 HOMEPAGE="http://lcamtuf.coredump.cx/afl/"
44 -SRC_URI="http://lcamtuf.coredump.cx/afl/releases//${P}.tgz"
45 +SRC_URI="http://lcamtuf.coredump.cx/afl/releases/${P}.tgz"
46
47 LICENSE="Apache-2.0"
48 SLOT="0"