public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/avro-c/
Date: Sat, 22 Feb 2025 23:48:57 +0000 (UTC)	[thread overview]
Message-ID: <1740268042.0f19c67399a2de8c8080527defc3090251bfee1a.sam@gentoo> (raw)

commit:     0f19c67399a2de8c8080527defc3090251bfee1a
Author:     NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Sat Feb 22 08:04:35 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 23:47:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f19c673

dev-libs/avro-c: add 1.12.0

Fixes build and test failures

Closes: https://bugs.gentoo.org/712970
Closes: https://bugs.gentoo.org/707662
Closes: https://bugs.gentoo.org/945040
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40697
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/avro-c/Manifest             |  1 +
 dev-libs/avro-c/avro-c-1.12.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-libs/avro-c/Manifest b/dev-libs/avro-c/Manifest
index a4ee489479c9..c456e9271083 100644
--- a/dev-libs/avro-c/Manifest
+++ b/dev-libs/avro-c/Manifest
@@ -1 +1,2 @@
+DIST avro-c-1.12.0.tar.gz 219070 BLAKE2B a52b10c3dfff50e71aac72ef9cb6395543ff1483e906d4af016df37e1d798133ac91b3b45d56407652c081e3d5d61c363e6ab3fb3966f6668f35277a52267d24 SHA512 71f0a8b63e212a12d38c05ef0c8e17822af7eb38698e07550a15f49d3f976f015f31cd804784df76c16e6cf7129c0d1a5028cb78032ad0259b4d151dcf022099
 DIST avro-c-1.9.1.tar.gz 216954 BLAKE2B a1647c8315eaad5af7aabee01b71638261daa82def48227046d05da89ef66e8697d6c31f1a4a7b2b8010e1b471e50e24b85701ad7870e6f1d3495262dfaf00c6 SHA512 68b1f44f870c9b6f0b2380da9e34d91148ff4398cb300f4bdd4e3e1ad00820acd9084b73232b00d4cd4935fb992b41dc65afdafcbea14a3d87259608688df904

diff --git a/dev-libs/avro-c/avro-c-1.12.0.ebuild b/dev-libs/avro-c/avro-c-1.12.0.ebuild
new file mode 100644
index 000000000000..6298de8c3561
--- /dev/null
+++ b/dev-libs/avro-c/avro-c-1.12.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2020-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="c library for the apache avro data serialization system"
+HOMEPAGE="https://avro.apache.org/"
+SRC_URI="https://archive.apache.org/dist/avro/avro-${PV}/c/avro-c-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	app-arch/snappy:=
+	>=dev-libs/jansson-2.3:=
+	sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_test() {
+	local CMAKE_SKIP_TESTS=(
+		test_avro_commons_schema # commons is only in full distro, not in avro-c
+	)
+
+	cmake_src_test
+}


             reply	other threads:[~2025-02-22 23:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-22 23:48 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-16  6:27 [gentoo-commits] repo/gentoo:master commit in: dev-libs/avro-c/ Arthur Zamarin
2023-03-20  7:35 Sam James
2021-09-25 19:08 Sam James
2021-01-15 18:11 Patrice Clement
2020-01-31 20:10 William Hubbs

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=1740268042.0f19c67399a2de8c8080527defc3090251bfee1a.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