Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/
Date: Wed, 27 Oct 2021 17:26:57
Message-Id: 1635355551.d5cd05195c8193816d6800bc44c4875baa72c804.vapier@gentoo
1 commit: d5cd05195c8193816d6800bc44c4875baa72c804
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Wed Oct 27 17:25:41 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 17:25:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5cd0519
7
8 sys-devel/crossdev: version bump to 20211027
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 sys-devel/crossdev/Manifest | 1 +
13 .../crossdev/{crossdev-99999999.ebuild => crossdev-20211027.ebuild} | 5 +++--
14 sys-devel/crossdev/crossdev-99999999.ebuild | 5 +++--
15 3 files changed, 7 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
18 index f178ff46fa6..48756ff975f 100644
19 --- a/sys-devel/crossdev/Manifest
20 +++ b/sys-devel/crossdev/Manifest
21 @@ -1,2 +1,3 @@
22 DIST crossdev-20210621.tar.xz 28588 BLAKE2B 33ff6069c85cbcff6bf34bf5f6dd8050bd5f9d34e3478c0200965dffd4cee46e71acf4210f533c9b22fd6fe979fa5f447d30b5aaa3a6fc0845b201a80dcb28d8 SHA512 8f8bed6ce53503fa4c2bbce4327d8e1d5ce8edab5ff698f11f312007912a2d73be56242269f798bb633ad3648f6cf936e00e019c05e5781b523059befc26f42c
23 DIST crossdev-20210718.tar.xz 28640 BLAKE2B 1e9b9313a5c9a1cb4d82f00e4979794d61b9eaa0035c575ac55092c6c015d820a590c5816d212a4ffad95b96a3dd99a9b94ca7c20b78a7d7b062f16dec6ed329 SHA512 e1a37aebf759abaa30f071f43a528f9059b83456e71fd86fc8202a7eff5c506c1f34fdd260c7b91a03f491b9f2a107ce6a65c2314845a352176fcc5a27a766e2
24 +DIST crossdev-20211027.tar.xz 28752 BLAKE2B 058d6254c702709c18cc426fe15d7a11cb856336236837a15c0b2cb0c2389198f8b0ea9893e7cdadd6ecdabb3e75c05b64c22448324ce2ea86032cb57e92a5d9 SHA512 6c15d71fb551dcb5cb8e95d7e3b1ecb52b34e47335842408da5acc9d258c1a5fa7e4699681b9b414b1b444df98601aa8b99b2000700485ec6028c076abeafd03
25
26 diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-20211027.ebuild
27 similarity index 87%
28 copy from sys-devel/crossdev/crossdev-99999999.ebuild
29 copy to sys-devel/crossdev/crossdev-20211027.ebuild
30 index 72dc1a5881f..0c2fe30139d 100644
31 --- a/sys-devel/crossdev/crossdev-99999999.ebuild
32 +++ b/sys-devel/crossdev/crossdev-20211027.ebuild
33 @@ -1,14 +1,15 @@
34 # Copyright 1999-2021 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=8
38 +EAPI="8"
39
40 if [[ ${PV} == "99999999" ]] ; then
41 inherit git-r3
42 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
43 else
44 SRC_URI="mirror://gentoo/${P}.tar.xz
45 - https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz"
46 + https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz
47 + https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
48 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
49 fi
50
51
52 diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild
53 index 72dc1a5881f..0c2fe30139d 100644
54 --- a/sys-devel/crossdev/crossdev-99999999.ebuild
55 +++ b/sys-devel/crossdev/crossdev-99999999.ebuild
56 @@ -1,14 +1,15 @@
57 # Copyright 1999-2021 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 -EAPI=8
61 +EAPI="8"
62
63 if [[ ${PV} == "99999999" ]] ; then
64 inherit git-r3
65 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
66 else
67 SRC_URI="mirror://gentoo/${P}.tar.xz
68 - https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz"
69 + https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz
70 + https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
71 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
72 fi