Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/radare2/
Date: Thu, 07 Jul 2016 22:07:04
Message-Id: 1467929198.ee05bac3ee70efa302033318435f4babc3b07f60.slyfox@gentoo
1 commit: ee05bac3ee70efa302033318435f4babc3b07f60
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 7 22:06:38 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 22:06:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee05bac3
7
8 dev-util/radare2: drop old
9
10 Package-Manager: portage-2.3.0
11
12 dev-util/radare2/Manifest | 2 --
13 dev-util/radare2/radare2-0.10.1.ebuild | 42 ----------------------------------
14 dev-util/radare2/radare2-0.10.2.ebuild | 42 ----------------------------------
15 3 files changed, 86 deletions(-)
16
17 diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
18 index 545535a..31341ec 100644
19 --- a/dev-util/radare2/Manifest
20 +++ b/dev-util/radare2/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST radare2-0.10.1.tar.xz 4912104 SHA256 5ac02717786f2ff3b5326927351d5ca38464da89675c8edfb4ded43addb22987 SHA512 33cfc1f43a1571c7d8104394f3996dac7a6a5580e766ee206478caf03b4e618d4d35127b21b1164df09b9af0a7b577621c4ce717d6c0d761ab907d5cb8d59268 WHIRLPOOL 7385ab6cd64f70359b1ad246cbe7f21f579bee0a0656724d7128a0d76d9a111082f2d620841eb747bb8d4641eeb3aee17d1fc9cd2a04eada399d719c7492c21b
23 -DIST radare2-0.10.2.tar.xz 5055040 SHA256 1bc9ce6f5d6bec366324bc542653bba5c1b89a6980c17253ec3a1f75264beb3b SHA512 437e8fcef7429e294a199030b6cc4401b824262211d512f69b8718d41ff5aa270868e812ecaf6fe22d5fbb14715e7e89d7a13d16a70d68e0bd37e582327ac4f7 WHIRLPOOL 54246864af0ff314140db16a4a20aa3bbe1698bb91766a516f652a3436b18e0953f8be4734ca535fd56b1b5172796742ecc20126c072db4fc9e014f84075f08f
24 DIST radare2-0.10.3.tar.xz 4954408 SHA256 40200c9ceb42f1ef4634843249c03d9149822e690c7edfb748c88f596eb8cb93 SHA512 c6cd195b755de8343b584a8d6f28ce1f7afb55f3c4de87d5a9ea5b4c6266b27a96f2546f070d567e142128386b81335462cac829fc765429ce5b1216d8eac736 WHIRLPOOL 763a776c6c93c5701b75f0eb0aab104f491dec98a35bd312b989483868625c36c59385dc04e4095bf293db01b559a4989a8cfea816fc2d5f47a00b74a11f0f56
25 DIST radare2-0.10.4.tar.xz 5022540 SHA256 2a79f719acb848f015b56cfc67d500d3ecf93d5e54c35b3d3f9c6c0b89d348a4 SHA512 ed5afd80ac7505c93478c0bbb871202d45afe191c2d0253b519845224452c43b7f7eb91aa814140297483b34f43a07cb8ce2ddb5ace09ad0904c83fd94aebd3a WHIRLPOOL c9fb93de8b106930d61956ca89e0b05ff1da14a34f23c1af8d0419464bac4d04c8669adf4a7e204410b76f071b5482b19175d2b7fd5b81b05fd0ef3406e590c1
26
27 diff --git a/dev-util/radare2/radare2-0.10.1.ebuild b/dev-util/radare2/radare2-0.10.1.ebuild
28 deleted file mode 100644
29 index c43c457..0000000
30 --- a/dev-util/radare2/radare2-0.10.1.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -inherit eutils
39 -
40 -DESCRIPTION="Advanced command line hexadecimal editor and more"
41 -HOMEPAGE="http://www.radare.org"
42 -SRC_URI="http://www.radare.org/get/${P}.tar.xz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="ssl"
48 -
49 -RDEPEND="
50 - ssl? ( dev-libs/openssl:= )
51 -"
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig
54 -"
55 -src_prepare() {
56 - epatch "${FILESDIR}"/${PN}-0.9.9-nogit.patch
57 -}
58 -
59 -src_configure() {
60 - econf \
61 - $(use_with ssl openssl)
62 -}
63 -
64 -src_install() {
65 - # a workaround for unstable $(INSTALL) call, bug #574866
66 - local d
67 - for d in doc/*; do
68 - if [[ -d $d ]]; then
69 - rm -rfv "$d" || die "failed to delete '$d'"
70 - fi
71 - done
72 -
73 - default
74 -}
75
76 diff --git a/dev-util/radare2/radare2-0.10.2.ebuild b/dev-util/radare2/radare2-0.10.2.ebuild
77 deleted file mode 100644
78 index c43c457..0000000
79 --- a/dev-util/radare2/radare2-0.10.2.ebuild
80 +++ /dev/null
81 @@ -1,42 +0,0 @@
82 -# Copyright 1999-2015 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -# $Id$
85 -
86 -EAPI=5
87 -inherit eutils
88 -
89 -DESCRIPTION="Advanced command line hexadecimal editor and more"
90 -HOMEPAGE="http://www.radare.org"
91 -SRC_URI="http://www.radare.org/get/${P}.tar.xz"
92 -
93 -LICENSE="GPL-2"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~x86"
96 -IUSE="ssl"
97 -
98 -RDEPEND="
99 - ssl? ( dev-libs/openssl:= )
100 -"
101 -DEPEND="${RDEPEND}
102 - virtual/pkgconfig
103 -"
104 -src_prepare() {
105 - epatch "${FILESDIR}"/${PN}-0.9.9-nogit.patch
106 -}
107 -
108 -src_configure() {
109 - econf \
110 - $(use_with ssl openssl)
111 -}
112 -
113 -src_install() {
114 - # a workaround for unstable $(INSTALL) call, bug #574866
115 - local d
116 - for d in doc/*; do
117 - if [[ -d $d ]]; then
118 - rm -rfv "$d" || die "failed to delete '$d'"
119 - fi
120 - done
121 -
122 - default
123 -}