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/crosstool-ng/
Date: Wed,  8 May 2024 18:14:17 +0000 (UTC)	[thread overview]
Message-ID: <1715192039.ae71ec1cf5ddb88edeafedd1f69fd3bafaac87d1.sam@gentoo> (raw)

commit:     ae71ec1cf5ddb88edeafedd1f69fd3bafaac87d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 18:13:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  8 18:13:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae71ec1c

sys-devel/crosstool-ng: drop 1.24.0-r3, 1.25.0-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/crosstool-ng/Manifest                    |  2 -
 .../crosstool-ng/crosstool-ng-1.24.0-r3.ebuild     | 75 ----------------------
 .../crosstool-ng/crosstool-ng-1.25.0-r1.ebuild     | 75 ----------------------
 3 files changed, 152 deletions(-)

diff --git a/sys-devel/crosstool-ng/Manifest b/sys-devel/crosstool-ng/Manifest
index f02be9aa507f..9c5eda7a01d6 100644
--- a/sys-devel/crosstool-ng/Manifest
+++ b/sys-devel/crosstool-ng/Manifest
@@ -1,3 +1 @@
-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.tar.xz 1144720 BLAKE2B 68c38dca58a239bd2a7a4e0f0adfa0069d97aba632c8a8a70594a67bf1049f0576db2d20b8a6ac90b170c1a3d8245f952a949e4fd006abe1d5e54effbb8e100b SHA512 7834184ae5792fd347455f9f48fee826248dcb82d271954ed4304b1a18f63995ff8a2c3b817564dcf147ac7e16e02d779195b26d97eb57db27f1118a1837002a

diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild
deleted file mode 100644
index 943dbb3f1893..000000000000
--- a/sys-devel/crosstool-ng/crosstool-ng-1.24.0-r3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit python-single-r1
-
-DESCRIPTION="Versatile (cross-)toolchain generator"
-HOMEPAGE="https://crosstool-ng.github.io/"
-
-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"
-
-# TODO: Consider dropping these USE (optfeature), but configure does check for them
-BDEPEND="
-	app-arch/unzip
-	>=app-shells/bash-3.1
-	sys-apps/help2man
-	>=sys-apps/sed-4.0
-	sys-apps/gawk
-	sys-apps/texinfo
-	sys-devel/bison
-	sys-devel/flex
-	curl? ( net-misc/curl )
-	cvs? ( dev-vcs/cvs )
-	dtc? ( sys-apps/dtc )
-	git? ( dev-vcs/git )
-	lzip? ( app-arch/lzip )
-	meson? ( dev-build/meson )
-	python? ( ${PYTHON_DEPS} )
-	ninja? ( app-alternatives/ninja )
-	rsync? ( net-misc/rsync )
-	subversion? ( dev-vcs/subversion )
-	wget? ( net-misc/wget )
-"
-RDEPEND="
-	${BDEPEND}
-"
-
-src_configure() {
-	# Needs bison+flex
-	unset YACC LEX
-
-	default
-}
-
-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
-	doman docs/ct-ng.1
-}

diff --git a/sys-devel/crosstool-ng/crosstool-ng-1.25.0-r1.ebuild b/sys-devel/crosstool-ng/crosstool-ng-1.25.0-r1.ebuild
deleted file mode 100644
index 943dbb3f1893..000000000000
--- a/sys-devel/crosstool-ng/crosstool-ng-1.25.0-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit python-single-r1
-
-DESCRIPTION="Versatile (cross-)toolchain generator"
-HOMEPAGE="https://crosstool-ng.github.io/"
-
-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"
-
-# TODO: Consider dropping these USE (optfeature), but configure does check for them
-BDEPEND="
-	app-arch/unzip
-	>=app-shells/bash-3.1
-	sys-apps/help2man
-	>=sys-apps/sed-4.0
-	sys-apps/gawk
-	sys-apps/texinfo
-	sys-devel/bison
-	sys-devel/flex
-	curl? ( net-misc/curl )
-	cvs? ( dev-vcs/cvs )
-	dtc? ( sys-apps/dtc )
-	git? ( dev-vcs/git )
-	lzip? ( app-arch/lzip )
-	meson? ( dev-build/meson )
-	python? ( ${PYTHON_DEPS} )
-	ninja? ( app-alternatives/ninja )
-	rsync? ( net-misc/rsync )
-	subversion? ( dev-vcs/subversion )
-	wget? ( net-misc/wget )
-"
-RDEPEND="
-	${BDEPEND}
-"
-
-src_configure() {
-	# Needs bison+flex
-	unset YACC LEX
-
-	default
-}
-
-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
-	doman docs/ct-ng.1
-}


             reply	other threads:[~2024-05-08 18:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08 18:14 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
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
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=1715192039.ae71ec1cf5ddb88edeafedd1f69fd3bafaac87d1.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