Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/x264: x264-9999.ebuild ChangeLog
Date: Thu, 01 Aug 2013 16:14:54
Message-Id: 20130801161449.F0F0A2171C@flycatcher.gentoo.org
1 aballier 13/08/01 16:14:49
2
3 Modified: x264-9999.ebuild ChangeLog
4 Log:
5 Give a subslot even to -9999 and update soname
6
7 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.10 media-libs/x264/x264-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-9999.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-9999.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-9999.ebuild?r1=1.9&r2=1.10
15
16 Index: x264-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- x264-9999.ebuild 26 Jun 2013 04:38:09 -0000 1.9
23 +++ x264-9999.ebuild 1 Aug 2013 16:14:49 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.9 2013/06/26 04:38:09 chutzpah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.10 2013/08/01 16:14:49 aballier Exp $
29
30 EAPI=5
31
32 @@ -11,19 +11,17 @@
33 if [[ ${PV} == 9999 ]]; then
34 inherit git-2
35 EGIT_REPO_URI="git://git.videolan.org/x264.git"
36 - SLOT="0"
37 else
38 inherit versionator
39 MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
40 SRC_URI="http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
41 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
42 -
43 - SONAME="132"
44 - SLOT="0/${SONAME}"
45 -
46 S="${WORKDIR}/${MY_P}"
47 fi
48
49 +SONAME="135"
50 +SLOT="0/${SONAME}"
51 +
52 LICENSE="GPL-2"
53 IUSE="10bit custom-cflags +interlaced pic static-libs +threads"
54
55
56
57
58 1.91 media-libs/x264/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.91&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.91&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?r1=1.90&r2=1.91
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
67 retrieving revision 1.90
68 retrieving revision 1.91
69 diff -u -r1.90 -r1.91
70 --- ChangeLog 26 Jun 2013 04:38:09 -0000 1.90
71 +++ ChangeLog 1 Aug 2013 16:14:49 -0000 1.91
72 @@ -1,6 +1,9 @@
73 # ChangeLog for media-libs/x264
74 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.90 2013/06/26 04:38:09 chutzpah Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.91 2013/08/01 16:14:49 aballier Exp $
77 +
78 + 01 Aug 2013; Alexis Ballier <aballier@g.o> x264-9999.ebuild:
79 + Give a subslot even to -9999 and update soname
80
81 26 Jun 2013; Patrick McLean <chutzpah@g.o> x264-0.0.20130506.ebuild,
82 x264-9999.ebuild: