Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/
Date: Sun, 02 Jan 2022 17:49:45
Message-Id: 1641145736.e0109f74b4f10341551576d077689c3a6566d5e6.soap@gentoo
1 commit: e0109f74b4f10341551576d077689c3a6566d5e6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:48:56 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:48:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0109f74
7
8 sys-devel/gdb: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-devel/gdb/gdb-10.2-r1.ebuild | 7 +------
13 sys-devel/gdb/gdb-11.1.ebuild | 7 +------
14 sys-devel/gdb/gdb-9999.ebuild | 7 +------
15 3 files changed, 3 insertions(+), 18 deletions(-)
16
17 diff --git a/sys-devel/gdb/gdb-10.2-r1.ebuild b/sys-devel/gdb/gdb-10.2-r1.ebuild
18 index ea2f58b6ef9f..1978ab28268d 100644
19 --- a/sys-devel/gdb/gdb-10.2-r1.ebuild
20 +++ b/sys-devel/gdb/gdb-10.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -237,11 +237,6 @@ src_install() {
28 # Remove shared info pages
29 rm -f "${ED}"/usr/share/info/{annotate,bfd,configure,standards}.info*
30
31 - # gcore is part of ubin on freebsd
32 - if [[ ${CHOST} == *-freebsd* ]]; then
33 - rm "${ED}"/usr/bin/gcore || die
34 - fi
35 -
36 if use python; then
37 python_optimize "${ED}"/usr/share/gdb/python/gdb
38 fi
39
40 diff --git a/sys-devel/gdb/gdb-11.1.ebuild b/sys-devel/gdb/gdb-11.1.ebuild
41 index 158e3004f0bb..022f3be33ce7 100644
42 --- a/sys-devel/gdb/gdb-11.1.ebuild
43 +++ b/sys-devel/gdb/gdb-11.1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2021 Gentoo Authors
46 +# Copyright 1999-2022 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -245,11 +245,6 @@ src_install() {
51 # Remove shared info pages
52 rm -f "${ED}"/usr/share/info/{annotate,bfd,configure,standards}.info*
53
54 - # gcore is part of ubin on freebsd
55 - if [[ ${CHOST} == *-freebsd* ]]; then
56 - rm "${ED}"/usr/bin/gcore || die
57 - fi
58 -
59 if use python; then
60 python_optimize "${ED}"/usr/share/gdb/python/gdb
61 fi
62
63 diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
64 index 8b1a81f909e0..462b5c95a692 100644
65 --- a/sys-devel/gdb/gdb-9999.ebuild
66 +++ b/sys-devel/gdb/gdb-9999.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 +# Copyright 1999-2022 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=7
73 @@ -244,11 +244,6 @@ src_install() {
74 # Remove shared info pages
75 rm -f "${ED}"/usr/share/info/{annotate,bfd,configure,standards}.info*
76
77 - # gcore is part of ubin on freebsd
78 - if [[ ${CHOST} == *-freebsd* ]]; then
79 - rm "${ED}"/usr/bin/gcore || die
80 - fi
81 -
82 if use python; then
83 python_optimize "${ED}"/usr/share/gdb/python/gdb
84 fi