Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xorg-cf-files/
Date: Sat, 28 Jul 2018 00:38:47
Message-Id: 1532738305.972db3fd658d8a705005e615017c530fa6c55dd7.mattst88@gentoo
1 commit: 972db3fd658d8a705005e615017c530fa6c55dd7
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Jul 27 23:30:54 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 00:38:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972db3fd
7
8 x11-misc/xorg-cf-files: adjust patch to be -p1 applicable
9
10 In order to be shareable between -r0 and -r1.
11
12 Package-Manager: Portage-2.3.41, Repoman-2.3.9
13
14 x11-misc/xorg-cf-files/Manifest | 2 +-
15 x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/x11-misc/xorg-cf-files/Manifest b/x11-misc/xorg-cf-files/Manifest
19 index 27f100a1a0d..7b8dc93bc73 100644
20 --- a/x11-misc/xorg-cf-files/Manifest
21 +++ b/x11-misc/xorg-cf-files/Manifest
22 @@ -1,2 +1,2 @@
23 -DIST xorg-cf-files-1.0.2-solaris-prefix.patch.bz2 4423 BLAKE2B f30d628d65db851f2cad14e2806ce4fb9114b0ddac6f21d589ad592936c5fe633f19e7ccbe027ec079f2811e549e1fcd5606c573acedb5034d3bb18e1f6c7daf SHA512 61ba3dea5ce33c1bbcb7a7a9b53f1558ad71b818eaafb1bdbc38da8ff9ff231a824d4b6cbc59e6ddd422a2a74e88eec201471c8e630b9b447fba519973ddfdf6
24 +DIST xorg-cf-files-1.0.6-solaris-prefix.patch.bz2 4364 BLAKE2B 219911bf7fb6907762b70062c43842f116bb0c8ff033569d3a033918b004d89514eda43d1f478c7f0dc1b18adb17f5792990cc8d15cb9770b57e555c0b362f10 SHA512 159d55da274decdac934cded63f33164f5866dc81e853b1a205abdbe56fba4099ab4278e2fb5ff855c0b76784ba2b3fa89e6db2b4fdc9647111698e2c77da4a3
25 DIST xorg-cf-files-1.0.6.tar.bz2 337859 BLAKE2B aab1495a699e6236095585c94151b3bc2edbff9e2b1f414fc916e09eca8d5dd4a5492ee9c69f8b21bf7d6c6ef1ab0639ba0d96be02b6736968b13b9d4d6f4a26 SHA512 1749a5fbcda2c15c300028abce79a3304cfb10f215bf98cf30558144eb64f9fa06a69203159f44405224ed567ac5bc0ff1222e3656367f69acc99f44871424fa
26
27 diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild
28 index 2c4b306c33d..76edd0242ac 100644
29 --- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild
30 +++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6.ebuild
31 @@ -6,7 +6,7 @@ EAPI=5
32 inherit xorg-2
33
34 DESCRIPTION="Old Imake-related build files"
35 -SRC_URI+=" https://dev.gentoo.org/~mgorny/dist/${PN}-1.0.2-solaris-prefix.patch.bz2"
36 +SRC_URI+=" https://dev.gentoo.org/~mattst88/distfiles/${PN}-1.0.6-solaris-prefix.patch.bz2"
37 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 IUSE=""
39
40 @@ -14,7 +14,7 @@ RDEPEND=""
41 DEPEND="${RDEPEND}"
42
43 PATCHES=(
44 - "${WORKDIR}"/${PN}-1.0.2-solaris-prefix.patch
45 + "${WORKDIR}"/${PN}-1.0.6-solaris-prefix.patch
46 )
47
48 src_install() {