public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/
Date: Mon,  2 Dec 2024 21:35:32 +0000 (UTC)	[thread overview]
Message-ID: <1733175282.453e85f4bc2a567710f2d7659504fbdc76d0897e.sam@gentoo> (raw)

commit:     453e85f4bc2a567710f2d7659504fbdc76d0897e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 21:34:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 21:34:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453e85f4

sys-devel/crossdev: add 20241202

Sam James (3):
      crossdev: nvptx: disable irrelevant languages and force necessary ones on
      crossdev: nvptx: don't force on openmp as it affects stage1 too
      crossdev: nvptx: enable zlib+zstd for LTO

Bug: https://bugs.gentoo.org/945296
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/crossdev/Manifest                 |  1 +
 sys-devel/crossdev/crossdev-20241202.ebuild | 40 +++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
index 0cf141298c78..4f233fe1c297 100644
--- a/sys-devel/crossdev/Manifest
+++ b/sys-devel/crossdev/Manifest
@@ -2,3 +2,4 @@ DIST crossdev-20240921.tar.xz 31008 BLAKE2B 9daeabcbeefa32624d71b86c5ddeb1f6bf6c
 DIST crossdev-20241130.2.tar.xz 32856 BLAKE2B ffcca5a7743fa6217ad23c97c5b122628a5950558f16413c1f52457d6fdd942dd2207c8f01e4a7c57712c051e5d0b66eff586d1d3141bc6d917aed4151df561c SHA512 28f7e914d56f7a9658292be8e5fdc57d1d0c1d57c8f4f00cfad493261ad94fb2edf19b4c34b926a1ea7b9da12c4f6be5fb8fee338074c5c8c554f15e996e670b
 DIST crossdev-20241130.3.tar.xz 32916 BLAKE2B 6bac26d79850f5ba0d12ef904e40d8540082e2bd58d7ecaf175dccea13bfb90f6cf41950b4bf3443fad8ec37e77dc8a2767aa6bd278306cedc0a48b6484c689c SHA512 b157d0b2b49fbd7b31d764ddfeeb223839cb62707b3ed88b4ce254d568640265f7dbcea96314d4fb7dd6039578450b8c0a090f5311eb22618e0c3679d77c8649
 DIST crossdev-20241130.tar.xz 32832 BLAKE2B eaf14cf139abf73816f9facd090846c92d3056e34eb4d7f9bca2c2f4b22e9d3f342e93dac70b462b252b64eb86270f666d151170a6474961342a26f152919f69 SHA512 59054ba5015c18c9b80e2258391f667ad4585644009ab74b631557e8c6550270e188967515a13ab0dd8e27272c6e5f0650a77e8c100dadbc2686cd8796a62c00
+DIST crossdev-20241202.tar.xz 33032 BLAKE2B 74ec859e1ae5f816397349c18f8bd98d8fae2f4de471112d70621767733a6c91dfffaabb33afc4bdabf5bed31b83a0cdf8afaffaba3e0df95f70d43cf249fb94 SHA512 c6a8c534135aa15b2005546d3f006953570de1e54ae3d3170c71bed62f044c2db79412ecde3b91fd85fca92e7c996762ba086db29c6132f6f1d9e9a48f1e79ea

