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, 17 Jul 2021 11:22:36
Message-Id: 1626520948.c2a65e8bc6e41958b9ddde4fdd3922df67558d25.slyfox@gentoo
1 commit: c2a65e8bc6e41958b9ddde4fdd3922df67558d25
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 10:59:45 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 11:22:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a65e8b
7
8 sys-devel/crossdev: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-devel/crossdev/Manifest | 2 --
14 sys-devel/crossdev/crossdev-20201129.ebuild | 35 -----------------------------
15 sys-devel/crossdev/crossdev-20210608.ebuild | 35 -----------------------------
16 3 files changed, 72 deletions(-)
17
18 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
19 index 1ebc27e81d3..de34438c1a3 100644
20 --- a/sys-devel/crossdev/Manifest
21 +++ b/sys-devel/crossdev/Manifest
22 @@ -1,3 +1 @@
23 -DIST crossdev-20201129.tar.xz 28372 BLAKE2B b59d94a69b83f8db9193bd54ff6059b20617b6dd60c0f9a0ec5acdf4b93adf747886598b9af7d69d2fd9705fab709041a96c149286e623b6557ea709bf2f840a SHA512 7b49795ea266d90e45c48b092bffa485a7207c66550d797297cb7e0756f7c497d045b3cb9b90f50b80a3ada4916a3ba273b2c19b9d02c834fb47d906efe3a8ba
24 -DIST crossdev-20210608.tar.xz 28464 BLAKE2B 5a52427b86b0dbfaf5711a04382486ff247ba69ff18bdad4840f173e7ba55efe547aad550086570335377192ec9b3f0b36da1921ad7044b9e21bb2bd3a21779e SHA512 246eb7ce4db4a6fe8af461700878e30c2f83548c72960aba7e936b1bbb4e83cfdc1fe39b6fd21924075b745ff87130d0b8a5ce569c49474e0e0432f85a74c89c
25 DIST crossdev-20210621.tar.xz 28588 BLAKE2B 33ff6069c85cbcff6bf34bf5f6dd8050bd5f9d34e3478c0200965dffd4cee46e71acf4210f533c9b22fd6fe979fa5f447d30b5aaa3a6fc0845b201a80dcb28d8 SHA512 8f8bed6ce53503fa4c2bbce4327d8e1d5ce8edab5ff698f11f312007912a2d73be56242269f798bb633ad3648f6cf936e00e019c05e5781b523059befc26f42c
26
27 diff --git a/sys-devel/crossdev/crossdev-20201129.ebuild b/sys-devel/crossdev/crossdev-20201129.ebuild
28 deleted file mode 100644
29 index 710a287c866..00000000000
30 --- a/sys-devel/crossdev/crossdev-20201129.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -if [[ ${PV} == "99999999" ]] ; then
39 - inherit git-r3
40 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
41 -else
42 - SRC_URI="mirror://gentoo/${P}.tar.xz
43 - https://dev.gentoo.org/~slyfox/distfiles/${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-20210608.ebuild b/sys-devel/crossdev/crossdev-20210608.ebuild
70 deleted file mode 100644
71 index edc534a7303..00000000000
72 --- a/sys-devel/crossdev/crossdev-20210608.ebuild
73 +++ /dev/null
74 @@ -1,35 +0,0 @@
75 -# Copyright 1999-2021 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=7
79 -
80 -if [[ ${PV} == "99999999" ]] ; then
81 - inherit git-r3
82 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
83 -else
84 - SRC_URI="mirror://gentoo/${P}.tar.xz
85 - https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
86 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 -}