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: Mon, 11 Mar 2019 22:37:11
Message-Id: 1552343818.0a43a3a253c619e406052b0ba8df50f87ebed619.slyfox@gentoo
1 commit: 0a43a3a253c619e406052b0ba8df50f87ebed619
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 22:34:24 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 22:36:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a43a3a2
7
8 sys-devel/crossdev: bump up to 20190311
9
10 Single new change:
11 - emerge-wrapper: declare KERNEL=Winnt for *mingw* targets, bug #594576
12
13 Bug: https://bugs.gentoo.org/594576
14 Package-Manager: Portage-2.3.62, Repoman-2.3.12
15 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
16
17 sys-devel/crossdev/Manifest | 1 +
18 .../crossdev/{crossdev-99999999.ebuild => crossdev-20190311.ebuild} | 6 +++---
19 sys-devel/crossdev/crossdev-99999999.ebuild | 4 ++--
20 3 files changed, 6 insertions(+), 5 deletions(-)
21
22 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
23 index af17f5afdda..e44ccc67482 100644
24 --- a/sys-devel/crossdev/Manifest
25 +++ b/sys-devel/crossdev/Manifest
26 @@ -1,3 +1,4 @@
27 DIST crossdev-20171230.tar.xz 23016 BLAKE2B 4661b3f9fac314b7346f0de7227d12ae2d6851e448f6d065471499df8ada5d699ef91c6b6bca285b2aefcbf67ab351fefbe9344c0884a7c0d33ff27215c8ed9c SHA512 bf8761a3018790501adb4bb173e3281d1d7628de8f65a1aa5df0b328a4af8088be466dbe8c185e7ed44aca31b078320a4f62c56351f4b7cbf832349184d9709f
28 DIST crossdev-20181020.tar.xz 27172 BLAKE2B 8a388d5201ab419b865b96a4314190a693a7e00f3b5ecc2db2efdf36efca102206b5c4c5633e5e4ee508f5433ff4e086460501462bacc86c2adb10cab33a0244 SHA512 dd7fa9522ce6f58684b54ddc57e088f19a8ad5392ff45ed5b2b1f95f4be7dbc753442adc1c2591a785d94070979200936ca713913e547e84ae02b05c83bf8cde
29 DIST crossdev-20181202.tar.xz 27184 BLAKE2B d1770f5148d666b22a20576b638e71bf6325e8a61776b8b47ecaf2e5437150554f6973c5306d233a836e4ffe3ff0480167c9b877c5f9e733681fd502016a19d4 SHA512 896bf050c81f3f34b2be187a851832494c039aa93177c806b689a75d16567f178e4ca33c21282fc320506b76e09b0cde8a45976b6309bf9bc5be8290db3dd8af
30 +DIST crossdev-20190311.tar.xz 27176 BLAKE2B 444828314b4e5363e9603a1fea8034e0b2b604a164d8efd6c31bf15591080daebd936eb2881c83e165f945742d11f54b04bf5f59b4ff39c048e55fef9989d268 SHA512 1f572df09204e297efd6e97001aad929226f26e9ddc706568680d75b1746a624e86c1578c5d3ee1e52ece0bbafdd17ae59565f3098864f018768c2901821f4ff
31
32 diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-20190311.ebuild
33 similarity index 87%
34 copy from sys-devel/crossdev/crossdev-99999999.ebuild
35 copy to sys-devel/crossdev/crossdev-20190311.ebuild
36 index 9024b91e057..c63e923b635 100644
37 --- a/sys-devel/crossdev/crossdev-99999999.ebuild
38 +++ b/sys-devel/crossdev/crossdev-20190311.ebuild
39 @@ -1,11 +1,11 @@
40 -# Copyright 1999-2018 Gentoo Foundation
41 +# Copyright 1999-2019 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 -EAPI=6
45 +EAPI=7
46
47 if [[ ${PV} == "99999999" ]] ; then
48 inherit git-r3
49 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/crossdev.git"
50 + EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
51 else
52 SRC_URI="mirror://gentoo/${P}.tar.xz
53 https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
54
55 diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild
56 index 9024b91e057..64d97b11b23 100644
57 --- a/sys-devel/crossdev/crossdev-99999999.ebuild
58 +++ b/sys-devel/crossdev/crossdev-99999999.ebuild
59 @@ -1,7 +1,7 @@
60 -# Copyright 1999-2018 Gentoo Foundation
61 +# Copyright 1999-2019 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 -EAPI=6
65 +EAPI=7
66
67 if [[ ${PV} == "99999999" ]] ; then
68 inherit git-r3