Skip to content

Commit

Permalink
gh-38306: Reduce outdated gdb and valgrind packages to dummy pack…
Browse files Browse the repository at this point in the history
…ages

    
<!-- ^ 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
  • Loading branch information
Release Manager committed Aug 27, 2024
2 parents e9b9d32 + 9807cdc commit e88b194
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 78 deletions.
5 changes: 0 additions & 5 deletions build/pkgs/gdb/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ Upstream Contact
----------------

http://www.gnu.org/software/gdb/

Special Update/Build Instructions
---------------------------------

Current version needs makeinfo installed to build successfully.
3 changes: 0 additions & 3 deletions build/pkgs/gdb/checksums.ini

This file was deleted.

4 changes: 0 additions & 4 deletions build/pkgs/gdb/dependencies

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/gdb/package-version.txt

This file was deleted.

11 changes: 0 additions & 11 deletions build/pkgs/gdb/spkg-install.in

This file was deleted.

2 changes: 1 addition & 1 deletion build/pkgs/gdb/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
experimental
optional
25 changes: 1 addition & 24 deletions build/pkgs/valgrind/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ valgrind: Memory error detector, call graph generator, runtime profiler
Description
-----------

This is an optional spkg. It supports Linux on x86, x86-64, ppc, ppc64
and ARM as well as Darwin (Mac OS X 10.5 and 10.6) on x86 and x86-64.

Valgrind is an instrumentation framework for building dynamic analysis
tools. There are Valgrind tools that can automatically detect many
memory management and threading bugs, and profile your programs in
Expand All @@ -18,10 +15,7 @@ branch-prediction profiler, a call-graph generating cache and
branch-prediction profiler, and a heap profiler. It also includes three
experimental tools: a heap/stack/global array overrun detector, a second
heap profiler that examines how heap blocks are used, and a SimPoint
basic block vector generator. It runs on the following platforms:
X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux, PPC64/Linux,
S390X/Linux, ARM/Android (2.3.x), X86/Darwin and AMD64/Darwin (Mac OS X
10.6 and 10.7).
basic block vector generator.

License
-------
Expand All @@ -35,20 +29,3 @@ Upstream Contact

- http://www.valgrind.org/
- valgrind-user, valgrind-devel mailing lists

Dependencies
------------

- None


Special Build Instructions
--------------------------

- To build on OS X, you need to use Apple's compiler. FSF GCC is
unsupported.

Patches
~~~~~~~

- None.
3 changes: 0 additions & 3 deletions build/pkgs/valgrind/checksums.ini

This file was deleted.

4 changes: 0 additions & 4 deletions build/pkgs/valgrind/dependencies

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/valgrind/package-version.txt

This file was deleted.

20 changes: 0 additions & 20 deletions build/pkgs/valgrind/spkg-install.in

This file was deleted.

2 changes: 1 addition & 1 deletion build/pkgs/valgrind/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
experimental
optional

0 comments on commit e88b194

Please sign in to comment.