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 via email to