From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/
Date: Tue, 28 May 2024 00:14:57 +0000 (UTC) [thread overview]
Message-ID: <1716855017.58f161a9e5ea3744a32c7535086883c20d6b68c7.sam@gentoo> (raw)
commit: 58f161a9e5ea3744a32c7535086883c20d6b68c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 00:10:17 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 00:10:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f161a9
dev-libs/protobuf-c: add 1.5.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/protobuf-c/Manifest | 1 +
dev-libs/protobuf-c/protobuf-c-1.5.0.ebuild | 45 +++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-libs/protobuf-c/Manifest b/dev-libs/protobuf-c/Manifest
index 9e824fc64956..fac581b01b10 100644
--- a/dev-libs/protobuf-c/Manifest
+++ b/dev-libs/protobuf-c/Manifest
@@ -1 +1,2 @@
DIST protobuf-c-1.4.1.tar.gz 513596 BLAKE2B b5e87a3154863581b81790a26b6b522c2b3ad138e966053f20c6264b4a7677d6c5bff8e27faa7c6cfa9e982b72b06e2f518a3def9f6db13241c3cb3ee9afc8f6 SHA512 190a4aa5c607853e6bf860b0974deb21e4f7f6209e810251eaca9612b59ea676779b0ca217fb1572914ffb8de3315a7d24f162b14d447ee671a9adc5b1271e41
+DIST protobuf-c-1.5.0.tar.gz 507251 BLAKE2B 7b428655901f4fd74b67b75419552e7c02065a5291aed4dcc1d55b98c986caa9ccf846eb5e98e0954420c3e5bea559b0078843e00daa7b5c63465eec21e28204 SHA512 175c9fc901cab88308730eea982dd62b1e0decdceb80aa53be163f17a440b4acecb834a784beab5cd71186413a322a323f4539758a8727ca51801cf92f9bd3da
diff --git a/dev-libs/protobuf-c/protobuf-c-1.5.0.ebuild b/dev-libs/protobuf-c/protobuf-c-1.5.0.ebuild
new file mode 100644
index 000000000000..ee2370a3fa6e
--- /dev/null
+++ b/dev-libs/protobuf-c/protobuf-c-1.5.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD-2"
+# Subslot == SONAME version
+SLOT="0/1.0.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="static-libs"
+
+BDEPEND="
+ >=dev-libs/protobuf-3:0
+ virtual/pkgconfig
+"
+DEPEND=">=dev-libs/protobuf-3:0=[${MULTILIB_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+multilib_src_configure() {
+ local myeconfargs=(
+ $(use_enable static-libs static)
+ )
+
+ ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+ find "${ED}" -name '*.la' -type f -delete || die
+ einstalldocs
+}
next reply other threads:[~2024-05-28 0:15 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-28 0:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-13 19:33 [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/ Arthur Zamarin
2024-09-13 4:13 Sam James
2024-09-12 19:34 Sam James
2024-09-12 19:34 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-08-19 8:40 Lars Wendler
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=1716855017.58f161a9e5ea3744a32c7535086883c20d6b68c7.sam@gentoo \
--to=sam@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