diff --git a/sys-devel/crossdev/crossdev-20241202.ebuild b/sys-devel/crossdev/crossdev-20241202.ebuild
new file mode 100644
index 000000000000..398d083f2a5c
--- /dev/null
+++ b/sys-devel/crossdev/crossdev-20241202.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+if [[ ${PV} == "99999999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="
+		https://anongit.gentoo.org/git/proj/crossdev.git
+		https://github.com/gentoo/crossdev
+	"
+else
+	SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+DESCRIPTION="Gentoo Cross-toolchain generator"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+	>=sys-apps/portage-2.1
+	app-shells/bash
+	sys-apps/gentoo-functions
+	sys-apps/config-site
+"
+BDEPEND="app-arch/xz-utils"
+
+src_install() {
+	default
+
+	if [[ ${PV} == "99999999" ]] ; then
+		sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
+	fi
+
+	dodir /usr/share/config.site.d
+	mv "${ED}"/usr/share/config.site{,.d/80crossdev.conf} || die
+}


             reply	other threads:[~2024-12-02 21:35 UTC|newest]

Thread overview: 210+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-02 21:35 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-06  9:40 [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/ Sam James
2025-01-06  2:00 Sam James
2024-12-18  3:15 Sam James
2024-12-18  3:15 Sam James
2024-12-18  3:15 Sam James
2024-12-18  3:15 Sam James
2024-12-18  3:15 Sam James
2024-12-18  3:15 Sam James
2024-12-18  2:48 Sam James
2024-12-15 18:48 Sam James
2024-12-09 19:54 Arthur Zamarin
2024-12-08  2:54 Sam James
2024-12-08  2:54 Sam James
2024-12-08  2:54 Sam James
2024-12-08  2:54 Sam James
2024-12-08  2:47 Sam James
2024-12-08  2:42 Sam James
2024-11-30 14:49 Sam James
2024-11-30  5:41 Sam James
2024-10-14 20:54 James Le Cuirot
2024-10-13 23:18 Sam James
2024-10-13 11:06 Sam James
2024-10-12  8:03 Michał Górny
2024-10-11  0:24 Sam James
2024-10-10 16:52 Sam James
2024-10-10 16:52 Sam James
2024-10-10 16:20 Arthur Zamarin
2024-09-29 21:56 James Le Cuirot
2024-09-12 18:43 Arthur Zamarin
2024-09-12 12:27 Arthur Zamarin
2024-09-06  3:33 Sam James
2024-09-05 23:10 Jakov Smolić
2024-09-05 23:10 Jakov Smolić
2024-09-05 23:10 Jakov Smolić
2024-09-05 23:10 Jakov Smolić
2024-07-02 22:16 James Le Cuirot
2024-05-07 18:16 Sam James
2024-05-04 12:38 Sam James
2024-03-04 10:24 Sam James
2024-02-10  4:05 Sam James
2024-02-10  4:05 Sam James
2024-02-09 18:52 Arthur Zamarin
2024-02-09  7:21 Sam James
2024-02-09  7:21 Sam James
2024-02-09  7:21 Sam James
2024-02-09  6:57 Sam James
2024-02-09  6:57 Sam James
2024-02-09  6:18 Sam James
2024-01-24  6:16 Sam James
2024-01-23 16:40 Sam James
2024-01-18  0:28 Sam James
2024-01-17  8:53 Arthur Zamarin
2024-01-17  6:34 Sam James
2024-01-17  6:30 Arthur Zamarin
2024-01-17  5:59 Sam James
2024-01-17  5:59 Sam James
2024-01-17  5:26 Sam James
2024-01-17  4:54 Sam James
2023-12-18  9:01 Arthur Zamarin
2023-12-16 19:16 Arthur Zamarin
2023-12-16 19:16 Arthur Zamarin
2023-12-16 11:48 Arthur Zamarin
2023-12-16 11:33 Sam James
2023-12-16 11:29 Arthur Zamarin
2023-12-06 17:57 Ionen Wolkens
2023-09-23 12:57 Sam James
2023-09-07 23:03 Sam James
2023-09-07 20:16 Sam James
2023-09-07 20:16 Sam James
2023-09-07 20:16 Sam James
2023-09-07 20:16 Sam James
2023-08-31  1:34 Sam James
2023-06-23 20:39 Mike Gilbert
2023-06-23 20:39 Mike Gilbert
2023-06-01  6:48 Sam James
2023-06-01  6:31 Sam James
2023-06-01  6:22 Sam James
2023-06-01  6:22 Sam James
2023-06-01  5:23 Sam James
2023-06-01  5:22 Sam James
2023-04-23 18:22 Sam James
2023-03-26  4:07 Sam James
2023-03-24 13:49 Arthur Zamarin
2023-03-24 13:36 Arthur Zamarin
2023-03-22  5:44 Sam James
2023-03-06 18:02 Mike Gilbert
2023-02-15  9:30 Sam James
2023-02-03  9:30 Sam James
2023-01-15 22:41 Sam James
2023-01-03  6:14 Sam James
2023-01-03  6:14 Sam James
2022-12-28 19:16 Sam James
2022-12-28 15:27 Sam James
2022-12-28 15:23 Sam James
2022-12-27 16:11 Sam James
2022-11-18  5:00 Sam James
2022-11-18  4:54 Sam James
2022-11-18  4:54 Sam James
2022-11-18  4:54 Sam James
2022-11-18  4:54 Sam James
2022-11-18  4:54 Sam James
2022-11-18  4:26 Sam James
2022-11-18  4:26 Sam James
2022-11-09  6:53 Sam James
2022-10-24  4:00 WANG Xuerui
2022-10-24  4:00 WANG Xuerui
2022-09-26  4:16 Arthur Zamarin
2022-09-25  7:44 Arthur Zamarin
2022-09-25  6:25 Agostino Sarubbo
2022-09-25  6:24 Agostino Sarubbo
2022-09-25  4:54 Sam James
2022-09-25  4:54 Sam James
2022-09-25  4:37 Sam James
2022-09-25  4:36 Sam James
2022-09-23  1:56 Sam James
2022-08-23 18:26 Sam James
2022-08-23  1:32 Sam James
2022-07-09  4:01 Sam James
2022-06-17 18:44 Sam James
2022-04-24 16:37 Sam James
2022-04-24 16:33 Sam James
2022-04-24 16:33 Sam James
2022-03-26 20:12 Sam James
2022-02-20  2:34 Sam James
2022-02-20  2:02 Sam James
2022-02-01  6:00 Sam James
2022-01-31 18:51 Sam James
2022-01-31 18:51 Sam James
2022-01-31  6:24 Sam James
2022-01-31  6:24 Sam James
2022-01-30 22:29 Sam James
2022-01-30 22:25 Sam James
2022-01-30 22:25 Sam James
2021-11-22  7:11 Sam James
2021-10-27 17:26 Mike Frysinger
2021-10-01  7:14 Sam James
2021-07-17 23:51 Sergei Trofimovich
2021-07-17 11:22 Sergei Trofimovich
2021-07-05  7:05 Sergei Trofimovich
2021-06-21 21:53 Sergei Trofimovich
2021-06-20 20:39 Sergei Trofimovich
2020-12-30 10:57 Sergei Trofimovich
2020-12-30 10:57 Sergei Trofimovich
2020-12-25 12:17 Sergei Trofimovich
2020-12-25 12:17 Sergei Trofimovich
2020-11-29 22:38 Sergei Trofimovich
2020-11-28 11:53 Sergei Trofimovich
2020-11-22 21:08 Sergei Trofimovich
2020-11-08 13:51 Sergei Trofimovich
2020-09-06  8:34 Sergei Trofimovich
2020-09-04 10:07 Sergei Trofimovich
2020-08-09 18:35 Sergei Trofimovich
2020-08-06 21:22 Sergei Trofimovich
2020-08-01 19:52 Sergei Trofimovich
2020-07-30 16:51 Sergei Trofimovich
2020-06-28 22:43 Sergei Trofimovich
2020-05-24 17:15 Sergei Trofimovich
2020-03-13  7:39 Sergei Trofimovich
2020-03-13  7:39 Sergei Trofimovich
2020-03-02 21:09 Sergei Trofimovich
2020-01-25 21:45 Sergei Trofimovich
2019-12-29 13:42 Sergei Trofimovich
2019-12-29 13:42 Sergei Trofimovich
2019-12-22 23:40 Sergei Trofimovich
2019-12-22 22:36 Sergei Trofimovich
2019-11-10 18:49 Sergei Trofimovich
2019-11-10 18:49 Sergei Trofimovich
2019-11-10 18:49 Sergei Trofimovich
2019-10-14  7:39 Sergei Trofimovich
2019-09-08 11:22 Sergei Trofimovich
2019-09-01 18:59 Sergei Trofimovich
2019-09-01 17:05 Sergei Trofimovich
2019-09-01  8:50 Sergei Trofimovich
2019-07-12  7:26 Sergei Trofimovich
2019-07-05 21:16 Andreas K. Hüttel
2019-05-18 10:02 Michał Górny
2019-03-11 22:37 Sergei Trofimovich
2019-03-11 22:37 Sergei Trofimovich
2019-03-11 22:37 Sergei Trofimovich
2019-01-16 23:01 Sergei Trofimovich
2019-01-16 23:01 Sergei Trofimovich
2019-01-16 23:01 Sergei Trofimovich
2018-10-20 20:27 Sergei Trofimovich
2018-09-18 22:53 Sergei Trofimovich
2018-08-18 15:55 Sergei Trofimovich
2018-07-31 21:16 Sergei Trofimovich
2018-05-08 21:45 Sergei Trofimovich
2018-05-08 21:45 Sergei Trofimovich
2018-04-10  7:52 Sergei Trofimovich
2018-04-05  6:27 Sergei Trofimovich
2018-03-21 18:12 Michał Górny
2018-03-02 22:34 Sergei Trofimovich
2018-01-20 18:55 Sergei Trofimovich
2018-01-07 14:47 Sergei Trofimovich
2018-01-06 18:07 Sergei Trofimovich
2017-12-30 17:59 Sergei Trofimovich
2017-12-30 17:59 Sergei Trofimovich
2017-12-27 18:14 Sergei Trofimovich
2017-11-19 23:09 Sergei Trofimovich
2017-10-14  6:00 Steve Arnold
2017-08-30 19:02 Andreas Hüttel
2016-12-21 10:46 Patrice Clement
2016-06-02 15:56 Mike Frysinger
2016-06-02 15:56 Mike Frysinger
2016-06-02 15:56 Mike Frysinger
2016-02-20 14:55 Michał Górny
2016-01-16  8:17 Mike Frysinger
2016-01-16  8:17 Mike Frysinger
2016-01-15 20:35 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1733175282.453e85f4bc2a567710f2d7659504fbdc76d0897e.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox