From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/
Date: Mon, 19 Aug 2019 08:40:26 +0000 (UTC) [thread overview]
Message-ID: <1566204020.787961515ccd33de9f95a618fcaf4f9db6890bec.polynomial-c@gentoo> (raw)
commit: 787961515ccd33de9f95a618fcaf4f9db6890bec
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 08:40:20 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 08:40:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78796151
dev-libs/protobuf-c: Bump to version 1.3.2
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-libs/protobuf-c/Manifest | 1 +
dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild | 42 +++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-libs/protobuf-c/Manifest b/dev-libs/protobuf-c/Manifest
index 0dd2386a7ba..684098a5a12 100644
--- a/dev-libs/protobuf-c/Manifest
+++ b/dev-libs/protobuf-c/Manifest
@@ -1 +1,2 @@
DIST protobuf-c-1.3.1.tar.gz 498779 BLAKE2B f9ecb2cccd8e01a2ab5bd797883f245db418a76ac73ba3e756e997e944637732d45b3fca2a45d3caf4cd89f35259180fa05e64b8b02b63537005420f2233ba37 SHA512 b32920130b4be5e8a8373c2ca37ffe7eb263accf163d93e25a9eb4b6336ec40b05dda2458fe8f0c3cbcf6e0e08e9541fdff004d696f30a5d135b7a3bdca8b2c3
+DIST protobuf-c-1.3.2.tar.gz 500100 BLAKE2B b8bcd4ad6f9ddc05f28526f7cc58778b21a34fc18c7c7aa2a5bb45ae7fdc7c5d8957f989fe1bbfe353214ca87b02afed8cf0ad43c0f0e39f7e13059a5dfd6b7d SHA512 d94d2c6f11b3e482fd3d1b8cef5b2d896ad37a679068f393d29916311deadc5b6b86f946b046d7ee49260b0223e3128e052dc76324b4a8cd6ea184d566ad9aa6
diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild
new file mode 100644
index 00000000000..e666446a3b0
--- /dev/null
+++ b/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+MY_PV="${PV/_/-}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Protocol Buffers implementation in C"
+HOMEPAGE="https://github.com/protobuf-c/protobuf-c"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD-2"
+# Subslot == SONAME version
+SLOT="0/1.0.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="static-libs test"
+
+BDEPEND="dev-libs/protobuf:0
+ virtual/pkgconfig[${MULTILIB_USEDEP}]"
+DEPEND="dev-libs/protobuf:0=[${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ default
+ if ! use test; then
+ eapply "${FILESDIR}"/${PN}-1.3.0-no-build-tests.patch
+ fi
+
+ eautoreconf
+}
+
+multilib_src_configure() {
+ local myeconfargs=(
+ $(use_enable static-libs static)
+ )
+ ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
next reply other threads:[~2019-08-19 8:40 UTC|newest]
Thread overview: 89+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-19 8:40 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-18 0:55 [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/ Sam James
2025-02-11 8:39 Sam James
2025-01-24 4:05 Matt Turner
2024-12-23 5:07 Sam James
2024-12-23 5:07 Sam James
2024-09-13 19:33 Arthur Zamarin
2024-09-13 4:13 Sam James
2024-09-12 19:34 Sam James
2024-09-12 19:34 Sam James
2024-05-28 0:14 Sam James
2023-10-09 21:45 Sam James
2023-10-09 7:04 Sam James
2023-10-09 4:36 Sam James
2023-10-09 4:27 Sam James
2023-10-09 4:23 Sam James
2023-10-02 16:53 Hans de Graaff
2022-08-28 7:41 WANG Xuerui
2022-08-25 18:25 Agostino Sarubbo
2022-08-25 18:24 Agostino Sarubbo
2022-08-25 18:15 Agostino Sarubbo
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-07-11 2:01 Sam James
2022-02-02 20:52 Arthur Zamarin
2022-02-02 8:03 Agostino Sarubbo
2022-02-02 8:02 Agostino Sarubbo
2022-02-02 8:02 Agostino Sarubbo
2022-02-01 4:11 Sam James
2022-02-01 4:10 Sam James
2022-02-01 4:09 Sam James
2021-10-20 21:03 Mike Gilbert
2021-08-18 19:39 Sam James
2021-06-29 5:53 Yixun Lan
2021-03-16 19:23 Sam James
2020-11-17 19:05 Agostino Sarubbo
2020-11-15 9:28 Sam James
2020-11-14 21:15 Sam James
2020-11-14 21:15 Sam James
2020-11-14 19:17 Sergei Trofimovich
2020-11-12 23:17 Sergei Trofimovich
2020-11-12 23:15 Sergei Trofimovich
2020-11-12 23:14 Sergei Trofimovich
2020-11-12 22:54 Thomas Deutschmann
2020-07-06 7:56 Lars Wendler
2020-05-20 5:08 Robin H. Johnson
2020-03-21 10:43 Andreas Sturmlechner
2020-03-21 9:24 Mart Raudsepp
2020-02-13 14:40 Agostino Sarubbo
2020-02-06 7:51 Sergei Trofimovich
2020-02-03 12:49 Agostino Sarubbo
2020-02-03 12:35 Agostino Sarubbo
2020-02-03 12:31 Agostino Sarubbo
2020-02-03 12:30 Agostino Sarubbo
2020-02-03 11:31 Agostino Sarubbo
2020-02-03 11:28 Agostino Sarubbo
2020-01-31 22:17 Sergei Trofimovich
2019-05-05 19:45 Mikle Kolyada
2019-05-05 19:05 Mike Gilbert
2019-02-12 21:03 Sergei Trofimovich
2019-02-12 12:52 Mikle Kolyada
2019-02-12 12:52 Mikle Kolyada
2019-02-12 12:52 Mikle Kolyada
2019-02-09 19:29 Sergei Trofimovich
2019-02-09 18:36 Thomas Deutschmann
2019-02-08 20:35 Sergei Trofimovich
2019-02-07 12:31 Tobias Klausmann
2019-02-06 0:43 Mart Raudsepp
2019-02-04 19:41 Sergei Trofimovich
2019-01-03 9:35 Lars Wendler
2018-07-07 2:03 Mike Gilbert
2018-06-09 19:42 Mikle Kolyada
2018-04-14 21:45 Mart Raudsepp
2018-03-21 1:34 Matt Turner
2017-10-23 18:01 Markus Meier
2017-10-13 12:28 Sergei Trofimovich
2017-10-03 8:25 Sergei Trofimovich
2017-10-02 13:48 Manuel Rüger
2017-10-02 13:24 Sergei Trofimovich
2017-10-02 13:24 Sergei Trofimovich
2017-10-01 0:04 Thomas Deutschmann
2017-01-12 9:30 Jeroen Roovers
2016-11-26 22:08 Mike Frysinger
2016-04-24 13:36 Sam Jorna
2016-04-24 13:36 Sam Jorna
2016-04-07 11:29 Lars Wendler
2015-11-18 10:31 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1566204020.787961515ccd33de9f95a618fcaf4f9db6890bec.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox