commit:     0acc3f25e0b9ace520011563af440db69b24375f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 14:43:46 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 14:46:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acc3f25

dev-util/radare2: drop old

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-util/radare2/Manifest             |  3 --
 dev-util/radare2/radare2-3.7.1.ebuild | 56 -----------------------------------
 dev-util/radare2/radare2-3.8.0.ebuild | 56 -----------------------------------
 dev-util/radare2/radare2-3.9.0.ebuild | 56 -----------------------------------
 4 files changed, 171 deletions(-)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index d0a4d328184..0a0c50d1e35 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,6 +1,3 @@
-DIST radare2-3.7.1.tar.gz 7481103 BLAKE2B 
4bae07dad298a45704ee45740bc3376902dfa35631efc94874666ead0b9c3dbb407558f4c02283d0909970247bc7730754cad9c6b6859a23ab40f408eff9102e
 SHA512 
972c137e20d73a4cc8001c6d3e3b0c68874ed4a837d2ec20f26bc164a5451dbd46264471adc93332eecadd86d8023579fa69b42fce0291f49979b451118c7673
-DIST radare2-3.8.0.tar.gz 7510078 BLAKE2B 
c3dcc28c0cda8c7c5f8dbc6d35c3d15fa73fec8402acfd5de0b3ea85ef0295608d2332efbb29a41e75239acafb66b1c3b946f58523d9e5bb605b70ddce3ce38d
 SHA512 
c9a1a4e7743b54026990d7473f05fb8eb25d7a7f0fd985172587ce82b8f6fefb53dd181b0bdb8463d2460c71e4a9eb377ead4ef7379615c90aa858d8fcadeadb
-DIST radare2-3.9.0.tar.gz 7519146 BLAKE2B 
cc64567c3ce4c0c764f288fcd8110a7ce25cc15fb6a977fc489ce7ad9b697d628d87ff9280601fd00a53a79fb8de3b7fdc83dff56463addfa80f3528ccb733ab
 SHA512 
7198c6fb35778d93fdbba5dd3dceddb7af21d555fb42f22752c8898ccba44fdcba92a6c502ddc8bdda71b883df392168ece807325b53cf75537b4ec59d86e42a
 DIST radare2-4.0.0.tar.gz 7558070 BLAKE2B 
9c7cb4492832c97c4f71c9583ecd78af843551fa0d02a07b29cf76c04062ce9e71e8d8fd72e87260311896f61ec709e577b328215c69d52598218d566f98d543
 SHA512 
3877088f61d8fac6a8fa12a35ef895904473e1db7e7428961eb06822ff1218338cd5b9ab16f78773413b31fec7463963b0cc3f801c661ce17cd40c8ddd423d76
 DIST radare2-4.2.0.tar.gz 8074915 BLAKE2B 
c82bae7eff90a1436ce0963141ba631e8d23f66fbbba3afd52001ab83ef84162dc5e92d251bd47a2670c470efe6dd269357ce020b86d437bb9ffb605a2d59f3a
 SHA512 
e1e3f825f1faa1df035bf4658b4dbfb03a148353c7d74bf444e96912751eedf5d3d564b3fd5dd60667cac347710e56db149bf0987ee1ea26fafbc5c4ddb56dc1
 DIST radare2-4.2.1.tar.gz 8077107 BLAKE2B 
490b063d7340b60cec1f77577985818c9dec34dd9206ce7d9db29f5d1836d515044e67d143f81fd7f6c58269f6f62f0bd87adcdb7cfb2cca5c0120d98ea29fd3
 SHA512 
aed37f6ff7ae3a25e809e8fbab3ef1c370dba80b7b8ef440a025edfbda23314ce20990b3e89589fe6bee427b2beebabd67a9e1def603e53ca5078bf32bdc4e6c

diff --git a/dev-util/radare2/radare2-3.7.1.ebuild 
b/dev-util/radare2/radare2-3.7.1.ebuild
deleted file mode 100644
index 0b3f4cfb432..00000000000
--- a/dev-util/radare2/radare2-3.7.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 eutils
-
-DESCRIPTION="unix-like reverse engineering framework and commandline tools"
-HOMEPAGE="http://www.radare.org";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/radare/radare2";
-else
-       SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl libressl"
-
-RDEPEND="
-       dev-libs/capstone:0=
-       ssl? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
-       )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-       econf \
-               --without-libuv \
-               --with-syscapstone \
-               $(use_with ssl openssl)
-}
-
-src_install() {
-       default
-
-       insinto /usr/share/zsh/site-functions
-       doins doc/zsh/_*
-
-       newbashcomp doc/bash_autocompletion.sh "${PN}"
-       bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
-
-       # 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
-}

diff --git a/dev-util/radare2/radare2-3.8.0.ebuild 
b/dev-util/radare2/radare2-3.8.0.ebuild
deleted file mode 100644
index 0b3f4cfb432..00000000000
--- a/dev-util/radare2/radare2-3.8.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 eutils
-
-DESCRIPTION="unix-like reverse engineering framework and commandline tools"
-HOMEPAGE="http://www.radare.org";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/radare/radare2";
-else
-       SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl libressl"
-
-RDEPEND="
-       dev-libs/capstone:0=
-       ssl? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
-       )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-       econf \
-               --without-libuv \
-               --with-syscapstone \
-               $(use_with ssl openssl)
-}
-
-src_install() {
-       default
-
-       insinto /usr/share/zsh/site-functions
-       doins doc/zsh/_*
-
-       newbashcomp doc/bash_autocompletion.sh "${PN}"
-       bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
-
-       # 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
-}

diff --git a/dev-util/radare2/radare2-3.9.0.ebuild 
b/dev-util/radare2/radare2-3.9.0.ebuild
deleted file mode 100644
index 0b3f4cfb432..00000000000
--- a/dev-util/radare2/radare2-3.9.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 eutils
-
-DESCRIPTION="unix-like reverse engineering framework and commandline tools"
-HOMEPAGE="http://www.radare.org";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/radare/radare2";
-else
-       SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl libressl"
-
-RDEPEND="
-       dev-libs/capstone:0=
-       ssl? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
-       )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-       econf \
-               --without-libuv \
-               --with-syscapstone \
-               $(use_with ssl openssl)
-}
-
-src_install() {
-       default
-
-       insinto /usr/share/zsh/site-functions
-       doins doc/zsh/_*
-
-       newbashcomp doc/bash_autocompletion.sh "${PN}"
-       bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
-
-       # 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
-}

Reply via email to