app-forensics/zzuf: drop old
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 9 Nov 2019 20:27:45 +0000 (20:27 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 9 Nov 2019 20:31:21 +0000 (20:31 +0000)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
app-forensics/zzuf/Manifest
app-forensics/zzuf/zzuf-0.13-r1.ebuild [deleted file]

index 1bdc355fab9a7d76ff5744e73fa8cfb4dfcbe1bb..d8aae2569a33e5a2713ba68a345d56bec98d83af 100644 (file)
@@ -1,3 +1 @@
-DIST zzuf-0.13-zzcat-zzat-rename.patch.bz2 11370 BLAKE2B a1a2fef43f9ae5aecb89e364db7ec045611d531ae8f3ff56fed625050ab61ea147af6b1e3ad005a91a91d86b4d17dbc3f00c61744325549a6a2d2981d420ae47 SHA512 5df3ccc08315c8a983f13294ca3fc38f3b7094a9ba04a46ee7740522ad486318bcf019fec78d60581cb541b5ebdbe1d0751273233d5a54b03f411aef84790529
-DIST zzuf-0.13.tar.gz 461498 BLAKE2B bb42c32f466b2f99675ec7e2c8ad5fdd0852e8b3a94b05dcd9d4d705d3ca1abaef5d6e7c6a4f204c6050ab8ad2eefbeaa6e0378c4ebda7a65cfa2c7e5a8b6fbf SHA512 e8208dae68b4eee5ebc96775476f616c6822bc9a6a9c753d7f477e9f3e6f527a03e1aec494c2cb8a6666f3159104ea2e221acf8da35efb7d8e357666dbc315ce
 DIST zzuf-0.15.tar.bz2 394859 BLAKE2B a040bc0c43050d36b4dcc59ad49e42a81a0f944fdcaea537a33c925cc9a60cebe46bbd165df4a309204e4c125fb871e9aaaf532183cdb1101ac33230b83f5979 SHA512 7e5b55761c0f75af10920e1ffdde1564022b8d43ce8f59d6b0a27d2c59779ef98dd561cb26f781b8cee09016f08144439770ea2db250874d4bebd2443f592898
diff --git a/app-forensics/zzuf/zzuf-0.13-r1.ebuild b/app-forensics/zzuf/zzuf-0.13-r1.ebuild
deleted file mode 100644 (file)
index 14e3745..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools eutils
-
-DESCRIPTION="Transparent application input fuzzer"
-HOMEPAGE="http://caca.zoy.org/wiki/zzuf"
-SRC_URI="http://caca.zoy.org/files/${PN}/${P}.tar.gz
-       https://dev.gentoo.org/~cardoe/distfiles/${P}-zzcat-zzat-rename.patch.bz2"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-# fails with sandbox enabled
-RESTRICT="test"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
-       sed -i -e '/CFLAGS/d' "${S}"/configure.ac \
-               || die "unable to fix the configure.ac"
-       sed -i -e 's:noinst_:check_:' "${S}"/test/Makefile.am \
-               || die "unable to fix unconditional test building"
-
-       epatch "${DISTDIR}"/${P}-zzcat-zzat-rename.patch.bz2
-
-       eautoreconf
-}
-
-src_configure() {
-       # Don't build the static library, as the library is only used for
-       # preloading, so there is no reason to build it statically, unless
-       # you want to use zzuf with a static-linked executable, which I'm
-       # not even sure would be a good idea.
-       econf --disable-static
-}
-
-src_install() {
-       default
-
-       find "${D}" -name '*.la' -delete
-}