commit:     cbaecca3d2187fe82ff79bdc7fb5f129d24011d7
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 08:49:15 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 08:52:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbaecca3

sys-devel/gdb: bump up to 10.1

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-devel/gdb/Manifest                             | 1 +
 sys-devel/gdb/{gdb-9999.ebuild => gdb-10.1.ebuild} | 9 ++++-----
 sys-devel/gdb/gdb-9999.ebuild                      | 9 ++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest
index fedbbd58d6e..1bb96388c40 100644
--- a/sys-devel/gdb/Manifest
+++ b/sys-devel/gdb/Manifest
@@ -1 +1,2 @@
+DIST gdb-10.1.tar.xz 21507112 BLAKE2B 
69d79cd667ecb6e936b41a03817ade5dd9b761f97bc123d668b5f968d123c37d048fc8ec1289151e989f01bb01a43cc3d8b5b54f1807f1e3eb5f43e6bf0aa55b
 SHA512 
0dc54380435c6853db60f1e388b94836d294dfa9ad7f518385a27db4edd03cb970f8717d5f1e9c9a0d4a33d7fcf91bc2e5d6c9cf9e4b561dcc74e65b806c1537
 DIST gdb-9.2.tar.xz 20979436 BLAKE2B 
e83468f2d2fdcf4a7eb2943564750c7e9e9fa19b00bd832a9c149ad06b199cc7d6e7b8808d552e5f0e9e4f701a9262faf6b0b46ed4e0b4ecd3a0303d873d6d9a
 SHA512 
73635f00f343117aa5e2436f1e1597099e2bfb31ef7bb162b273fa1ea282c3fa9b0f52762e70bfc7ad0334addb8d159e9ac7cbe5998ca4f755ea8cf90714d274

diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-10.1.ebuild
similarity index 97%
copy from sys-devel/gdb/gdb-9999.ebuild
copy to sys-devel/gdb/gdb-10.1.ebuild
index 4572453219d..914409b673a 100644
--- a/sys-devel/gdb/gdb-9999.ebuild
+++ b/sys-devel/gdb/gdb-10.1.ebuild
@@ -136,7 +136,7 @@ src_configure() {
 
        if use server && ! use client ; then
                # just configure+build in the gdbserver subdir to speed things 
up
-               cd gdb/gdbserver
+               cd gdbserver
                myconf+=( --program-transform-name='' )
        else
                # gdbserver only works for native targets (CHOST==CTARGET).
@@ -189,13 +189,12 @@ src_configure() {
 
 src_install() {
        if use server && ! use client; then
-               cd gdb/gdbserver || die
+               cd gdbserver || die
        fi
        default
        if use client; then
                find "${ED}"/usr -name libiberty.a -delete || die
        fi
-       cd "${S}" || die
 
        # Delete translations that conflict with binutils-libs. #528088
        # Note: Should figure out how to store these in an internal gdb dir.
@@ -220,7 +219,7 @@ src_install() {
        # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
        # Only install if it exists due to the twisted behavior (see
        # notes in src_configure above).
-       [[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay
+       [[ -e gdbserver/gdbreplay ]] && dobin gdbserver/gdbreplay
 
        if use client ; then
                docinto gdb
@@ -231,7 +230,7 @@ src_install() {
        dodoc sim/{ChangeLog,MAINTAINERS,README-HACKING}
        if use server ; then
                docinto gdbserver
-               dodoc gdb/gdbserver/{ChangeLog,README}
+               dodoc gdbserver/{ChangeLog,README}
        fi
 
        if [[ -n ${PATCH_VER} ]] ; then

diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
index 4572453219d..914409b673a 100644
--- a/sys-devel/gdb/gdb-9999.ebuild
+++ b/sys-devel/gdb/gdb-9999.ebuild
@@ -136,7 +136,7 @@ src_configure() {
 
        if use server && ! use client ; then
                # just configure+build in the gdbserver subdir to speed things 
up
-               cd gdb/gdbserver
+               cd gdbserver
                myconf+=( --program-transform-name='' )
        else
                # gdbserver only works for native targets (CHOST==CTARGET).
@@ -189,13 +189,12 @@ src_configure() {
 
 src_install() {
        if use server && ! use client; then
-               cd gdb/gdbserver || die
+               cd gdbserver || die
        fi
        default
        if use client; then
                find "${ED}"/usr -name libiberty.a -delete || die
        fi
-       cd "${S}" || die
 
        # Delete translations that conflict with binutils-libs. #528088
        # Note: Should figure out how to store these in an internal gdb dir.
@@ -220,7 +219,7 @@ src_install() {
        # https://sourceware.org/ml/gdb-patches/2011-12/msg00915.html
        # Only install if it exists due to the twisted behavior (see
        # notes in src_configure above).
-       [[ -e gdb/gdbserver/gdbreplay ]] && dobin gdb/gdbserver/gdbreplay
+       [[ -e gdbserver/gdbreplay ]] && dobin gdbserver/gdbreplay
 
        if use client ; then
                docinto gdb
@@ -231,7 +230,7 @@ src_install() {
        dodoc sim/{ChangeLog,MAINTAINERS,README-HACKING}
        if use server ; then
                docinto gdbserver
-               dodoc gdb/gdbserver/{ChangeLog,README}
+               dodoc gdbserver/{ChangeLog,README}
        fi
 
        if [[ -n ${PATCH_VER} ]] ; then

Reply via email to