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-embedded/openocd/
Date: Mon, 18 Feb 2019 09:08:33
Message-Id: 1550480896.17d57dfd9387077096e3238fd82252c2f6360e89.slyfox@gentoo
1 commit: 17d57dfd9387077096e3238fd82252c2f6360e89
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 09:06:34 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 09:08:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d57dfd
7
8 dev-embedded/openocd: drop prepstrip
9
10 Newer ebuilds use 'dostrip', older ebuilds will install unstripped binaries.
11
12 Closes: https://bugs.gentoo.org/587308
13 Package-Manager: Portage-2.3.60, Repoman-2.3.12
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-embedded/openocd/openocd-0.10.0.ebuild | 3 +--
17 dev-embedded/openocd/openocd-0.9.0.ebuild | 3 +--
18 2 files changed, 2 insertions(+), 4 deletions(-)
19
20 diff --git a/dev-embedded/openocd/openocd-0.10.0.ebuild b/dev-embedded/openocd/openocd-0.10.0.ebuild
21 index 44c2c20d537..72a0bbe07a5 100644
22 --- a/dev-embedded/openocd/openocd-0.10.0.ebuild
23 +++ b/dev-embedded/openocd/openocd-0.10.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="5"
30 @@ -136,7 +136,6 @@ src_configure() {
31
32 src_install() {
33 default
34 - env -uRESTRICT prepstrip "${ED}"/usr/bin
35 udev_dorules "${D}"/usr/share/${PN}/contrib/*.rules
36 }
37
38
39 diff --git a/dev-embedded/openocd/openocd-0.9.0.ebuild b/dev-embedded/openocd/openocd-0.9.0.ebuild
40 index 7a694fd3a84..d6d36ec4b0a 100644
41 --- a/dev-embedded/openocd/openocd-0.9.0.ebuild
42 +++ b/dev-embedded/openocd/openocd-0.9.0.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="5"
49 @@ -126,7 +126,6 @@ src_configure() {
50
51 src_install() {
52 default
53 - env -uRESTRICT prepstrip "${ED}"/usr/bin
54 udev_dorules "${D}"/usr/share/${PN}/contrib/*.rules
55 }