From: "Hanno Böck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/afl/
Date: Thu, 20 Jun 2024 11:11:12 +0000 (UTC) [thread overview]
Message-ID: <1718881860.9495697a120d73ae8f58ad6c15944baa18f77956.hanno@gentoo> (raw)
commit: 9495697a120d73ae8f58ad6c15944baa18f77956
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 11:10:56 2024 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 11:11:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9495697a
app-forensics/afl: drop 2.56b-r1, 2.57b-r1
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
app-forensics/afl/Manifest | 1 -
app-forensics/afl/afl-2.56b-r1.ebuild | 43 -----------------------------------
app-forensics/afl/afl-2.57b-r1.ebuild | 43 -----------------------------------
3 files changed, 87 deletions(-)
diff --git a/app-forensics/afl/Manifest b/app-forensics/afl/Manifest
index f374d02bb8bd..f67a27b26981 100644
--- a/app-forensics/afl/Manifest
+++ b/app-forensics/afl/Manifest
@@ -1,2 +1 @@
-DIST afl-2.56b.tar.gz 836989 BLAKE2B 974c1efa3999c714068529d24c81e6d0ffb45a487b97625fa4ff538aeb86d43825561d5b496cb47caebf687078699e2ee606d7525424b5890dced14a95417750 SHA512 4e76fc503fe615aac4d0bbd8e3632d5cfbb7a3ac107be03c399afc024a8ad364dba933875d50a9b65083159faf6ebef5e13c39b25db977b01bd29b6340cad162
DIST afl-2.57b.tar.gz 839871 BLAKE2B 69029d59451e468528386154e8938a1a7303765e039f98aa05e36f07314398f60ff2578f765142e1f1ff653e5ab93ea53a2efb98abe275046ebacdd3ca8363b6 SHA512 5d12b96229e966aeb11deb47cd8eb36cde2fa32656eb187db02c7240909d6acda36be59b2baf7e42cddd228d25ec94c8bffc3fa27f7f4b5e1e462b62929ce75d
diff --git a/app-forensics/afl/afl-2.56b-r1.ebuild b/app-forensics/afl/afl-2.56b-r1.ebuild
deleted file mode 100644
index a57da12ded46..000000000000
--- a/app-forensics/afl/afl-2.56b-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib toolchain-funcs flag-o-matic
-
-DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer"
-HOMEPAGE="https://lcamtuf.coredump.cx/afl/"
-SRC_URI="https://github.com/google/AFL/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="sys-devel/gcc:*
- sys-devel/clang:=
- !app-forensics/aflplusplus"
-RDEPEND="${DEPEND}"
-QA_PREBUILT="/usr/share/afl/testcases/others/elf/small_exec.elf"
-
-S="${WORKDIR}/AFL-${PV}"
-
-src_compile() {
- emake CC="$(tc-getCC)" \
- PREFIX="${EPREFIX}/usr" \
- HELPER_PATH="${EPREFIX}/usr/$(get_libdir)/afl" \
- DOC_PATH="${EPREFIX}/usr/share/doc/${PF}"
- CC="clang" CXX="clang++" strip-unsupported-flags
- cd llvm_mode || die
- emake \
- PREFIX="${EPREFIX}/usr" \
- HELPER_PATH="${EPREFIX}/usr/$(get_libdir)/afl" \
- DOC_PATH="${EPREFIX}/usr/share/doc/${PF}"
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
- HELPER_PATH="${EPREFIX}/usr/$(get_libdir)/afl" \
- DOC_PATH="${EPREFIX}/usr/share/doc/${PF}" \
- install
-}
diff --git a/app-forensics/afl/afl-2.57b-r1.ebuild b/app-forensics/afl/afl-2.57b-r1.ebuild
deleted file mode 100644
index a57da12ded46..000000000000
--- a/app-forensics/afl/afl-2.57b-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib toolchain-funcs flag-o-matic
-
-DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer"
-HOMEPAGE="https://lcamtuf.coredump.cx/afl/"
-SRC_URI="https://github.com/google/AFL/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="sys-devel/gcc:*
- sys-devel/clang:=
- !app-forensics/aflplusplus"
-RDEPEND="${DEPEND}"
-QA_PREBUILT="/usr/share/afl/testcases/others/elf/small_exec.elf"
-
-S="${WORKDIR}/AFL-${PV}"
-
-src_compile() {
- emake CC="$(tc-getCC)" \
- PREFIX="${EPREFIX}/usr" \
- HELPER_PATH="${EPREFIX}/usr/$(get_libdir)/afl" \
- DOC_PATH="${EPREFIX}/usr/share/doc/${PF}"
- CC="clang" CXX="clang++" strip-unsupported-flags
- cd llvm_mode || die
- emake \
- PREFIX="${EPREFIX}/usr" \
- HELPER_PATH="${EPREFIX}/usr/$(get_libdir)/afl" \
- DOC_PATH="${EPREFIX}/usr/share/doc/${PF}"
-}
-
-src_install() {
- emake DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
- HELPER_PATH="${EPREFIX}/usr/$(get_libdir)/afl" \
- DOC_PATH="${EPREFIX}/usr/share/doc/${PF}" \
- install
-}
next reply other threads:[~2024-06-20 11:11 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-20 11:11 Hanno Böck [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-02 5:05 [gentoo-commits] repo/gentoo:master commit in: app-forensics/afl/ Sam James
2020-09-04 10:10 Hanno Böck
2020-09-04 9:56 Hanno Böck
2020-02-03 20:34 Hanno Böck
2019-11-02 12:59 Hanno Boeck
2019-09-22 11:39 Hanno Boeck
2019-01-03 19:19 Hanno Boeck
2019-01-03 19:11 Hanno Boeck
2017-12-10 14:16 David Seifert
2017-11-09 18:49 Manuel Rüger
2017-09-15 11:39 Manuel Rüger
2017-07-12 12:20 Manuel Rüger
2017-02-06 21:08 Hanno Boeck
2016-10-22 0:25 Hanno Boeck
2016-08-20 19:39 Hanno Boeck
2016-07-06 10:38 Hanno Boeck
2016-05-16 15:44 Sebastian Pipping
2016-03-08 19:17 Hanno Boeck
2016-01-03 16:07 Hanno Boeck
2016-01-03 16:01 Patrice Clement
2016-01-03 15:33 Hanno Boeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1718881860.9495697a120d73ae8f58ad6c15944baa18f77956.hanno@gentoo \
--to=hanno@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox