public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/radare2/
Date: Sat, 19 Jun 2021 09:01:24 +0000 (UTC)	[thread overview]
Message-ID: <1624093281.edd192ebcd07f3a61c15a4c8d79631f372f6927b.slyfox@gentoo> (raw)

commit:     edd192ebcd07f3a61c15a4c8d79631f372f6927b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 19 09:00:44 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 19 09:01:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd192eb

dev-util/radare2: drop old

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

 dev-util/radare2/Manifest             |  1 -
 dev-util/radare2/radare2-5.3.0.ebuild | 78 -----------------------------------
 2 files changed, 79 deletions(-)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index 85a7082bd91..f7e1e52e590 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,3 +1,2 @@
 DIST radare2-4.5.1.tar.gz 8266567 BLAKE2B 0d23c1d47dd79ffd9398ca7b2c8b383ba6a7e3ec662046d1111ab34cabcdaaf1fdd449686433b3229e3c22c31c705530b0a85bbd22b5fc79891a5ad292ba0ff1 SHA512 f08a4cd1e0d65643463d9f9dbb1aacfe793c7b411ec820a18b75a5975d265cfc2cf91e593522c8823aa369098ded21415939acb07c84d8acd102889bf5aed899
-DIST radare2-5.3.0.tar.gz 8498461 BLAKE2B eabee04f347a71cefac4dbd3516cb3161b6e4f1f831285039ece81981121a058d3b39224c68afd4cea38fea2d99b23e770210ebca6b01e73c21882e80de757b5 SHA512 f9d5ffd6f39efdcd447c2bc65ad3129576292a11942c99da8d0c10217621a6d1db72baaf7badadcbbaf75c54be0439a9257de4f56d47cefdce457ffb08167ff8
 DIST radare2-5.3.1.tar.gz 8500461 BLAKE2B 8b29e81c90f477e313f5d14dea707f3e8d47c9abbe1f9ca2c7caef98a85b38a5b5e37a31063be289c55fda041e10b8403895f863dd602091ab5307213605260d SHA512 34c96c7c863fb8a59f1d03539375d5b8f31f6021dc84ce943daa163d8a0227bf3156963cc187c366790abec4381da6aa987248e76570a498cfcdeb982cb2ffc0

