hanno       14/12/25 12:58:15

  Modified:             ChangeLog
  Added:                afl-1.03b.ebuild
  Log:
  afl bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BBB51E42)

Revision  Changes    Path
1.5                  app-forensics/afl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Dec 2014 00:36:21 -0000      1.4
+++ ChangeLog   25 Dec 2014 12:58:15 -0000      1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/afl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v 1.4 
2014/12/10 00:36:21 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v 1.5 
2014/12/25 12:58:15 hanno Exp $
+
+*afl-1.03b (25 Dec 2014)
+
+  25 Dec 2014; <ha...@gentoo.org> +afl-1.03b.ebuild:
+  Bump.
 
 *afl-0.89b (10 Dec 2014)
 



1.1                  app-forensics/afl/afl-1.03b.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/afl-1.03b.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/afl-1.03b.ebuild?rev=1.1&content-type=text/plain

Index: afl-1.03b.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/afl-1.03b.ebuild,v 1.1 
2014/12/25 12:58:15 hanno Exp $

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
}




Reply via email to