commit:     d3ac6ad8372cf3cdf04f7af5c6e55464c3cda846
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 10:16:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 10:23:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ac6ad8

sys-devel/crossdev: drop 20230923, 20240117

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

 sys-devel/crossdev/Manifest                 |  2 --
 sys-devel/crossdev/crossdev-20230923.ebuild | 40 -----------------------------
 sys-devel/crossdev/crossdev-20240117.ebuild | 40 -----------------------------
 3 files changed, 82 deletions(-)

diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
index 61e31e4508e9..b2e88d73c28e 100644
--- a/sys-devel/crossdev/Manifest
+++ b/sys-devel/crossdev/Manifest
@@ -1,3 +1 @@
-DIST crossdev-20230923.tar.xz 30824 BLAKE2B 
f67d57cfcffcbefe56c9150e97b7189c79a87a8d75e41a2e47441ed23ec248d1b0fd6ef774f81e6086544b9d1551a14a4a49917fdb5366dfc9d1a2439f87d68e
 SHA512 
b9048a19b388eebfe42b2fcb27c100fc574d81a4a2d6a11ef08f8552b49b5690c6e076a379a6c50cf45567faa00dface225a8539dacf44d1bfae12d4ab05ee2b
-DIST crossdev-20240117.tar.xz 30880 BLAKE2B 
35c2aadf633ff8155a3a03c6e062e56655e9e9612a785de516ace8da05d2a2a91578290b8bfae6e44b91af3cce327371373df9cfe202ab09a442cecba7418c41
 SHA512 
ce830ec3f767843541c4e36b3189e42cd180e77b208939864309b32cca7c4156eb7fd73adbcfec7873a4389f98885e6b1291f38346eba5578e8125e9900ccfaa
 DIST crossdev-20240209.tar.xz 30904 BLAKE2B 
b23c6c86796ce37968ce23a9399b068ecb78d6beb8e9b02ac11cd9e8b2f1c82f8905e615417525aa94d51f5da763841a8b9fc7cdc9b64d087a52b077adc92635
 SHA512 
5834cad934707f173529d7258f8230222e8d18903dea723b0051e06a8d974cab92f6aa7bbeef3a64aec0efd2d0b01f80b63503e78e30ddc1ba7e9a6a4ff08977

diff --git a/sys-devel/crossdev/crossdev-20230923.ebuild 
b/sys-devel/crossdev/crossdev-20230923.ebuild
deleted file mode 100644
index f92725bc4581..000000000000
--- a/sys-devel/crossdev/crossdev-20230923.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 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 ~ia64 ~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
-}

diff --git a/sys-devel/crossdev/crossdev-20240117.ebuild 
b/sys-devel/crossdev/crossdev-20240117.ebuild
deleted file mode 100644
index 060ebf803d66..000000000000
--- a/sys-devel/crossdev/crossdev-20240117.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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 ~ia64 ~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 via email to