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: Tue, 17 Sep 2019 21:48:27 +0000 (UTC)	[thread overview]
Message-ID: <1568756874.b11f5e3cb548b978af68a71388117c93057623ae.slyfox@gentoo> (raw)

commit:     b11f5e3cb548b978af68a71388117c93057623ae
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 21:47:54 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 21:47:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11f5e3c

dev-util/radare2: bump up to 3.9.0

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

 dev-util/radare2/Manifest             |  1 +
 dev-util/radare2/radare2-3.9.0.ebuild | 56 +++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index 24c471ec00e..fa48411b0f7 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -3,3 +3,4 @@ DIST radare2-3.6.0.tar.gz 7339427 BLAKE2B 60ecd110ac4cafa38dd10f49321e984e98f189
 DIST radare2-3.7.0.tar.gz 7478494 BLAKE2B 547efda30a65783758b132f4b241039b83bb274904a1f69616e60ec83547b22da486e97df06a74cd82f855650dbc3802d31bf3cb00ebd12d956848efd4b6ff5e SHA512 8e4d1b89d0d1e717403ba0bc2ce47e2644d12303ed5391fe4b9efc11b86a0b9c9356fdea1caecabe16d88ded9577fe77c182225adf2fdbd63b2e48f9c9c9f52d
 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

diff --git a/dev-util/radare2/radare2-3.9.0.ebuild b/dev-util/radare2/radare2-3.9.0.ebuild
new file mode 100644
index 00000000000..0b3f4cfb432
--- /dev/null
+++ b/dev-util/radare2/radare2-3.9.0.ebuild
@@ -0,0 +1,56 @@
+# 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	other threads:[~2019-09-17 21:48 UTC|newest]

Thread overview: 114+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-17 21:48 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-19  9:01 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-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=1568756874.b11f5e3cb548b978af68a71388117c93057623ae.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