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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57503158089 for ; Sun, 24 Sep 2023 22:25:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA0F2BC028; Sun, 24 Sep 2023 22:25:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64CB72BC028 for ; Sun, 24 Sep 2023 22:25:42 +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 84459335CD2 for ; Sun, 24 Sep 2023 22:25:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0129C1188 for ; Sun, 24 Sep 2023 22:25:40 +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: <1695594315.04c3650f36e7818014ddae66fc464cec1593c031.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/crosstool-ng-1.24.0-r2.ebuild sys-devel/crosstool-ng/crosstool-ng-1.25.0.ebuild sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2.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: 04c3650f36e7818014ddae66fc464cec1593c031 X-VCS-Branch: master Date: Sun, 24 Sep 2023 22:25:40 +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: 40499e5e-89c9-47a5-878d-90f080f56cae X-Archives-Hash: 4908755c08dfcaecb462a609e4af35e9 commit: 04c3650f36e7818014ddae66fc464cec1593c031 Author: Sam James gentoo org> AuthorDate: Sun Sep 24 22:20:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 24 22:25:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c3650f sys-devel/crosstool-ng: style tweaks Mostly to conform with skel.ebuild. Signed-off-by: Sam James gentoo.org> sys-devel/crosstool-ng/crosstool-ng-1.24.0-r2.ebuild | 18 ++++++++++-------- sys-devel/crosstool-ng/crosstool-ng-1.25.0.ebuild | 18 ++++++++++-------- sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2.ebuild | 18 ++++++++++-------- sys-devel/crosstool-ng/crosstool-ng-9999.ebuild | 18 ++++++++++-------- 4 files changed, 40 insertions(+), 32 deletions(-) diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r2.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r2.ebuild index e9a93b214563..2e09d5c02c72 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r2.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r2.ebuild @@ -1,23 +1,24 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 +DESCRIPTION="Versatile (cross-)toolchain generator" HOMEPAGE="https://crosstool-ng.github.io/" -DESCRIPTION="A versatile (cross-)toolchain generator." -if [[ "${PV}" == 9999 ]] ; then +if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/crosstool-ng/crosstool-ng.git" inherit git-r3 else SRC_URI=" -https://github.com/crosstool-ng/crosstool-ng/releases/download/${PN}-${PV/_rc/-rc}/${P}.tar.xz -http://crosstool-ng.org/download/crosstool-ng/${P}.tar.xz -" - if [[ "${PV}" != *_rc* ]] ; then + https://github.com/crosstool-ng/crosstool-ng/releases/download/${PN}-${PV/_rc/-rc}/${P}.tar.xz + http://crosstool-ng.org/download/crosstool-ng/${P}.tar.xz + " + + if [[ ${PV} != *_rc* ]] ; then KEYWORDS="~amd64 ~x86" fi fi @@ -49,15 +50,16 @@ BDEPEND=" subversion? ( dev-vcs/subversion ) wget? ( net-misc/wget ) " - RDEPEND=" ${BDEPEND} " src_install() { emake DESTDIR="${D}" install + use doc && mv "${D}/usr/share/doc/crosstool-ng/crosstool-ng-${PVR}" \ "${D}"/usr/share/doc/ + rm -rf "${D}"/usr/share/doc/crosstool-ng rm -rf "${D}/usr/share/man/man1/ct-ng.1.gz" cp docs/ct-ng.1 "${D}/usr/share/man/man1/" diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.25.0.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.25.0.ebuild index e9a93b214563..2e09d5c02c72 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-1.25.0.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-1.25.0.ebuild @@ -1,23 +1,24 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 +DESCRIPTION="Versatile (cross-)toolchain generator" HOMEPAGE="https://crosstool-ng.github.io/" -DESCRIPTION="A versatile (cross-)toolchain generator." -if [[ "${PV}" == 9999 ]] ; then +if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/crosstool-ng/crosstool-ng.git" inherit git-r3 else SRC_URI=" -https://github.com/crosstool-ng/crosstool-ng/releases/download/${PN}-${PV/_rc/-rc}/${P}.tar.xz -http://crosstool-ng.org/download/crosstool-ng/${P}.tar.xz -" - if [[ "${PV}" != *_rc* ]] ; then + https://github.com/crosstool-ng/crosstool-ng/releases/download/${PN}-${PV/_rc/-rc}/${P}.tar.xz + http://crosstool-ng.org/download/crosstool-ng/${P}.tar.xz + " + + if [[ ${PV} != *_rc* ]] ; then KEYWORDS="~amd64 ~x86" fi fi @@ -49,15 +50,16 @@ BDEPEND=" subversion? ( dev-vcs/subversion ) wget? ( net-misc/wget ) " - RDEPEND=" ${BDEPEND} " src_install() { emake DESTDIR="${D}" install + use doc && mv "${D}/usr/share/doc/crosstool-ng/crosstool-ng-${PVR}" \ "${D}"/usr/share/doc/ + rm -rf "${D}"/usr/share/doc/crosstool-ng rm -rf "${D}/usr/share/man/man1/ct-ng.1.gz" cp docs/ct-ng.1 "${D}/usr/share/man/man1/" diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2.ebuild index e9a93b214563..2e09d5c02c72 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2.ebuild @@ -1,23 +1,24 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 +DESCRIPTION="Versatile (cross-)toolchain generator" HOMEPAGE="https://crosstool-ng.github.io/" -DESCRIPTION="A versatile (cross-)toolchain generator." -if [[ "${PV}" == 9999 ]] ; then +if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/crosstool-ng/crosstool-ng.git" inherit git-r3 else SRC_URI=" -https://github.com/crosstool-ng/crosstool-ng/releases/download/${PN}-${PV/_rc/-rc}/${P}.tar.xz -http://crosstool-ng.org/download/crosstool-ng/${P}.tar.xz -" - if [[ "${PV}" != *_rc* ]] ; then + https://github.com/crosstool-ng/crosstool-ng/releases/download/${PN}-${PV/_rc/-rc}/${P}.tar.xz + http://crosstool-ng.org/download/crosstool-ng/${P}.tar.xz + " + + if [[ ${PV} != *_rc* ]] ; then KEYWORDS="~amd64 ~x86" fi fi @@ -49,15 +50,16 @@ BDEPEND=" subversion? ( dev-vcs/subversion ) wget? ( net-misc/wget ) " - RDEPEND=" ${BDEPEND} " src_install() { emake DESTDIR="${D}" install + use doc && mv "${D}/usr/share/doc/crosstool-ng/crosstool-ng-${PVR}" \ "${D}"/usr/share/doc/ + rm -rf "${D}"/usr/share/doc/crosstool-ng rm -rf "${D}/usr/share/man/man1/ct-ng.1.gz" cp docs/ct-ng.1 "${D}/usr/share/man/man1/" diff --git a/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild b/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild index e9a93b214563..2e09d5c02c72 100644 --- a/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild +++ b/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild @@ -1,23 +1,24 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 +DESCRIPTION="Versatile (cross-)toolchain generator" HOMEPAGE="https://crosstool-ng.github.io/" -DESCRIPTION="A versatile (cross-)toolchain generator." -if [[ "${PV}" == 9999 ]] ; then +if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/crosstool-ng/crosstool-ng.git" inherit git-r3 else SRC_URI=" -https://github.com/crosstool-ng/crosstool-ng/releases/download/${PN}-${PV/_rc/-rc}/${P}.tar.xz -http://crosstool-ng.org/download/crosstool-ng/${P}.tar.xz -" - if [[ "${PV}" != *_rc* ]] ; then + https://github.com/crosstool-ng/crosstool-ng/releases/download/${PN}-${PV/_rc/-rc}/${P}.tar.xz + http://crosstool-ng.org/download/crosstool-ng/${P}.tar.xz + " + + if [[ ${PV} != *_rc* ]] ; then KEYWORDS="~amd64 ~x86" fi fi @@ -49,15 +50,16 @@ BDEPEND=" subversion? ( dev-vcs/subversion ) wget? ( net-misc/wget ) " - RDEPEND=" ${BDEPEND} " src_install() { emake DESTDIR="${D}" install + use doc && mv "${D}/usr/share/doc/crosstool-ng/crosstool-ng-${PVR}" \ "${D}"/usr/share/doc/ + rm -rf "${D}"/usr/share/doc/crosstool-ng rm -rf "${D}/usr/share/man/man1/ct-ng.1.gz" cp docs/ct-ng.1 "${D}/usr/share/man/man1/"