From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2B7D158B20 for ; Wed, 05 Feb 2025 23:28:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9AC3D34305B for ; Wed, 05 Feb 2025 23:28:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BF0FF110471; Wed, 05 Feb 2025 23:28:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B6A82110471 for ; Wed, 05 Feb 2025 23:28:30 +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 638DA343023 for ; Wed, 05 Feb 2025 23:28:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 744592195 for ; Wed, 05 Feb 2025 23:28:28 +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: <1738798067.91ee22dcced2d316619e96f47eeaac5f8fbba756.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crosstool-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/crosstool-ng/Manifest sys-devel/crosstool-ng/crosstool-ng-1.27.0.ebuild sys-devel/crosstool-ng/crosstool-ng-9999.ebuild X-VCS-Directories: sys-devel/crosstool-ng/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 91ee22dcced2d316619e96f47eeaac5f8fbba756 X-VCS-Branch: master Date: Wed, 05 Feb 2025 23:28:28 +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: 56f3d811-6f5f-4c44-bd3f-7aac9b3514d3 X-Archives-Hash: f8c305decbc7141498bd61bc43b28dc4 commit: 91ee22dcced2d316619e96f47eeaac5f8fbba756 Author: Sam James gentoo org> AuthorDate: Wed Feb 5 23:24:54 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 5 23:27:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ee22dc sys-devel/crosstool-ng: add 1.27.0 Closes: https://bugs.gentoo.org/914634 Signed-off-by: Sam James gentoo.org> sys-devel/crosstool-ng/Manifest | 1 + ...{crosstool-ng-9999.ebuild => crosstool-ng-1.27.0.ebuild} | 13 ++++--------- sys-devel/crosstool-ng/crosstool-ng-9999.ebuild | 13 ++++--------- 3 files changed, 9 insertions(+), 18 deletions(-) diff --git a/sys-devel/crosstool-ng/Manifest b/sys-devel/crosstool-ng/Manifest index 9c5eda7a01d6..92cb33aeaab3 100644 --- a/sys-devel/crosstool-ng/Manifest +++ b/sys-devel/crosstool-ng/Manifest @@ -1 +1,2 @@ DIST crosstool-ng-1.26.0.tar.xz 1144720 BLAKE2B 68c38dca58a239bd2a7a4e0f0adfa0069d97aba632c8a8a70594a67bf1049f0576db2d20b8a6ac90b170c1a3d8245f952a949e4fd006abe1d5e54effbb8e100b SHA512 7834184ae5792fd347455f9f48fee826248dcb82d271954ed4304b1a18f63995ff8a2c3b817564dcf147ac7e16e02d779195b26d97eb57db27f1118a1837002a +DIST crosstool-ng-1.27.0.tar.xz 1163084 BLAKE2B 6f9c7e16a6bdccbfd31fd7839df59878deedf193251ef0896bfde79b9b844646b83316fdaf26ca826377375cc36f77e6ddf6503c10ca30dbcf9d9086b3272830 SHA512 2201106561a199ebaddd238ed5158f62f63787333b87d2692aa726ad21bc90b08483deed7257fc35af995e355cfb567d7550b5ea171259ec5a0e0c3bee3b3ca2 diff --git a/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.27.0.ebuild similarity index 86% copy from sys-devel/crosstool-ng/crosstool-ng-9999.ebuild copy to sys-devel/crosstool-ng/crosstool-ng-1.27.0.ebuild index 78700c65fe2d..2a0c5d8f9e91 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-1.27.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 DESCRIPTION="Versatile (cross-)toolchain generator" @@ -73,17 +73,12 @@ src_configure() { # Needs bison+flex unset YACC LEX - default + CONFIG_SHELL="${BROOT}"/bin/bash econf } src_install() { emake DESTDIR="${D}" install - if use doc ; then - mv "${ED}"/usr/share/doc/crosstool-ng/crosstool-ng-${PVR} "${ED}"/usr/share/doc/ || die - fi - - rm -rf "${ED}"/usr/share/doc/crosstool-ng || die - rm -rf "${ED}"/usr/share/man/man1/ct-ng.1.gz || die + rm -f "${ED}"/usr/share/man/man1/ct-ng.1.gz || die doman docs/ct-ng.1 } diff --git a/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild b/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild index 78700c65fe2d..2a0c5d8f9e91 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 DESCRIPTION="Versatile (cross-)toolchain generator" @@ -73,17 +73,12 @@ src_configure() { # Needs bison+flex unset YACC LEX - default + CONFIG_SHELL="${BROOT}"/bin/bash econf } src_install() { emake DESTDIR="${D}" install - if use doc ; then - mv "${ED}"/usr/share/doc/crosstool-ng/crosstool-ng-${PVR} "${ED}"/usr/share/doc/ || die - fi - - rm -rf "${ED}"/usr/share/doc/crosstool-ng || die - rm -rf "${ED}"/usr/share/man/man1/ct-ng.1.gz || die + rm -f "${ED}"/usr/share/man/man1/ct-ng.1.gz || die doman docs/ct-ng.1 }