Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/
Date: Sat, 28 Nov 2020 11:53:25
Message-Id: 1606564396.be10c6765e312fe417f41ffe7b1a35e2cac8e8ea.slyfox@gentoo
1 commit: be10c6765e312fe417f41ffe7b1a35e2cac8e8ea
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 11:51:43 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 11:53:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be10c676
7
8 sys-devel/crossdev: drop old
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-devel/crossdev/Manifest | 1 -
14 sys-devel/crossdev/crossdev-20201108.ebuild | 36 -----------------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
18 index 39971a6c186..201750c3fbf 100644
19 --- a/sys-devel/crossdev/Manifest
20 +++ b/sys-devel/crossdev/Manifest
21 @@ -1,3 +1,2 @@
22 DIST crossdev-20200801.tar.xz 28268 BLAKE2B 36f22a2d1422d5f9e27a5559a8c141462853c4dc011ec98c66d235ef262ea9408fd5054b578963fd17ef630ea63e72c068d216f6ffbea7d191d1374a6ecc4033 SHA512 331af1525cdfc66380621b764bfc63178ce962b9071408d1ee08480caad9c0e4782a8fa5e5f3500fd2ea03ccd322895cc95d80106ad9e5b97a0e09ef5d88c94b
23 -DIST crossdev-20201108.tar.xz 28312 BLAKE2B 2fe86fb7e1b9ed8a3986efcee9bba06a810cf03f00496eee49870e0a9c0a589b8ae461811bf83c76dd22c59e344ddacaeab2ae215aa8f58f3b2e7490399528fc SHA512 28cf1807845c4cc4291c8d576119dbe362ea0f31504ae7a96dbdee636033eab511004b0a8988c4d7425017c3f281b6afa1644db4f9f310a08d69fd7fcd6cdbe0
24 DIST crossdev-20201122.tar.xz 28308 BLAKE2B 66da19024dd03e98ff0f388cdb9bf76a968ef4ac920249e9a782d46c1d32a4cb3047a0aa2d9619a054b9894ef30624ce99bb45f9c45b937fbb280a8a298aede8 SHA512 bbd7ab6a8ea0d2cb13f822277d9b8c19478368b2f365aaa60bd2548b47f9e7a582805593b683631ebb20bfb6d2f496f2d3a5eb6d144207fab58607565a8d1a41
25
26 diff --git a/sys-devel/crossdev/crossdev-20201108.ebuild b/sys-devel/crossdev/crossdev-20201108.ebuild
27 deleted file mode 100644
28 index 80947886394..00000000000
29 --- a/sys-devel/crossdev/crossdev-20201108.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -if [[ ${PV} == "99999999" ]] ; then
38 - inherit git-r3
39 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
40 -else
41 - SRC_URI="mirror://gentoo/${P}.tar.xz
42 - https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
43 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
44 -fi
45 -
46 -DESCRIPTION="Gentoo Cross-toolchain generator"
47 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -IUSE=""
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 -DEPEND="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 -}