radare2-capstone: delete obsolete package

This commit is contained in:
blshkv 2015-11-18 08:53:32 +08:00
parent 520babd7e0
commit 1378c24a7c
2 changed files with 0 additions and 32 deletions

View file

@ -1 +0,0 @@
DIST radare2-capstone-2.1.tar.gz 31588 SHA256 ebaad0d53ab5da91221efd155905e4e61e39f64f3a65e136a7c47072cd2b0981 SHA512 bf6ab7e4e3ce933ed868054646071014049f49c3e9a4ca8f0a606adc10be97871892695bce9f8f9c5e91000d01d036b542206e090f8cb625df8cfa366249b2d5 WHIRLPOOL 00fc60a6e95489fb934df1ee6d9d7e8f014aeaf094e09866e3802d39290316300fdbbbc7112a87cca9e8acdadc2c03366d40f6dacd2c97a9672b2041f129d458

View file

@ -1,31 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: blshkv$
EAPI=5
inherit eutils multilib
DESCRIPTION="Plugins for r2 to use capstone as disassembler and code analysis"
HOMEPAGE="https://github.com/radare/radare2-capstone"
SRC_URI="https://github.com/radare/radare2-capstone/archive/cs-2.1.tar.gz -> ${P}.tar.gz"
IUSE=""
LICENSE="BSD"
SLOT="0"
#absolute software
KEYWORDS=""
RDEPEND=""
DEPEND="dev-util/capstone
dev-util/radare2:="
S=${WORKDIR}/${PN}-cs-${PV}
src_install() {
# hack copied from one of Makefiles
R2DIR=$(r2 -hh| grep LIBR_PLUGINS|awk '{print $2}')
mkdir -p "${D}/${R2DIR}"
emake DESTDIR="${D}" install
}