public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-forensics/afl: ChangeLog afl-0.74b.ebuild
@ 2014-11-27 23:00 Hanno Boeck (hanno)
  0 siblings, 0 replies; only message in thread
From: Hanno Boeck (hanno) @ 2014-11-27 23:00 UTC (permalink / raw
  To: gentoo-commits

hanno       14/11/27 23:00:17

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

Revision  Changes    Path
1.3                  app-forensics/afl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	19 Nov 2014 23:52:32 -0000	1.2
+++ ChangeLog	27 Nov 2014 23:00:17 -0000	1.3
@@ -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.2 2014/11/19 23:52:32 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v 1.3 2014/11/27 23:00:17 hanno Exp $
+
+*afl-0.74b (27 Nov 2014)
+
+  27 Nov 2014; <hanno@gentoo.org> +afl-0.74b.ebuild:
+  Bump.
 
 *afl-0.57b (19 Nov 2014)
 



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

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

Index: afl-0.74b.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-0.74b.ebuild,v 1.1 2014/11/27 23:00:17 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)" \
		HELPER_PATH="/usr/$(get_libdir)/afl"
}

src_install() {
	emake DESTDIR="${D}" \
		PREFIX="/usr" \
		HELPER_PATH="/usr/$(get_libdir)/afl" \
		DOC_PATH="/usr/share/doc/${PF}" \
		install
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-27 23:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-27 23:00 [gentoo-commits] gentoo-x86 commit in app-forensics/afl: ChangeLog afl-0.74b.ebuild Hanno Boeck (hanno)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox