Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/
Date: Wed, 28 Dec 2022 15:27:30
Message-Id: 1672241191.03cba412b132ebb961e2a80f50c922764e980654.sam@gentoo
1 commit: 03cba412b132ebb961e2a80f50c922764e980654
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 15:26:31 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 15:26:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03cba412
7
8 sys-devel/crossdev: drop 20220709, 20220818
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/crossdev/Manifest | 2 --
13 sys-devel/crossdev/crossdev-20220709.ebuild | 35 -----------------------------
14 sys-devel/crossdev/crossdev-20220818.ebuild | 35 -----------------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
18 index 83127c75303c..b6c903c301ff 100644
19 --- a/sys-devel/crossdev/Manifest
20 +++ b/sys-devel/crossdev/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST crossdev-20220709.tar.xz 29408 BLAKE2B dc96be5d86b343215564c2c15e91314c5ed88c765cec4f222b08a7e942ab5fb230915a0cdc3245719c0b12b4ce579066c6a88ae8e7ef4e44b80d8f0c5ddf7663 SHA512 f27929db8b4f7036408a0db18d46eb84312e1cef279336e13a07422ed3a154f3a21821d2d5ada66c0fca37bd70750413dab87b795c957a0a81cb9f27ebce2b90
23 -DIST crossdev-20220818.tar.xz 29452 BLAKE2B 2fdb9ef8e5ffc1eb7ca16b38a428726646b4283131e7de3cde2fd48f30c96091303d13b8f392ef6ffc0e09c6cf230f0ea6f031426f82cef3650933b1485742d2 SHA512 3c103ad84a5614c7783bb12ca8e5ce4b5d1bb25b89c429678600d62f9fd066a2a4f9617db61b6d583b7564181ea794bed577668e6fb5d7cfcfab25d9c5e94624
24 DIST crossdev-20220909.tar.xz 29480 BLAKE2B 9c3ef9d9b8f13c81f9d2e21f8914158c04035a105ee1ac90ba30cb23a69744c9c6959bbcfd2e50d29144fc79937e5e585054d2eedfb2ced65a88467e509243be SHA512 86e8900a13095b7b12b00d739d28e2921f98818cd62daccfe6d750ce02113d0ef2d5e470b500bbfb80a9cf8f05b2a13882ac9963c3f1a4e1b7454bc1201df183
25 DIST crossdev-20221227.tar.xz 29548 BLAKE2B c990ca8494db59e0dd5792fc0327d50424a816e2584eb1aff369185ce56c5cba00db783300d5eda709944df92da2679df792c6b090f9ebfb21dc65e63dccd779 SHA512 e5ae34234d6527f792ed30747f962afff9920cf85e449671651a9bf5726bce7b5cf4009d3be2e0965732857420de0937a5d7c78e61025e7f437d95a15cb56685
26
27 diff --git a/sys-devel/crossdev/crossdev-20220709.ebuild b/sys-devel/crossdev/crossdev-20220709.ebuild
28 deleted file mode 100644
29 index 7859b332e9ce..000000000000
30 --- a/sys-devel/crossdev/crossdev-20220709.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="8"
37 -
38 -if [[ ${PV} == "99999999" ]] ; then
39 - inherit git-r3
40 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
41 -else
42 - SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
43 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
44 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
45 -fi
46 -
47 -DESCRIPTION="Gentoo Cross-toolchain generator"
48 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev"
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -
53 -RDEPEND="
54 - >=sys-apps/portage-2.1
55 - >=app-portage/portage-utils-0.55
56 - app-shells/bash
57 - sys-apps/gentoo-functions
58 -"
59 -BDEPEND="app-arch/xz-utils"
60 -
61 -src_install() {
62 - default
63 -
64 - if [[ ${PV} == "99999999" ]] ; then
65 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
66 - fi
67 -}
68
69 diff --git a/sys-devel/crossdev/crossdev-20220818.ebuild b/sys-devel/crossdev/crossdev-20220818.ebuild
70 deleted file mode 100644
71 index 62e271684dde..000000000000
72 --- a/sys-devel/crossdev/crossdev-20220818.ebuild
73 +++ /dev/null
74 @@ -1,35 +0,0 @@
75 -# Copyright 1999-2022 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI="8"
79 -
80 -if [[ ${PV} == "99999999" ]] ; then
81 - inherit git-r3
82 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
83 -else
84 - SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
85 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
86 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
87 -fi
88 -
89 -DESCRIPTION="Gentoo Cross-toolchain generator"
90 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -
95 -RDEPEND="
96 - >=sys-apps/portage-2.1
97 - >=app-portage/portage-utils-0.55
98 - app-shells/bash
99 - sys-apps/gentoo-functions
100 -"
101 -BDEPEND="app-arch/xz-utils"
102 -
103 -src_install() {
104 - default
105 -
106 - if [[ ${PV} == "99999999" ]] ; then
107 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
108 - fi
109 -}