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: Thu,  7 Jul 2016 22:06:55 +0000 (UTC)	[thread overview]
Message-ID: <1467929185.b6582760e48aa93806efcd639bb6f5b27df31d4e.slyfox@gentoo> (raw)

commit:     b6582760e48aa93806efcd639bb6f5b27df31d4e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 22:06:25 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 22:06:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6582760

dev-util/radare2: bump up to 0.10.4

Package-Manager: portage-2.3.0

 dev-util/radare2/Manifest              |  1 +
 dev-util/radare2/radare2-0.10.4.ebuild | 42 ++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index c8645c3..545535a 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,3 +1,4 @@
 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

diff --git a/dev-util/radare2/radare2-0.10.4.ebuild b/dev-util/radare2/radare2-0.10.4.ebuild
new file mode 100644
index 0000000..9fd06ad
--- /dev/null
+++ b/dev-util/radare2/radare2-0.10.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 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
+}


             reply	other threads:[~2016-07-07 22:07 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-07 22:06 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-01 12:44 [gentoo-commits] repo/gentoo:master commit in: dev-util/radare2/ Sam James
2024-12-01 12:44 Sam James
2024-09-14  7:14 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-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-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=1467929185.b6582760e48aa93806efcd639bb6f5b27df31d4e.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