diff options
author | Hanno <hanno@gentoo.org> | 2016-01-03 16:33:23 +0100 |
---|---|---|
committer | Hanno <hanno@gentoo.org> | 2016-01-03 16:33:23 +0100 |
commit | dd3139170e1c21bfbca9cdbcca0b905da324c944 (patch) | |
tree | 54eb348593ff1280c47b9cc48dc874e8b34ca203 /app-forensics | |
parent | net-libs/enet: inherit eutils instead of base (diff) | |
download | gentoo-dd3139170e1c21bfbca9cdbcca0b905da324c944.tar.gz gentoo-dd3139170e1c21bfbca9cdbcca0b905da324c944.tar.bz2 gentoo-dd3139170e1c21bfbca9cdbcca0b905da324c944.zip |
app-forensics/afl: Bump to 1.96b, remove old
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/afl/afl-1.57b.ebuild | 34 | ||||
-rw-r--r-- | app-forensics/afl/afl-1.96b.ebuild (renamed from app-forensics/afl/afl-1.45b.ebuild) | 11 |
2 files changed, 8 insertions, 37 deletions
diff --git a/app-forensics/afl/afl-1.57b.ebuild b/app-forensics/afl/afl-1.57b.ebuild deleted file mode 100644 index 2ceb6deb5641..000000000000 --- a/app-forensics/afl/afl-1.57b.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit multilib toolchain-funcs - -DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer" -HOMEPAGE="http://lcamtuf.coredump.cx/afl/" -SRC_URI="http://lcamtuf.coredump.cx/afl/releases//${P}.tgz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="sys-devel/gcc" -RDEPEND="${DEPEND}" - -src_compile() { - emake CC="$(tc-getCC)" \ - PREFIX="/usr" \ - HELPER_PATH="/usr/$(get_libdir)/afl" \ - DOC_PATH="/usr/share/doc/${PF}" -} - -src_install() { - emake DESTDIR="${D}" \ - PREFIX="/usr" \ - HELPER_PATH="/usr/$(get_libdir)/afl" \ - DOC_PATH="/usr/share/doc/${PF}" \ - install -} diff --git a/app-forensics/afl/afl-1.45b.ebuild b/app-forensics/afl/afl-1.96b.ebuild index 2ceb6deb5641..f311733a15d6 100644 --- a/app-forensics/afl/afl-1.45b.ebuild +++ b/app-forensics/afl/afl-1.96b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,8 +14,8 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" - -DEPEND="sys-devel/gcc" +DEPEND="sys-devel/gcc:* + sys-devel/clang" RDEPEND="${DEPEND}" src_compile() { @@ -23,6 +23,11 @@ src_compile() { PREFIX="/usr" \ HELPER_PATH="/usr/$(get_libdir)/afl" \ DOC_PATH="/usr/share/doc/${PF}" + cd llvm_mode + emake \ + PREFIX="/usr" \ + HELPER_PATH="/usr/$(get_libdir)/afl" \ + DOC_PATH="/usr/share/doc/${PF}" } src_install() { |