From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crosstool-ng/
Date: Sun, 24 Sep 2023 22:12:37 +0000 (UTC) [thread overview]
Message-ID: <1695593406.d45a60044b9244139053e07456fa83ee28839f17.sam@gentoo> (raw)
commit: d45a60044b9244139053e07456fa83ee28839f17
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Wed Sep 20 13:39:52 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 22:10:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45a6004
sys-devel/crosstool-ng: bump 1.25.0, add 1.26.0_rc1, 1.26.0_rc2, 9999
Add stable version 1.25.0.
Add pre-release versions 1.26.0_rc1, 1.26.0_rc2.
Add live version 9999.
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32652
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/crosstool-ng/Manifest | 3 +
sys-devel/crosstool-ng/crosstool-ng-1.25.0.ebuild | 64 ++++++++++++++++++++++
.../crosstool-ng/crosstool-ng-1.26.0_rc1.ebuild | 64 ++++++++++++++++++++++
.../crosstool-ng/crosstool-ng-1.26.0_rc2.ebuild | 64 ++++++++++++++++++++++
sys-devel/crosstool-ng/crosstool-ng-9999.ebuild | 64 ++++++++++++++++++++++
5 files changed, 259 insertions(+)
diff --git a/sys-devel/crosstool-ng/Manifest b/sys-devel/crosstool-ng/Manifest
index 395b0a138b3c..05f397aef8db 100644
--- a/sys-devel/crosstool-ng/Manifest
+++ b/sys-devel/crosstool-ng/Manifest
@@ -1 +1,4 @@
DIST crosstool-ng-1.24.0.tar.xz 1622432 BLAKE2B e0f3f26083dd10a35ac79fc78debe98db7914f5d7fd710ed6b4c788a7a0d56e22d22966f186e8315ae99a6141d1d5b80686e86ad8b0549514a07dfda5913a348 SHA512 89b8794a4184ad4928750e29712ed4f194aa1d0b93768d67ff64f30c30f1b1e165647cafc6de94d68d3ef70e50446e544dad65aa36137511a32ee7a667dddfb4
+DIST crosstool-ng-1.25.0.tar.xz 1075688 BLAKE2B 4484b1a0b9ee65a927c1fc76e86087e48c4f27397c8ebc5a94cc1bbf78a66f4ab94fb54239943a9c710350bd65056e9f63c4138ff3c8f750a35b2a1bfaca6080 SHA512 e25b6fb577ce439592a889fe73bbde4109309e7fe154e7133fefaeb5522c97e3f96958941aa1bc86448fcecb6b4021ff793c595048f5ef8e5ecc75e9a48c0c45
+DIST crosstool-ng-1.26.0_rc1.tar.xz 1112180 BLAKE2B 112cac1a2cd758e196df75152fa2ffaf73e5635dc1db2c39e908ecbab674230507da960e0a9ad4deb6d7cc187a8360f2a35a57c998db00239ad2f97d7ee83f91 SHA512 55ef2c64ca274aa4f3f3614707a003980412c68dcce473d3fdc49c4b91b03043d2df44358b1f33abadf56d175bde8bd9d6bb4b73afcca9fb436e94c354d370d6
+DIST crosstool-ng-1.26.0_rc2.tar.xz 1151288 BLAKE2B a306cf90bc76000cd77dc41e24f1ca54a801d56b15d0753a3477316e98cca1c160d2a83b622e032859e259b2e58527b6f0a3f4f0c1b8865cc6a6f6acb7a6308b SHA512 0117fed4fb59c85958554c2d1c042c37b367e8dd37702a6d853f958a29dd02040b53b9a2f9c656b75bc2bae8cc66dbe498c95d46412b315de02090febbb5feb4
diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.25.0.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.25.0.ebuild
new file mode 100644
index 000000000000..e9a93b214563
--- /dev/null
+++ b/sys-devel/crosstool-ng/crosstool-ng-1.25.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit python-single-r1
+
+HOMEPAGE="https://crosstool-ng.github.io/"
+DESCRIPTION="A versatile (cross-)toolchain generator."
+
+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
+ KEYWORDS="~amd64 ~x86"
+ fi
+fi
+
+LICENSE="GPL-2 doc? ( CC-BY-SA-2.5 )"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="curl cvs doc dtc git lzip meson ninja python rsync subversion wget"
+
+BDEPEND="
+ app-alternatives/awk[gawk]
+ app-alternatives/lex
+ app-alternatives/yacc[bison]
+ app-arch/unzip
+ >=app-shells/bash-3.1
+ sys-apps/help2man
+ >=sys-apps/sed-4.0
+ sys-apps/texinfo
+ curl? ( net-misc/curl )
+ cvs? ( dev-vcs/cvs )
+ dtc? ( sys-apps/dtc )
+ git? ( dev-vcs/git )
+ lzip? ( app-arch/lzip )
+ meson? ( dev-util/meson )
+ python? ( ${PYTHON_DEPS} )
+ ninja? ( dev-util/ninja )
+ rsync? ( net-misc/rsync )
+ 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_rc1.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc1.ebuild
new file mode 100644
index 000000000000..e9a93b214563
--- /dev/null
+++ b/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit python-single-r1
+
+HOMEPAGE="https://crosstool-ng.github.io/"
+DESCRIPTION="A versatile (cross-)toolchain generator."
+
+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
+ KEYWORDS="~amd64 ~x86"
+ fi
+fi
+
+LICENSE="GPL-2 doc? ( CC-BY-SA-2.5 )"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="curl cvs doc dtc git lzip meson ninja python rsync subversion wget"
+
+BDEPEND="
+ app-alternatives/awk[gawk]
+ app-alternatives/lex
+ app-alternatives/yacc[bison]
+ app-arch/unzip
+ >=app-shells/bash-3.1
+ sys-apps/help2man
+ >=sys-apps/sed-4.0
+ sys-apps/texinfo
+ curl? ( net-misc/curl )
+ cvs? ( dev-vcs/cvs )
+ dtc? ( sys-apps/dtc )
+ git? ( dev-vcs/git )
+ lzip? ( app-arch/lzip )
+ meson? ( dev-util/meson )
+ python? ( ${PYTHON_DEPS} )
+ ninja? ( dev-util/ninja )
+ rsync? ( net-misc/rsync )
+ 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
new file mode 100644
index 000000000000..e9a93b214563
--- /dev/null
+++ b/sys-devel/crosstool-ng/crosstool-ng-1.26.0_rc2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit python-single-r1
+
+HOMEPAGE="https://crosstool-ng.github.io/"
+DESCRIPTION="A versatile (cross-)toolchain generator."
+
+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
+ KEYWORDS="~amd64 ~x86"
+ fi
+fi
+
+LICENSE="GPL-2 doc? ( CC-BY-SA-2.5 )"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="curl cvs doc dtc git lzip meson ninja python rsync subversion wget"
+
+BDEPEND="
+ app-alternatives/awk[gawk]
+ app-alternatives/lex
+ app-alternatives/yacc[bison]
+ app-arch/unzip
+ >=app-shells/bash-3.1
+ sys-apps/help2man
+ >=sys-apps/sed-4.0
+ sys-apps/texinfo
+ curl? ( net-misc/curl )
+ cvs? ( dev-vcs/cvs )
+ dtc? ( sys-apps/dtc )
+ git? ( dev-vcs/git )
+ lzip? ( app-arch/lzip )
+ meson? ( dev-util/meson )
+ python? ( ${PYTHON_DEPS} )
+ ninja? ( dev-util/ninja )
+ rsync? ( net-misc/rsync )
+ 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
new file mode 100644
index 000000000000..e9a93b214563
--- /dev/null
+++ b/sys-devel/crosstool-ng/crosstool-ng-9999.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit python-single-r1
+
+HOMEPAGE="https://crosstool-ng.github.io/"
+DESCRIPTION="A versatile (cross-)toolchain generator."
+
+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
+ KEYWORDS="~amd64 ~x86"
+ fi
+fi
+
+LICENSE="GPL-2 doc? ( CC-BY-SA-2.5 )"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="curl cvs doc dtc git lzip meson ninja python rsync subversion wget"
+
+BDEPEND="
+ app-alternatives/awk[gawk]
+ app-alternatives/lex
+ app-alternatives/yacc[bison]
+ app-arch/unzip
+ >=app-shells/bash-3.1
+ sys-apps/help2man
+ >=sys-apps/sed-4.0
+ sys-apps/texinfo
+ curl? ( net-misc/curl )
+ cvs? ( dev-vcs/cvs )
+ dtc? ( sys-apps/dtc )
+ git? ( dev-vcs/git )
+ lzip? ( app-arch/lzip )
+ meson? ( dev-util/meson )
+ python? ( ${PYTHON_DEPS} )
+ ninja? ( dev-util/ninja )
+ rsync? ( net-misc/rsync )
+ 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/"
+}
next reply other threads:[~2023-09-24 22:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-24 22:12 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-23 12:01 [gentoo-commits] repo/gentoo:master commit in: sys-devel/crosstool-ng/ WANG Xuerui
2024-09-22 16:01 Sam James
2024-05-08 18:14 Sam James
2023-09-25 0:24 Sam James
2023-09-25 0:24 Sam James
2023-09-24 22:25 Sam James
2023-09-24 22:25 Sam James
2023-09-24 22:25 Sam James
2023-09-24 22:12 Sam James
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=1695593406.d45a60044b9244139053e07456fa83ee28839f17.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