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, 19 Nov 2017 23:09:38
Message-Id: 1511132967.d0fa1795fcd5f556c5ca856e8fd786021980912a.slyfox@gentoo
1 commit: d0fa1795fcd5f556c5ca856e8fd786021980912a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 23:09:14 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 23:09:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fa1795
7
8 sys-devel/crossdev: bump up to 20171119
9
10 Bug: https://bugs.gentoo.org/638182
11 Package-Manager: Portage-2.3.14, Repoman-2.3.6
12
13 sys-devel/crossdev/Manifest | 1 +
14 .../crossdev/{crossdev-99999999.ebuild => crossdev-20171119.ebuild} | 5 +++--
15 sys-devel/crossdev/crossdev-99999999.ebuild | 5 +++--
16 3 files changed, 7 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
19 index 3c8692ffac6..d59f525cff1 100644
20 --- a/sys-devel/crossdev/Manifest
21 +++ b/sys-devel/crossdev/Manifest
22 @@ -1,2 +1,3 @@
23 DIST crossdev-20151026.tar.xz 22160 SHA256 ad5ff1cc334325f83f60f87f9a6d795c606317665042cece9d8f12297312ca28 SHA512 f60efd4ad867efd0eb33de5fe327ccbfe73b574c97507bc0edd7ef141ad74c035ae2a0d446180e6a9eb5f43197f44933a452245feec849bacfb03fc07067edd0 WHIRLPOOL 7a8f556e53e7142ccf9c56d6daf700b33d66e530d85e5a5ed5b154a52bbba450956381af06f7b5748a6a82a43666a8c1b7d879296869dadd090e8887fc623ea9
24 DIST crossdev-20160602.tar.xz 22292 SHA256 12dcbbdedc3f89a7b782c2b61c2956da050cfc95eef860a2f2701bfc89c77ce9 SHA512 580cc51e599086a14c51153e656d30b5c2f0e08c7601384d3e082716edeaa532e832b515df2517618cc51be187fcf8738db10e412a5635a16d0bb58b1631a53e WHIRLPOOL 7ccc23cd01030e1b55266784448187ab30ded10b229b03886faf739fd5d1ed07d73c60fb950c1c28c81e7dd309324bd740d8439640113241f493973ba79b53cd
25 +DIST crossdev-20171119.tar.xz 22596 SHA256 87825ce1b914248008f5be7abaf9f60733ba509ed3f8bb0050fe6b1219d575ef SHA512 3b8d7b89adf06d5ffef169ed1015532220c997731e083fd73c27d80ea09a6a7efd456734104aa58ef386426f9a04fed3147f37aefe4106c378a0b865bfffb2f0 WHIRLPOOL f6b88c77cd49f15b8a59d0ffdf942a2db44fc398ecc09087a3f22cd81a2922ac3320df0eded06039fca0a40165f2a713ca5c25f2ece93bd9ea2fc7b1291cc40e
26
27 diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-20171119.ebuild
28 similarity index 92%
29 copy from sys-devel/crossdev/crossdev-99999999.ebuild
30 copy to sys-devel/crossdev/crossdev-20171119.ebuild
31 index 724d297db4a..73d9c469006 100644
32 --- a/sys-devel/crossdev/crossdev-99999999.ebuild
33 +++ b/sys-devel/crossdev/crossdev-20171119.ebuild
34 @@ -1,14 +1,14 @@
35 # Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI="6"
39 +EAPI=6
40
41 if [[ ${PV} == "99999999" ]] ; then
42 inherit git-r3
43 EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
44 else
45 SRC_URI="mirror://gentoo/${P}.tar.xz
46 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
47 + https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
48 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
49 fi
50
51 @@ -28,6 +28,7 @@ DEPEND="app-arch/xz-utils"
52
53 src_install() {
54 default
55 +
56 if [[ "${PV}" == "99999999" ]] ; then
57 sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED%/}"/usr/bin/crossdev || die
58 fi
59
60 diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild
61 index 724d297db4a..73d9c469006 100644
62 --- a/sys-devel/crossdev/crossdev-99999999.ebuild
63 +++ b/sys-devel/crossdev/crossdev-99999999.ebuild
64 @@ -1,14 +1,14 @@
65 # Copyright 1999-2017 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 -EAPI="6"
69 +EAPI=6
70
71 if [[ ${PV} == "99999999" ]] ; then
72 inherit git-r3
73 EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
74 else
75 SRC_URI="mirror://gentoo/${P}.tar.xz
76 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
77 + https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
78 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
79 fi
80
81 @@ -28,6 +28,7 @@ DEPEND="app-arch/xz-utils"
82
83 src_install() {
84 default
85 +
86 if [[ "${PV}" == "99999999" ]] ; then
87 sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED%/}"/usr/bin/crossdev || die
88 fi