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: Fri, 23 Sep 2022 01:56:17
Message-Id: 1663897998.f654649e7d79c6a444de9280e4cbf4d2fadc54de.sam@gentoo
1 commit: f654649e7d79c6a444de9280e4cbf4d2fadc54de
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 01:53:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 01:53:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f654649e
7
8 sys-devel/crossdev: drop 20211121, 20220205, 20220424, 20220617
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/crossdev/Manifest | 4 ----
13 sys-devel/crossdev/crossdev-20211121.ebuild | 36 -----------------------------
14 sys-devel/crossdev/crossdev-20220205.ebuild | 36 -----------------------------
15 sys-devel/crossdev/crossdev-20220424.ebuild | 35 ----------------------------
16 sys-devel/crossdev/crossdev-20220617.ebuild | 35 ----------------------------
17 5 files changed, 146 deletions(-)
18
19 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
20 index b43e700f0b59..a95db5967e5d 100644
21 --- a/sys-devel/crossdev/Manifest
22 +++ b/sys-devel/crossdev/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST crossdev-20211121.tar.xz 28700 BLAKE2B bfe637dcd3c5b6d45e289d6298de18cab4b70b5d21a817a9207b91360b489457b9ee10266a1c2641f8dfac09dffb166bf1565a7e519ba41f84c6d5c2000f5158 SHA512 5189fa7639b819dfffc8f994bb557d8d83f115b82cd61d938db77fdcf16a33cc9d0147f9708b3bed22fdc4ace27ac863436813ebad94876ae767172ac0cbb9ce
25 -DIST crossdev-20220205.tar.xz 29088 BLAKE2B 46e90557f0a6df49e4f6ab7be6495514a188c4366868290d3b6b879ad1e5741e1600bca237735290f7e9278d441534569853b582cd85b96581c6ae0517cb4c54 SHA512 72e7cf690d49a87b32f6fdad2462fd4156e4e35a3f0b5f30911012a2b7936bb999575f757547a7a805c0cfdd1fd0caa8b23bf61e72c4333096314043ed565f40
26 -DIST crossdev-20220424.tar.xz 29316 BLAKE2B 8b026c165b643262ef934fb2daec5484bc2a2e8c2cafbaca08ecb81c2870a6306dd834c9f72bca8cbe219d1b24274fef0b83a88e301e66d98a1eb0825bb2e161 SHA512 3c2ac2d9c79140c6e0aa7ac9fa7838499f003c6c9c1260abf4b0b7883d2179ef1ded5ab0ba14ca48d471edde5090e22a50fffbf25fd86a32d354a9541e4fd567
27 -DIST crossdev-20220617.tar.xz 29396 BLAKE2B e3b39edfb4cbd5808851b56d86646bc879ea875b5e320802d86073236474e3aa80c5dbefc42ef4799528334bfb5a2a0abb5c0b344ebdce39ec01aac59306eb84 SHA512 bdc5ea519e4cd6275e8171ff7cd35c8ae45b6240fefd278997e247c8b0758bff6563f7e2613072e179ec4735155f05236f32385fe13579c5e955f761e0859e43
28 DIST crossdev-20220709.tar.xz 29408 BLAKE2B dc96be5d86b343215564c2c15e91314c5ed88c765cec4f222b08a7e942ab5fb230915a0cdc3245719c0b12b4ce579066c6a88ae8e7ef4e44b80d8f0c5ddf7663 SHA512 f27929db8b4f7036408a0db18d46eb84312e1cef279336e13a07422ed3a154f3a21821d2d5ada66c0fca37bd70750413dab87b795c957a0a81cb9f27ebce2b90
29 DIST crossdev-20220818.tar.xz 29452 BLAKE2B 2fdb9ef8e5ffc1eb7ca16b38a428726646b4283131e7de3cde2fd48f30c96091303d13b8f392ef6ffc0e09c6cf230f0ea6f031426f82cef3650933b1485742d2 SHA512 3c103ad84a5614c7783bb12ca8e5ce4b5d1bb25b89c429678600d62f9fd066a2a4f9617db61b6d583b7564181ea794bed577668e6fb5d7cfcfab25d9c5e94624
30
31 diff --git a/sys-devel/crossdev/crossdev-20211121.ebuild b/sys-devel/crossdev/crossdev-20211121.ebuild
32 deleted file mode 100644
33 index fe3c418c3092..000000000000
34 --- a/sys-devel/crossdev/crossdev-20211121.ebuild
35 +++ /dev/null
36 @@ -1,36 +0,0 @@
37 -# Copyright 1999-2022 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI="8"
41 -
42 -if [[ ${PV} == "99999999" ]] ; then
43 - inherit git-r3
44 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
45 -else
46 - SRC_URI="mirror://gentoo/${P}.tar.xz
47 - https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
48 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
49 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
50 -fi
51 -
52 -DESCRIPTION="Gentoo Cross-toolchain generator"
53 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev"
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -
58 -RDEPEND="
59 - >=sys-apps/portage-2.1
60 - >=app-portage/portage-utils-0.55
61 - app-shells/bash
62 - sys-apps/gentoo-functions
63 -"
64 -BDEPEND="app-arch/xz-utils"
65 -
66 -src_install() {
67 - default
68 -
69 - if [[ "${PV}" == "99999999" ]] ; then
70 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
71 - fi
72 -}
73
74 diff --git a/sys-devel/crossdev/crossdev-20220205.ebuild b/sys-devel/crossdev/crossdev-20220205.ebuild
75 deleted file mode 100644
76 index fe3c418c3092..000000000000
77 --- a/sys-devel/crossdev/crossdev-20220205.ebuild
78 +++ /dev/null
79 @@ -1,36 +0,0 @@
80 -# Copyright 1999-2022 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI="8"
84 -
85 -if [[ ${PV} == "99999999" ]] ; then
86 - inherit git-r3
87 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
88 -else
89 - SRC_URI="mirror://gentoo/${P}.tar.xz
90 - https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
91 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
92 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
93 -fi
94 -
95 -DESCRIPTION="Gentoo Cross-toolchain generator"
96 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev"
97 -
98 -LICENSE="GPL-2"
99 -SLOT="0"
100 -
101 -RDEPEND="
102 - >=sys-apps/portage-2.1
103 - >=app-portage/portage-utils-0.55
104 - app-shells/bash
105 - sys-apps/gentoo-functions
106 -"
107 -BDEPEND="app-arch/xz-utils"
108 -
109 -src_install() {
110 - default
111 -
112 - if [[ "${PV}" == "99999999" ]] ; then
113 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
114 - fi
115 -}
116
117 diff --git a/sys-devel/crossdev/crossdev-20220424.ebuild b/sys-devel/crossdev/crossdev-20220424.ebuild
118 deleted file mode 100644
119 index 8c680c914ad0..000000000000
120 --- a/sys-devel/crossdev/crossdev-20220424.ebuild
121 +++ /dev/null
122 @@ -1,35 +0,0 @@
123 -# Copyright 1999-2022 Gentoo Authors
124 -# Distributed under the terms of the GNU General Public License v2
125 -
126 -EAPI="8"
127 -
128 -if [[ ${PV} == "99999999" ]] ; then
129 - inherit git-r3
130 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
131 -else
132 - SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
133 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
134 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
135 -fi
136 -
137 -DESCRIPTION="Gentoo Cross-toolchain generator"
138 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev"
139 -
140 -LICENSE="GPL-2"
141 -SLOT="0"
142 -
143 -RDEPEND="
144 - >=sys-apps/portage-2.1
145 - >=app-portage/portage-utils-0.55
146 - app-shells/bash
147 - sys-apps/gentoo-functions
148 -"
149 -BDEPEND="app-arch/xz-utils"
150 -
151 -src_install() {
152 - default
153 -
154 - if [[ "${PV}" == "99999999" ]] ; then
155 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
156 - fi
157 -}
158
159 diff --git a/sys-devel/crossdev/crossdev-20220617.ebuild b/sys-devel/crossdev/crossdev-20220617.ebuild
160 deleted file mode 100644
161 index 1701b22179d5..000000000000
162 --- a/sys-devel/crossdev/crossdev-20220617.ebuild
163 +++ /dev/null
164 @@ -1,35 +0,0 @@
165 -# Copyright 1999-2022 Gentoo Authors
166 -# Distributed under the terms of the GNU General Public License v2
167 -
168 -EAPI="8"
169 -
170 -if [[ ${PV} == "99999999" ]] ; then
171 - inherit git-r3
172 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
173 -else
174 - SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
175 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
176 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
177 -fi
178 -
179 -DESCRIPTION="Gentoo Cross-toolchain generator"
180 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev"
181 -
182 -LICENSE="GPL-2"
183 -SLOT="0"
184 -
185 -RDEPEND="
186 - >=sys-apps/portage-2.1
187 - >=app-portage/portage-utils-0.55
188 - app-shells/bash
189 - sys-apps/gentoo-functions
190 -"
191 -BDEPEND="app-arch/xz-utils"
192 -
193 -src_install() {
194 - default
195 -
196 - if [[ ${PV} == "99999999" ]] ; then
197 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
198 - fi
199 -}