summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2022-01-13 23:08:00 +0100
committerAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2022-01-13 23:09:25 +0100
commit9bbdf6e7566f70e41e1d565b84da2e22da33c269 (patch)
tree87e4a3ad6637da6f33e6f0f525bd016c25cf1497 /dev-util/radare2/radare2-0.9.6.ebuild
parentRemove broken packages reported by QA (diff)
downloadaluco-master.tar.gz
aluco-master.tar.bz2
aluco-master.zip
Remove broken packages reported by QAHEADmaster
- phoronix-test-suite - spacenavd - radare2 - moria - omega - corewars Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Diffstat (limited to 'dev-util/radare2/radare2-0.9.6.ebuild')
-rw-r--r--dev-util/radare2/radare2-0.9.6.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-util/radare2/radare2-0.9.6.ebuild b/dev-util/radare2/radare2-0.9.6.ebuild
deleted file mode 100644
index 9c8138a..0000000
--- a/dev-util/radare2/radare2-0.9.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-inherit base eutils
-
-DESCRIPTION="Advanced command line hexadecimal editor and more"
-HOMEPAGE="http://www.radare.org"
-SRC_URI="http://www.radare.org/get/radare2-${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-#IUSE="cparse debugger sysmagic ewf ssl"
-IUSE="cparse debugger ewf ssl"
-
-RDEPEND="ssl? ( dev-libs/openssl )
- ewf? ( app-forensics/libewf )
- "
-#sysmagic? ( sys-libs/libmagic )
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- myconf=""
- use cparse && myconf="${myconf} $(use_enable cparse)"
- use debugger || myconf="${myconf} $(use_enable debugger)"
- #use sysmagic && myconf="${myconf} $(use_with sysmagic)"
- use ewf || myconf="${myconf} $(use_with ewf)"
- use ssl && myconf="${myconf} $(use_with ssl openssl)"
-
- econf ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" INSTALL_PROGRAM="install" install || die "install failed"
-}