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.2-r1.ebuild
Date: Thu, 27 Nov 2014 18:22:26
Message-Id: 20141127182222.EBB88B08B@oystercatcher.gentoo.org
1 radhermit 14/11/27 18:22:22
2
3 Modified: ChangeLog
4 Added: protobuf-c-1.0.2-r1.ebuild
5 Log:
6 Add multilib support.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.12 dev-libs/protobuf-c/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 7 Oct 2014 06:51:28 -0000 1.11
24 +++ ChangeLog 27 Nov 2014 18:22:22 -0000 1.12
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.11 2014/10/07 06:51:28 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.12 2014/11/27 18:22:22 radhermit Exp $
30 +
31 +*protobuf-c-1.0.2-r1 (27 Nov 2014)
32 +
33 + 27 Nov 2014; Tim Harder <radhermit@g.o> +protobuf-c-1.0.2-r1.ebuild:
34 + Add multilib support.
35
36 *protobuf-c-1.0.2 (07 Oct 2014)
37
38
39
40
41 1.1 dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: protobuf-c-1.0.2-r1.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.2-r1.ebuild,v 1.1 2014/11/27 18:22:22 radhermit Exp $
51
52 EAPI=5
53
54 inherit autotools-multilib
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 ~arm ~x86"
66 IUSE="static-libs"
67
68 RDEPEND=">=dev-libs/protobuf-2.5.0-r2[${MULTILIB_USEDEP}]"
69 DEPEND="${RDEPEND}
70 virtual/pkgconfig[${MULTILIB_USEDEP}]"
71
72 S=${WORKDIR}/${MY_P}