Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf-c: ChangeLog protobuf-c-1.0.0_rc2.ebuild
Date: Tue, 01 Jul 2014 06:58:22
Message-Id: 20140701065818.747D32004E@flycatcher.gentoo.org
1 radhermit 14/07/01 06:58:18
2
3 Modified: ChangeLog
4 Added: protobuf-c-1.0.0_rc2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.6 dev-libs/protobuf-c/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 24 Jun 2014 19:22:43 -0000 1.5
24 +++ ChangeLog 1 Jul 2014 06:58:18 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/protobuf-c
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.5 2014/06/24 19:22:43 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.6 2014/07/01 06:58:18 radhermit Exp $
30 +
31 +*protobuf-c-1.0.0_rc2 (01 Jul 2014)
32 +
33 + 01 Jul 2014; Tim Harder <radhermit@g.o> +protobuf-c-1.0.0_rc2.ebuild:
34 + Version bump.
35
36 24 Jun 2014; Markus Meier <maekke@g.o> protobuf-c-0.15.ebuild:
37 add ~arm, bug #512550
38
39
40
41 1.1 dev-libs/protobuf-c/protobuf-c-1.0.0_rc2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.0.0_rc2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.0.0_rc2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: protobuf-c-1.0.0_rc2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.0.0_rc2.ebuild,v 1.1 2014/07/01 06:58:18 radhermit Exp $
51
52 EAPI=5
53
54 inherit autotools-utils
55
56 MY_PV=${PV/_/-}
57 MY_P=${PN}-${MY_PV}
58
59 DESCRIPTION="code generator and runtime libraries to use Protocol Buffers (protobuf) from pure C"
60 HOMEPAGE="https://github.com/protobuf-c/protobuf-c/"
61 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.gz"
62
63 LICENSE="BSD-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="static-libs"
67
68 RDEPEND="dev-libs/protobuf"
69 DEPEND="${RDEPEND}
70 virtual/pkgconfig"
71
72 S=${WORKDIR}/${MY_P}