Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/
Date: Wed, 15 Feb 2017 09:00:15
Message-Id: 1487149206.797d7d2298d3d4a12572471ab79ffede35b8eaa5.polynomial-c@gentoo
1 commit: 797d7d2298d3d4a12572471ab79ffede35b8eaa5
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 08:59:21 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 09:00:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797d7d22
7
8 dev-util/strace: Removed old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/strace/Manifest | 2 --
13 dev-util/strace/strace-4.14.ebuild | 66 --------------------------------------
14 dev-util/strace/strace-4.9.ebuild | 57 --------------------------------
15 3 files changed, 125 deletions(-)
16
17 diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest
18 index 74fdb38e3e..fb8395831b 100644
19 --- a/dev-util/strace/Manifest
20 +++ b/dev-util/strace/Manifest
21 @@ -1,5 +1,3 @@
22 DIST strace-4.13.tar.xz 847032 SHA256 d48f732576c91ece36a5843d63f9be054c40ef59f1e4773986042636861625d7 SHA512 166d9b80ec093e049161ee5506a60c408d6f953d8fa04ba5dcb5105b0c9181282a2c28ff0a7acfa44880be44fd1dbde2319e895868a6edecd0121700a49dfdec WHIRLPOOL 0e5dd46610befc20fe9c0d65f665b304e7e512d647b2bd4b3cf73840197c052914d775296e01a738969e5ec84df94e19c491ab943e88040ca04063a4cd22a8ed
23 -DIST strace-4.14.tar.xz 865532 SHA256 5bed5110b243dce6864bedba269446c18c8c63f553cdd7fd4f808d89a764712f SHA512 e0040a0a0f7bf8537c9dd4ca42f514be0caa40475673522cce7f02ca608b7c0fdf4653dad049c4a6323740579926061f90e8522b6378d4c57c2a7732197a0950 WHIRLPOOL e876641239794298b4b2ad512afb7cb1978504c8fd7a03120f9e0abb2535e39d1ec3634e4e870a394f536d2d877464679ff66e1d183fdf7bf9f491471ffa5c4a
24 DIST strace-4.15.tar.xz 935500 SHA256 c0cdc094d6141fd9dbf6aaad605142d651ae10998b660fda57fc61f7ad583ca9 SHA512 15e96c31d901c94dc40de67a65365c6cc9a7b7b2bf96a735f5d20cbd54dc75d941e0c1da206aa76f6e98d1013bfeecb42800b23c9e146eaf756775d525fe1b66 WHIRLPOOL 9094d92b81d10bc0bece13c1f3704ab8bd2cd240f0187800ea6e67ccda4dcea5a09db0a39f9967819f88f1768d8d17b03a07b7a8e6bbe41754ce05eb01672f4e
25 DIST strace-4.16.tar.xz 966668 SHA256 98487cb5178ec1259986cc9f6e2a844f50e5d1208c112cc22431a1e4d9adf0ef SHA512 d1a7b782cb8196eb95b431b66f9b0eff7886869a7e3a4618d985f73b2eed7590ba73150b9c33e55ee5c65fc8f863588b64c5611dca7b5d7a4183110eaf4451d5 WHIRLPOOL 3406b4fa96d4113c620e5d179ae61def8dc8ca97f4255b8df6b344269f9fd2c0eae76d9dde6fcc10a6aebc192e4ccb0e130a60ee03f83bcef9be56632e400cb3
26 -DIST strace-4.9.tar.xz 521728 SHA256 095bfea5c540b91d297ccac73b21b92fd54a24599fd70395db87ff9eb7fd6f65 SHA512 70d03b74067ad03940cda72dc057a44a8a33fc55790a8a3bfffb1c4d7442c2de7f3e975a01dc7c7b0430342e492579b2f3a007242d13c8a0feba1a1989f42b7b WHIRLPOOL cbe2a859f6dfb82c3df652ed1fbe8982348f9c6ab61491153ce735e857275904639c003853a02188f8bc567d2eae7a710683b09d9cff67c3a4b8d7a0eb9a082e
27
28 diff --git a/dev-util/strace/strace-4.14.ebuild b/dev-util/strace/strace-4.14.ebuild
29 deleted file mode 100644
30 index 11d04e224b..0000000000
31 --- a/dev-util/strace/strace-4.14.ebuild
32 +++ /dev/null
33 @@ -1,66 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -
39 -inherit flag-o-matic eutils toolchain-funcs
40 -
41 -if [[ ${PV} == "9999" ]] ; then
42 - EGIT_REPO_URI="git://git.code.sf.net/p/strace/code"
43 - EGIT_PROJECT="${PN}"
44 - inherit git-2 autotools
45 -else
46 - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
47 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
48 -fi
49 -
50 -DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
51 -HOMEPAGE="https://sourceforge.net/projects/strace/"
52 -
53 -LICENSE="BSD"
54 -SLOT="0"
55 -IUSE="aio perl static unwind"
56 -
57 -LIB_DEPEND="unwind? ( sys-libs/libunwind[static-libs(+)] )"
58 -# strace only uses the header from libaio to decode structs
59 -DEPEND="static? ( ${LIB_DEPEND} )
60 - aio? ( >=dev-libs/libaio-0.3.106 )
61 - sys-kernel/linux-headers"
62 -RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
63 - perl? ( dev-lang/perl )"
64 -
65 -src_prepare() {
66 - if epatch_user || [[ ! -e configure ]] ; then
67 - # git generation
68 - ./xlat/gen.sh || die
69 - ./generate_mpers_am.sh || die
70 - eautoreconf
71 - [[ ! -e CREDITS ]] && cp CREDITS{.in,}
72 - fi
73 -
74 - filter-lfs-flags # configure handles this sanely
75 - use static && append-ldflags -static
76 -
77 - export ac_cv_header_libaio_h=$(usex aio)
78 -
79 - # Stub out the -k test since it's known to be flaky. #545812
80 - sed -i '1iexit 77' tests*/strace-k.test || die
81 -}
82 -
83 -src_configure() {
84 - # Set up the default build settings, and then use the names strace expects.
85 - tc-export_build_env BUILD_{CC,CPP}
86 - local v bv
87 - for v in CC CPP {C,CPP,LD}FLAGS ; do
88 - bv="BUILD_${v}"
89 - export "${v}_FOR_BUILD=${!bv}"
90 - done
91 -
92 - econf $(use_with unwind libunwind)
93 -}
94 -
95 -src_install() {
96 - default
97 - use perl || rm "${ED}"/usr/bin/strace-graph
98 - dodoc CREDITS
99 -}
100
101 diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild
102 deleted file mode 100644
103 index 1c77fe1d68..0000000000
104 --- a/dev-util/strace/strace-4.9.ebuild
105 +++ /dev/null
106 @@ -1,57 +0,0 @@
107 -# Copyright 1999-2017 Gentoo Foundation
108 -# Distributed under the terms of the GNU General Public License v2
109 -# $Id$
110 -
111 -EAPI="4"
112 -
113 -inherit flag-o-matic eutils
114 -
115 -if [[ ${PV} == "9999" ]] ; then
116 - EGIT_REPO_URI="git://git.code.sf.net/p/strace/code"
117 - EGIT_PROJECT="${PN}"
118 - inherit git-2 autotools
119 -else
120 - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
121 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
122 -fi
123 -
124 -DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
125 -HOMEPAGE="https://sourceforge.net/projects/strace/"
126 -
127 -LICENSE="BSD"
128 -SLOT="0"
129 -IUSE="aio +perl static unwind"
130 -
131 -LIB_DEPEND="unwind? ( sys-libs/libunwind[static-libs(+)] )"
132 -# strace only uses the header from libaio to decode structs
133 -DEPEND="static? ( ${LIB_DEPEND} )
134 - aio? ( >=dev-libs/libaio-0.3.106 )
135 - sys-kernel/linux-headers"
136 -RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
137 -
138 -src_prepare() {
139 - if epatch_user || [[ ! -e configure ]] ; then
140 - # git generation
141 - ./xlat/gen.sh
142 - eautoreconf
143 - [[ ! -e CREDITS ]] && cp CREDITS{.in,}
144 - fi
145 -
146 - filter-lfs-flags # configure handles this sanely
147 - use static && append-ldflags -static
148 -
149 - export ac_cv_header_libaio_h=$(usex aio)
150 -
151 - # Stub out the -k test since it's known to be flaky. #545812
152 - sed -i '1iexit 77' tests*/strace-k.test || die
153 -}
154 -
155 -src_configure() {
156 - econf $(use_with unwind libunwind)
157 -}
158 -
159 -src_install() {
160 - default
161 - use perl || rm "${ED}"/usr/bin/strace-graph
162 - dodoc CREDITS
163 -}