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: Wed, 30 Dec 2020 10:57:11
Message-Id: 1609325823.eada4ef2d3af03fdc2a1b9ea332ebcf51238bc22.slyfox@gentoo
1 commit: eada4ef2d3af03fdc2a1b9ea332ebcf51238bc22
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 10:56:53 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 10:57:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eada4ef2
7
8 sys-devel/crossdev: drop old
9
10 Package-Manager: Portage-3.0.12, 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-20201122.ebuild | 36 -----------------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
18 index 9cc6d11acf2..d49f6f22754 100644
19 --- a/sys-devel/crossdev/Manifest
20 +++ b/sys-devel/crossdev/Manifest
21 @@ -1,2 +1 @@
22 -DIST crossdev-20201122.tar.xz 28308 BLAKE2B 66da19024dd03e98ff0f388cdb9bf76a968ef4ac920249e9a782d46c1d32a4cb3047a0aa2d9619a054b9894ef30624ce99bb45f9c45b937fbb280a8a298aede8 SHA512 bbd7ab6a8ea0d2cb13f822277d9b8c19478368b2f365aaa60bd2548b47f9e7a582805593b683631ebb20bfb6d2f496f2d3a5eb6d144207fab58607565a8d1a41
23 DIST crossdev-20201129.tar.xz 28372 BLAKE2B b59d94a69b83f8db9193bd54ff6059b20617b6dd60c0f9a0ec5acdf4b93adf747886598b9af7d69d2fd9705fab709041a96c149286e623b6557ea709bf2f840a SHA512 7b49795ea266d90e45c48b092bffa485a7207c66550d797297cb7e0756f7c497d045b3cb9b90f50b80a3ada4916a3ba273b2c19b9d02c834fb47d906efe3a8ba
24
25 diff --git a/sys-devel/crossdev/crossdev-20201122.ebuild b/sys-devel/crossdev/crossdev-20201122.ebuild
26 deleted file mode 100644
27 index 7a6c51ec73f..00000000000
28 --- a/sys-devel/crossdev/crossdev-20201122.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -if [[ ${PV} == "99999999" ]] ; then
37 - inherit git-r3
38 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
39 -else
40 - SRC_URI="mirror://gentoo/${P}.tar.xz
41 - https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
42 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
43 -fi
44 -
45 -DESCRIPTION="Gentoo Cross-toolchain generator"
46 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -RDEPEND="
53 - >=sys-apps/portage-2.1
54 - >=app-portage/portage-utils-0.55
55 - app-shells/bash
56 - sys-apps/gentoo-functions
57 -"
58 -DEPEND="app-arch/xz-utils"
59 -
60 -src_install() {
61 - default
62 -
63 - if [[ "${PV}" == "99999999" ]] ; then
64 - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die
65 - fi
66 -}