Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf: ChangeLog protobuf-2.5.0.ebuild
Date: Thu, 30 Jan 2014 23:14:04
Message-Id: 20140130231401.311912004C@flycatcher.gentoo.org
1 maekke 14/01/30 23:14:01
2
3 Modified: ChangeLog protobuf-2.5.0.ebuild
4 Log:
5 arm stable, bug #496842
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.59 dev-libs/protobuf/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/ChangeLog?rev=1.59&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/ChangeLog?rev=1.59&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/ChangeLog?r1=1.58&r2=1.59
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v
19 retrieving revision 1.58
20 retrieving revision 1.59
21 diff -u -r1.58 -r1.59
22 --- ChangeLog 20 Jan 2014 15:57:06 -0000 1.58
23 +++ ChangeLog 30 Jan 2014 23:14:01 -0000 1.59
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/protobuf
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.58 2014/01/20 15:57:06 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.59 2014/01/30 23:14:01 maekke Exp $
29 +
30 + 30 Jan 2014; Markus Meier <maekke@g.o> protobuf-2.5.0.ebuild:
31 + arm stable, bug #496842
32
33 20 Jan 2014; Agostino Sarubbo <ago@g.o> protobuf-2.5.0.ebuild:
34 Stable for ppc, wrt bug #496842
35
36
37
38 1.11 dev-libs/protobuf/protobuf-2.5.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild?r1=1.10&r2=1.11
43
44 Index: protobuf-2.5.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- protobuf-2.5.0.ebuild 20 Jan 2014 15:57:06 -0000 1.10
51 +++ protobuf-2.5.0.ebuild 30 Jan 2014 23:14:01 -0000 1.11
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v 1.10 2014/01/20 15:57:06 ago Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v 1.11 2014/01/30 23:14:01 maekke Exp $
57
58 EAPI=5
59 JAVA_PKG_IUSE="source"
60 @@ -15,7 +15,7 @@
61
62 LICENSE="Apache-2.0"
63 SLOT="0/8" # subslot = soname major version
64 -KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos x86-macos"
65 +KEYWORDS="amd64 arm ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos x86-macos"
66 IUSE="emacs examples java python static-libs vim-syntax"
67
68 CDEPEND="emacs? ( virtual/emacs )