diff --git a/dev-util/radare2/radare2-5.3.0.ebuild b/dev-util/radare2/radare2-5.3.0.ebuild
deleted file mode 100644
index 470b4d0d33f..00000000000
--- a/dev-util/radare2/radare2-5.3.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 toolchain-funcs
-
-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/radareorg/radare2"
-else
-	SRC_URI="https://github.com/radareorg/radare2/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl"
-
-RDEPEND="
-	dev-libs/libzip
-	dev-libs/xxhash
-	sys-apps/file
-	sys-libs/zlib
-	dev-libs/capstone:0=
-	ssl? ( dev-libs/openssl:0= )
-"
-DEPEND="
-	${RDEPEND}
-	dev-util/gperf
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-	# Fix hardcoded docdir for fortunes
-	sed -i -e "/^#define R2_FORTUNES/s/radare2/$PF/" \
-		libr/include/r_userconf.h.acr
-	default
-}
-
-src_configure() {
-	# Ideally these should be set by ./configure
-	tc-export CC AR LD OBJCOPY RANLIB
-	export HOST_CC=${CC}
-
-	econf \
-		--without-libuv \
-		--with-syscapstone \
-		--with-sysmagic \
-		--with-sysxxhash \
-		--with-syszip \
-		$(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
-
-	# These are not really docs. radare assumes
-	# uncompressed files: bug #761250
-	docompress -x /usr/share/doc/${PF}/fortunes.{creepy,fun,nsfw,tips}
-}


             reply	other threads:[~2021-06-19  9:01 UTC|newest]

Thread overview: 114+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-19  9:01 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  7:14 [gentoo-commits] repo/gentoo:master commit in: dev-util/radare2/ Joonas Niilola
2024-07-27  7:06 Joonas Niilola
2024-06-19 18:19 John Helmert III
2024-04-14 16:09 Matthew Smith
2024-04-14 16:09 Matthew Smith
2023-06-18 19:02 John Helmert III
2023-06-17 20:12 John Helmert III
2023-06-09  4:43 John Helmert III
2023-05-27  7:49 Joonas Niilola
2023-01-23  3:37 John Helmert III
2022-10-02 14:53 Florian Schmaus
2022-09-07 18:55 John Helmert III
2022-09-07 18:55 John Helmert III
2022-08-11 10:55 Sam James
2022-07-16 16:51 John Helmert III
2022-05-11  2:11 Sam James
2022-04-26  5:51 Joonas Niilola
2022-04-26  5:51 Joonas Niilola
2022-04-25  6:57 Joonas Niilola
2021-07-23  8:05 Sergei Trofimovich
2021-07-23  7:33 Sergei Trofimovich
2021-06-11 21:01 Sergei Trofimovich
2021-06-11 21:01 Sergei Trofimovich
2021-06-05 10:50 Sergei Trofimovich
2021-05-09 11:53 Sergei Trofimovich
2021-05-01 20:44 Sergei Trofimovich
2021-04-24 23:11 Sergei Trofimovich
2021-04-24 12:37 Sergei Trofimovich
2021-04-12 22:50 Sam James
2021-02-12  8:22 Sergei Trofimovich
2021-02-11 22:57 Sergei Trofimovich
2021-01-28  8:09 Sergei Trofimovich
2021-01-27  7:31 Sergei Trofimovich
2021-01-23 11:28 Sergei Trofimovich
2020-12-26 19:26 Sergei Trofimovich
2020-12-24 18:00 Sergei Trofimovich
2020-12-24 18:00 Sergei Trofimovich
2020-10-18 12:31 Sergei Trofimovich
2020-09-03 22:28 Sergei Trofimovich
2020-07-18 22:23 Sergei Trofimovich
2020-05-29 22:13 Sergei Trofimovich
2020-05-02 17:51 Sergei Trofimovich
2020-04-14  8:19 Sergei Trofimovich
2020-03-06  9:06 Sergei Trofimovich
2020-03-05 17:52 Sergei Trofimovich
2020-02-12 22:32 Sergei Trofimovich
2020-02-02 14:47 Sergei Trofimovich
2020-02-02 14:47 Sergei Trofimovich
2020-01-22 22:14 Sergei Trofimovich
2019-10-29 22:29 Sergei Trofimovich
2019-09-17 21:48 Sergei Trofimovich
2019-09-17 21:48 Sergei Trofimovich
2019-09-03 18:38 Sergei Trofimovich
2019-08-14 21:35 Sergei Trofimovich
2019-06-24 22:10 Sergei Trofimovich
2019-06-22  8:21 Sergei Trofimovich
2019-05-16 19:56 Sergei Trofimovich
2019-05-14  7:15 Sergei Trofimovich
2019-05-14  7:00 Sergei Trofimovich
2019-04-09 21:44 Sergei Trofimovich
2019-04-03 22:17 Sergei Trofimovich
2019-04-03 22:17 Sergei Trofimovich
2019-02-20 21:42 Sergei Trofimovich
2019-01-15 21:38 Sergei Trofimovich
2019-01-15 21:38 Sergei Trofimovich
2019-01-12 15:18 Sergei Trofimovich
2018-12-04 23:43 Sergei Trofimovich
2018-12-04  8:36 Sergei Trofimovich
2018-12-03 21:51 Sergei Trofimovich
2018-12-03 21:51 Sergei Trofimovich
2018-12-03  8:24 Sergei Trofimovich
2018-11-26 22:20 Sergei Trofimovich
2018-11-26 22:20 Sergei Trofimovich
2018-10-21  9:26 Sergei Trofimovich
2018-10-16 22:23 Sergei Trofimovich
2018-10-16 22:23 Sergei Trofimovich
2018-08-08  6:26 Sergei Trofimovich
2018-07-09 21:14 Sergei Trofimovich
2018-06-21  7:01 Sergei Trofimovich
2018-04-28 10:03 Sergei Trofimovich
2018-04-10  6:38 Sergei Trofimovich
2018-04-10  6:38 Sergei Trofimovich
2018-03-06  8:07 Sergei Trofimovich
2018-02-15 18:07 Sergei Trofimovich
2017-12-25 11:01 Sergei Trofimovich
2017-12-24 10:28 Anthony G. Basile
2017-12-10 15:00 Sergei Trofimovich
2017-11-28 21:09 Sergei Trofimovich
2017-11-27 22:55 Sergei Trofimovich
2017-10-28 22:15 Sergei Trofimovich
2017-10-12 17:34 Sergei Trofimovich
2017-10-12 11:14 Sergei Trofimovich
2017-10-12 11:14 Sergei Trofimovich
2017-09-10 17:18 Sergei Trofimovich
2017-09-10 17:18 Sergei Trofimovich
2017-09-10 16:45 Sergei Trofimovich
2017-07-29 20:47 Sergei Trofimovich
2017-04-18 20:17 Sergei Trofimovich
2017-03-13 21:15 Sergei Trofimovich
2017-01-30 21:07 Sergei Trofimovich
2016-12-21  9:32 Sergei Trofimovich
2016-11-10 22:06 Sergei Trofimovich
2016-11-10 22:06 Sergei Trofimovich
2016-09-27  8:21 Sergei Trofimovich
2016-08-22  8:55 Sergei Trofimovich
2016-07-07 22:06 Sergei Trofimovich
2016-07-07 22:06 Sergei Trofimovich
2016-05-25 19:51 Sergei Trofimovich
2016-04-12 22:07 Sergei Trofimovich
2016-04-12 22:07 Sergei Trofimovich
2016-03-12 15:49 Sergei Trofimovich
2016-02-18 23:21 Sergei Trofimovich
2016-02-06 10:36 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1624093281.edd192ebcd07f3a61c15a4c8d79631f372f6927b.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox