Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: libtheora-1.1.1-r1.ebuild ChangeLog
Date: Sat, 28 Jun 2014 18:02:44
Message-Id: 20140628180240.EF80020036@flycatcher.gentoo.org
1 jer 14/06/28 18:02:40
2
3 Modified: libtheora-1.1.1-r1.ebuild ChangeLog
4 Log:
5 Stable for HPPA (bug #510476).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.6 media-libs/libtheora/libtheora-1.1.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: libtheora-1.1.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libtheora-1.1.1-r1.ebuild 18 Jun 2014 19:50:00 -0000 1.5
23 +++ libtheora-1.1.1-r1.ebuild 28 Jun 2014 18:02:40 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v 1.5 2014/06/18 19:50:00 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v 1.6 2014/06/28 18:02:40 jer Exp $
29
30 EAPI=5
31 inherit autotools eutils flag-o-matic multilib-minimal
32 @@ -11,7 +11,7 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
37 +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
38 IUSE="doc +encode examples static-libs"
39
40 RDEPEND=">=media-libs/libogg-1.3.0:=[${MULTILIB_USEDEP}]
41
42
43
44 1.117 media-libs/libtheora/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.117&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.117&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/ChangeLog?r1=1.116&r2=1.117
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v
53 retrieving revision 1.116
54 retrieving revision 1.117
55 diff -u -r1.116 -r1.117
56 --- ChangeLog 18 Jun 2014 19:50:00 -0000 1.116
57 +++ ChangeLog 28 Jun 2014 18:02:40 -0000 1.117
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-libs/libtheora
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.116 2014/06/18 19:50:00 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.117 2014/06/28 18:02:40 jer Exp $
63 +
64 + 28 Jun 2014; Jeroen Roovers <jer@g.o> libtheora-1.1.1-r1.ebuild:
65 + Stable for HPPA (bug #510476).
66
67 18 Jun 2014; Michał Górny <mgorny@g.o> libtheora-1.1.1-r1.ebuild:
68 Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug