mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/radare2: drop old
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST radare2-0.10.1.tar.xz 4912104 SHA256 5ac02717786f2ff3b5326927351d5ca38464da89675c8edfb4ded43addb22987 SHA512 33cfc1f43a1571c7d8104394f3996dac7a6a5580e766ee206478caf03b4e618d4d35127b21b1164df09b9af0a7b577621c4ce717d6c0d761ab907d5cb8d59268 WHIRLPOOL 7385ab6cd64f70359b1ad246cbe7f21f579bee0a0656724d7128a0d76d9a111082f2d620841eb747bb8d4641eeb3aee17d1fc9cd2a04eada399d719c7492c21b
|
||||
DIST radare2-0.10.2.tar.xz 5055040 SHA256 1bc9ce6f5d6bec366324bc542653bba5c1b89a6980c17253ec3a1f75264beb3b SHA512 437e8fcef7429e294a199030b6cc4401b824262211d512f69b8718d41ff5aa270868e812ecaf6fe22d5fbb14715e7e89d7a13d16a70d68e0bd37e582327ac4f7 WHIRLPOOL 54246864af0ff314140db16a4a20aa3bbe1698bb91766a516f652a3436b18e0953f8be4734ca535fd56b1b5172796742ecc20126c072db4fc9e014f84075f08f
|
||||
DIST radare2-0.10.3.tar.xz 4954408 SHA256 40200c9ceb42f1ef4634843249c03d9149822e690c7edfb748c88f596eb8cb93 SHA512 c6cd195b755de8343b584a8d6f28ce1f7afb55f3c4de87d5a9ea5b4c6266b27a96f2546f070d567e142128386b81335462cac829fc765429ce5b1216d8eac736 WHIRLPOOL 763a776c6c93c5701b75f0eb0aab104f491dec98a35bd312b989483868625c36c59385dc04e4095bf293db01b559a4989a8cfea816fc2d5f47a00b74a11f0f56
|
||||
DIST radare2-0.10.4.tar.xz 5022540 SHA256 2a79f719acb848f015b56cfc67d500d3ecf93d5e54c35b3d3f9c6c0b89d348a4 SHA512 ed5afd80ac7505c93478c0bbb871202d45afe191c2d0253b519845224452c43b7f7eb91aa814140297483b34f43a07cb8ce2ddb5ace09ad0904c83fd94aebd3a WHIRLPOOL c9fb93de8b106930d61956ca89e0b05ff1da14a34f23c1af8d0419464bac4d04c8669adf4a7e204410b76f071b5482b19175d2b7fd5b81b05fd0ef3406e590c1
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Advanced command line hexadecimal editor and more"
|
||||
HOMEPAGE="http://www.radare.org"
|
||||
SRC_URI="http://www.radare.org/get/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="ssl"
|
||||
|
||||
RDEPEND="
|
||||
ssl? ( dev-libs/openssl:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
"
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-0.9.9-nogit.patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_with ssl openssl)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# a workaround for unstable $(INSTALL) call, bug #574866
|
||||
local d
|
||||
for d in doc/*; do
|
||||
if [[ -d $d ]]; then
|
||||
rm -rfv "$d" || die "failed to delete '$d'"
|
||||
fi
|
||||
done
|
||||
|
||||
default
|
||||
}
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Advanced command line hexadecimal editor and more"
|
||||
HOMEPAGE="http://www.radare.org"
|
||||
SRC_URI="http://www.radare.org/get/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="ssl"
|
||||
|
||||
RDEPEND="
|
||||
ssl? ( dev-libs/openssl:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
"
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-0.9.9-nogit.patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_with ssl openssl)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# a workaround for unstable $(INSTALL) call, bug #574866
|
||||
local d
|
||||
for d in doc/*; do
|
||||
if [[ -d $d ]]; then
|
||||
rm -rfv "$d" || die "failed to delete '$d'"
|
||||
fi
|
||||
done
|
||||
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user