From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E4EA15800F for ; Thu, 2 Feb 2023 20:56:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 996FBE07C7; Thu, 2 Feb 2023 20:56:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B070E07C7 for ; Thu, 2 Feb 2023 20:56:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AADD335D66 for ; Thu, 2 Feb 2023 20:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 605927F8 for ; Thu, 2 Feb 2023 20:56:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675371320.443448132e8913e376fffc503fbd366c4ea23f78.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gdb/gdb-13.0.91.ebuild sys-devel/gdb/gdb-9999.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 443448132e8913e376fffc503fbd366c4ea23f78 X-VCS-Branch: master Date: Thu, 2 Feb 2023 20:56:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 48c790e4-aa1d-41e9-8fb1-a45cbf23cb57 X-Archives-Hash: 994e8a1c759445b06c2414bc6901e800 commit: 443448132e8913e376fffc503fbd366c4ea23f78 Author: Sam James gentoo org> AuthorDate: Thu Feb 2 16:54:52 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 2 20:55:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44344813 sys-devel/gdb: sync live Signed-off-by: Sam James gentoo.org> sys-devel/gdb/gdb-13.0.91.ebuild | 11 +++++------ sys-devel/gdb/gdb-9999.ebuild | 20 ++++++++++++++------ 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/sys-devel/gdb/gdb-13.0.91.ebuild b/sys-devel/gdb/gdb-13.0.91.ebuild index 7cd89f769a0c..9e1fdd605935 100644 --- a/sys-devel/gdb/gdb-13.0.91.ebuild +++ b/sys-devel/gdb/gdb-13.0.91.ebuild @@ -32,7 +32,6 @@ case ${PV} in SRC_URI=" https://sourceware.org/pub/gdb/snapshots/branch/gdb-weekly-${MY_PV}.tar.xz https://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${MY_PV}.tar.xz - https://sourceware.org/pub/gdb/snapshots/branch/gdb-${MY_PV}.tar.xz " S="${WORKDIR}/${PN}-${MY_PV}" ;; @@ -50,6 +49,8 @@ case ${PV} in mirror://gnu/gdb/${P}.tar.xz https://sourceware.org/pub/gdb/releases/${P}.tar.xz " + + #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" ;; esac @@ -65,14 +66,12 @@ SRC_URI=" LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" - -if [[ ${PV} != 9999* ]] ; then +IUSE="cet guile lzma multitarget nls +python +server sim source-highlight test vanilla xml xxhash zstd" +# TODO: Drop once 13 is released +if [[ ${PV} != 9999 ]] ; then # for testing on loong only - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" KEYWORDS="~loong" fi - -IUSE="cet guile lzma multitarget nls +python +server sim source-highlight test vanilla xml xxhash zstd" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 9eb29deacc90..9e1fdd605935 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -26,7 +26,7 @@ case ${PV} in inherit git-r3 SRC_URI="" ;; - *.*.50_p2???????| *.*.90_p2???????) + *.*.50_p2???????|*.*.90_p2???????) # Weekly snapshots MY_PV="${PV/_p/.}" SRC_URI=" @@ -35,12 +35,22 @@ case ${PV} in " S="${WORKDIR}/${PN}-${MY_PV}" ;; + *.*.9?) + # Prereleases + MY_PV="${PV/_p/.}" + SRC_URI=" + https://sourceware.org/pub/gdb/snapshots/branch/gdb-${MY_PV}.tar.xz + " + S="${WORKDIR}/${PN}-${MY_PV}" + ;; *) # Normal upstream release SRC_URI=" mirror://gnu/gdb/${P}.tar.xz https://sourceware.org/pub/gdb/releases/${P}.tar.xz " + + #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" ;; esac @@ -56,14 +66,12 @@ SRC_URI=" LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" - -if [[ ${PV} != 9999* ]] ; then +IUSE="cet guile lzma multitarget nls +python +server sim source-highlight test vanilla xml xxhash zstd" +# TODO: Drop once 13 is released +if [[ ${PV} != 9999 ]] ; then # for testing on loong only - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" KEYWORDS="~loong" fi - -IUSE="cet guile lzma multitarget nls +python +server sim source-highlight test vanilla xml xxhash zstd" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )"