commit:     7b92406dcc90c00be82b002eb15257bcff55881e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 23:15:49 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 23:16:41 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b92406d

sys-devel/crossdev: drop 20250410, 20250622

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

 sys-devel/crossdev/Manifest                 |  2 --
 sys-devel/crossdev/crossdev-20250410.ebuild | 42 --------------------------
 sys-devel/crossdev/crossdev-20250622.ebuild | 46 -----------------------------
 3 files changed, 90 deletions(-)

diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
index 80cad371dc9b..27aa51b271bc 100644
--- a/sys-devel/crossdev/Manifest
+++ b/sys-devel/crossdev/Manifest
@@ -1,4 +1,2 @@
-DIST crossdev-20250410.tar.xz 33292 BLAKE2B 
b4c41757ff705866fb3c7420e10d1325977937c50801600002639984dd39b90ebf4fadbde5a09bae02eba2ca17261db32f5275b1599858b2b7c961e3eb85d82f
 SHA512 
aa6c1657d23c96b6109e49ac517dd9550d731f0af508359be55fa8c641675bd4205223eb492e7c94fd69dd86999124d7d0f4766cf1bc17a3dd953f457bf85c9b
-DIST crossdev-20250622.tar.xz 33316 BLAKE2B 
6e91e757174ce6b5c5f6ec5276725e0432f061ea7c21b0c215998d453deed285c422c1f25c313c80de2d2fe86a00751fbb516f40b63f1bcc25602d3eb0353351
 SHA512 
bdba3da3724d56b43e0d307b4f9fc00f9680ec541a9397d91f92d237980f7e4b300618e8e8484ee8410ecfd3b0c8854d54057ddb646e2182e407e21c503b9fa9
 DIST crossdev-20251008.tar.xz 33852 BLAKE2B 
4b689da747d73eb592cd6a1b0913084e28ab9882762a24c3fe90b845247ad13fad2c5e61a9d05312607716dfa464b7f1647eb731def555010bdc9bcdaaffe2a4
 SHA512 
414f45ede604dd6a770bec9032619f153d585d03a4f967e34b46253fcfaa7cace495f3ddbb00921b5efa4f2e3a6b68db9e15117559e557048203b273a0d29a3e
 DIST crossdev-20251214.tar.xz 33892 BLAKE2B 
02a97ef33ad3515a0bca9dd09636fe1b1bc9f5ac47663655cf4343d6b46738bf2281ae14ee28fb02f5c9bfdd06aaca41ef04559c3fcb9595c853a79d56099fae
 SHA512 
a78e1cce83514d46de42a3e55a261e25fca9dbf8c4264a752fe896a8a9ed431db37214d69ec65062b3e981482d6fa7ff4e82e02c881612fd7e0ea1c1c6a6b0a0

diff --git a/sys-devel/crossdev/crossdev-20250410.ebuild 
b/sys-devel/crossdev/crossdev-20250410.ebuild
deleted file mode 100644
index 6ba1801e8421..000000000000
--- a/sys-devel/crossdev/crossdev-20250410.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2025 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
-       else
-               sed -i "s:@CDEVPV@:${PV}:" "${ED}"/usr/bin/crossdev || die
-       fi
-
-       dodir /usr/share/config.site.d
-       mv "${ED}"/usr/share/config.site{,.d/80crossdev.conf} || die
-}

diff --git a/sys-devel/crossdev/crossdev-20250622.ebuild 
b/sys-devel/crossdev/crossdev-20250622.ebuild
deleted file mode 100644
index 450f5772eaa0..000000000000
--- a/sys-devel/crossdev/crossdev-20250622.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit toolchain-funcs
-
-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() {
-       tc-export PKG_CONFIG # Bug 955822
-
-       default
-
-       if [[ ${PV} == "99999999" ]] ; then
-               sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev 
|| die
-       else
-               sed -i "s:@CDEVPV@:${PV}:" "${ED}"/usr/bin/crossdev || die
-       fi
-
-       dodir /usr/share/config.site.d
-       mv "${ED}"/usr/share/config.site{,.d/80crossdev.conf} || die
-}

Reply via email to