Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/x265: x265-9999.ebuild x265-1.5.ebuild x265-1.7.ebuild ChangeLog
Date: Fri, 24 Jul 2015 15:51:21
Message-Id: 20150724155117.8D91EB9@oystercatcher.gentoo.org
1 blueness 15/07/24 15:51:17
2
3 Modified: x265-9999.ebuild x265-1.5.ebuild x265-1.7.ebuild
4 ChangeLog
5 Log:
6 Keyword ~ppc. Bug #548966.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.16 media-libs/x265/x265-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/x265-9999.ebuild?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/x265-9999.ebuild?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/x265-9999.ebuild?r1=1.15&r2=1.16
16
17 Index: x265-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- x265-9999.ebuild 22 May 2015 12:20:07 -0000 1.15
24 +++ x265-9999.ebuild 24 Jul 2015 15:51:17 -0000 1.16
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v 1.15 2015/05/22 12:20:07 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v 1.16 2015/07/24 15:51:17 blueness Exp $
30
31 EAPI=5
32
33 @@ -13,7 +13,7 @@
34 SRC_URI="
35 https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz
36 http://ftp.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
37 - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
38 + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
39 fi
40
41 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"
42
43
44
45 1.9 media-libs/x265/x265-1.5.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/x265-1.5.ebuild?rev=1.9&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/x265-1.5.ebuild?rev=1.9&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/x265-1.5.ebuild?r1=1.8&r2=1.9
50
51 Index: x265-1.5.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.5.ebuild,v
54 retrieving revision 1.8
55 retrieving revision 1.9
56 diff -u -r1.8 -r1.9
57 --- x265-1.5.ebuild 29 May 2015 10:36:35 -0000 1.8
58 +++ x265-1.5.ebuild 24 Jul 2015 15:51:17 -0000 1.9
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2015 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.5.ebuild,v 1.8 2015/05/29 10:36:35 zlogene Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.5.ebuild,v 1.9 2015/07/24 15:51:17 blueness Exp $
64
65 EAPI=5
66
67 @@ -11,7 +11,7 @@
68 EHG_REPO_URI="http://bitbucket.org/multicoreware/x265"
69 else
70 SRC_URI="https://bitbucket.org/multicoreware/x265/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
71 - KEYWORDS="amd64 arm hppa ~ppc64 x86"
72 + KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86"
73 fi
74
75 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"
76
77
78
79 1.3 media-libs/x265/x265-1.7.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/x265-1.7.ebuild?rev=1.3&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/x265-1.7.ebuild?rev=1.3&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/x265-1.7.ebuild?r1=1.2&r2=1.3
84
85 Index: x265-1.7.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.7.ebuild,v
88 retrieving revision 1.2
89 retrieving revision 1.3
90 diff -u -r1.2 -r1.3
91 --- x265-1.7.ebuild 22 May 2015 12:20:07 -0000 1.2
92 +++ x265-1.7.ebuild 24 Jul 2015 15:51:17 -0000 1.3
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2015 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.7.ebuild,v 1.2 2015/05/22 12:20:07 aballier Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.7.ebuild,v 1.3 2015/07/24 15:51:17 blueness Exp $
98
99 EAPI=5
100
101 @@ -13,7 +13,7 @@
102 SRC_URI="
103 https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz
104 http://ftp.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
105 - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
106 + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
107 fi
108
109 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"
110
111
112
113 1.27 media-libs/x265/ChangeLog
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/ChangeLog?rev=1.27&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/ChangeLog?rev=1.27&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x265/ChangeLog?r1=1.26&r2=1.27
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v
122 retrieving revision 1.26
123 retrieving revision 1.27
124 diff -u -r1.26 -r1.27
125 --- ChangeLog 29 May 2015 10:36:35 -0000 1.26
126 +++ ChangeLog 24 Jul 2015 15:51:17 -0000 1.27
127 @@ -1,6 +1,10 @@
128 # ChangeLog for media-libs/x265
129 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.26 2015/05/29 10:36:35 zlogene Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.27 2015/07/24 15:51:17 blueness Exp $
132 +
133 + 24 Jul 2015; Anthony G. Basile <blueness@g.o> x265-1.5.ebuild,
134 + x265-1.7.ebuild, x265-9999.ebuild:
135 + Keyword ~ppc. Bug #548966.
136
137 29 May 2015; Mikle Kolyada <zlogene@g.o> x265-1.5.ebuild:
138 arm stable wrt bug #541664