Skip to content

Commit e88b194

Browse files
author
Release Manager
committed
gh-38306: Reduce outdated `gdb` and `valgrind` packages to dummy packages <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> - As discussed in #30158. Resolves #30158. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #38306 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
2 parents e9b9d32 + 9807cdc commit e88b194

File tree

12 files changed

+3
-78
lines changed

12 files changed

+3
-78
lines changed

build/pkgs/gdb/SPKG.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,3 @@ Upstream Contact
1818
----------------
1919

2020
http://www.gnu.org/software/gdb/
21-
22-
Special Update/Build Instructions
23-
---------------------------------
24-
25-
Current version needs makeinfo installed to build successfully.

build/pkgs/gdb/checksums.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

build/pkgs/gdb/dependencies

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/pkgs/gdb/package-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/gdb/spkg-install.in

Lines changed: 0 additions & 11 deletions
This file was deleted.

build/pkgs/gdb/type

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
experimental
1+
optional

build/pkgs/valgrind/SPKG.rst

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ valgrind: Memory error detector, call graph generator, runtime profiler
44
Description
55
-----------
66

7-
This is an optional spkg. It supports Linux on x86, x86-64, ppc, ppc64
8-
and ARM as well as Darwin (Mac OS X 10.5 and 10.6) on x86 and x86-64.
9-
107
Valgrind is an instrumentation framework for building dynamic analysis
118
tools. There are Valgrind tools that can automatically detect many
129
memory management and threading bugs, and profile your programs in
@@ -18,10 +15,7 @@ branch-prediction profiler, a call-graph generating cache and
1815
branch-prediction profiler, and a heap profiler. It also includes three
1916
experimental tools: a heap/stack/global array overrun detector, a second
2017
heap profiler that examines how heap blocks are used, and a SimPoint
21-
basic block vector generator. It runs on the following platforms:
22-
X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux, PPC64/Linux,
23-
S390X/Linux, ARM/Android (2.3.x), X86/Darwin and AMD64/Darwin (Mac OS X
24-
10.6 and 10.7).
18+
basic block vector generator.
2519

2620
License
2721
-------
@@ -35,20 +29,3 @@ Upstream Contact
3529

3630
- http://www.valgrind.org/
3731
- valgrind-user, valgrind-devel mailing lists
38-
39-
Dependencies
40-
------------
41-
42-
- None
43-
44-
45-
Special Build Instructions
46-
--------------------------
47-
48-
- To build on OS X, you need to use Apple's compiler. FSF GCC is
49-
unsupported.
50-
51-
Patches
52-
~~~~~~~
53-
54-
- None.

build/pkgs/valgrind/checksums.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

build/pkgs/valgrind/dependencies

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/pkgs/valgrind/package-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)