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: Sun, 28 Jun 2020 22:43:40
Message-Id: 1593384199.70798e226e66fb4ae5d91b232ad4841e91bfc890.slyfox@gentoo
1 commit: 70798e226e66fb4ae5d91b232ad4841e91bfc890
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 22:28:16 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 22:43:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70798e22
7
8 sys-devel/crossdev: drop old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-devel/crossdev/Manifest | 1 -
14 sys-devel/crossdev/crossdev-20200125.ebuild | 36 -----------------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
18 index 0b1928fb6d1..1e1b1fa752f 100644
19 --- a/sys-devel/crossdev/Manifest
20 +++ b/sys-devel/crossdev/Manifest
21 @@ -1,2 +1 @@
22 -DIST crossdev-20200125.tar.xz 27380 BLAKE2B 4871b3ba1130c8d2e4df263aea155f95352417e65dabe64968cf9cc2628f9a1ae32a7e569cdea73a04d32d05396b0a83720bbd712a5f5b703606692e6b61516b SHA512 a4db1d09179b23f032af59c4857c3ab58d7944633b0c612a1f8aa0ecc38201f960cc1da761f34288568bb7f3434fe4da5094b4d4445be047da8838a096f6c606
23 DIST crossdev-20200131.tar.xz 28200 BLAKE2B b1b8e283d150968339e259c48b3f066f5233af2578b04e060d5e69c002af6ffd65214c559353a8ebcf3238c2b60d0ddfa29131e26c707647717088df55f77282 SHA512 e1d18a7d69cdc0240d30e77b1634bd6b5806e1576227e4ffa394805aa217c050ced75436e9a004a35bc9bc47b96ea2f3d8e19ef530a106736f7cc0d995bee4a5
24
25 diff --git a/sys-devel/crossdev/crossdev-20200125.ebuild b/sys-devel/crossdev/crossdev-20200125.ebuild
26 deleted file mode 100644
27 index 7a6c51ec73f..00000000000
28 --- a/sys-devel/crossdev/crossdev-20200125.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 -}