public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/avro-c/
@ 2020-01-31 20:10 William Hubbs
  0 siblings, 0 replies; 6+ messages in thread
From: William Hubbs @ 2020-01-31 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5c1a4fbf2b34b051174df63c43021a53d49a340b
Author:     William Hubbs <william.hubbs <AT> sony <DOT> com>
AuthorDate: Fri Jan 31 20:05:23 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 20:10:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1a4fbf

dev-libs/avro-c: fix src_uri

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-libs/avro-c/avro-c-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/avro-c/avro-c-1.9.1.ebuild b/dev-libs/avro-c/avro-c-1.9.1.ebuild
index 3d47fc238ea..52a09b83a88 100644
--- a/dev-libs/avro-c/avro-c-1.9.1.ebuild
+++ b/dev-libs/avro-c/avro-c-1.9.1.ebuild
@@ -6,7 +6,7 @@ inherit cmake
 
 DESCRIPTION="c library for the apache avro data serialization system"
 HOMEPAGE="https://avro.apache.org/"
-SRC_URI="http://archive.apache.org/dist/avro/avro-${PV}/c/avro-c-${PV}.tar.gz"
+SRC_URI="https://archive.apache.org/dist/avro/avro-${PV}/c/avro-c-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/avro-c/
@ 2021-01-15 18:11 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2021-01-15 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     96e7a2e0c887c643ad6a8c4a6ded791b0e7b7b7b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 18:08:41 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 18:10:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e7a2e0

dev-libs/avro-c: stable for amd64.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-libs/avro-c/avro-c-1.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/avro-c/avro-c-1.9.1.ebuild b/dev-libs/avro-c/avro-c-1.9.1.ebuild
index 52a09b83a88..d5f0603a0ff 100644
--- a/dev-libs/avro-c/avro-c-1.9.1.ebuild
+++ b/dev-libs/avro-c/avro-c-1.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://archive.apache.org/dist/avro/avro-${PV}/c/avro-c-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="
 	app-arch/snappy


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/avro-c/
@ 2021-09-25 19:08 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-09-25 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4b54e5632592476c0acc98592b8047287b912fe5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 19:04:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 19:08:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b54e563

dev-libs/avro-c: add libjansson subslot dep

Earlier versions of libjansson lacked symbol versioning, causing crashes.

Bug: https://bugs.gentoo.org/812119
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/avro-c/{avro-c-1.9.1.ebuild => avro-c-1.9.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/avro-c/avro-c-1.9.1.ebuild b/dev-libs/avro-c/avro-c-1.9.1-r1.ebuild
similarity index 94%
rename from dev-libs/avro-c/avro-c-1.9.1.ebuild
rename to dev-libs/avro-c/avro-c-1.9.1-r1.ebuild
index d5f0603a0ff..3978e6b7b70 100644
--- a/dev-libs/avro-c/avro-c-1.9.1.ebuild
+++ b/dev-libs/avro-c/avro-c-1.9.1-r1.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="amd64"
 
 DEPEND="
 	app-arch/snappy
-	>=dev-libs/jansson-2.3
+	>=dev-libs/jansson-2.3:=
 	sys-libs/zlib"
 	RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/avro-c/
@ 2023-03-20  7:35 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-03-20  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4ed570d7b3dc96ba215854886908ecc0b8d96be2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 07:33:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 07:34:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed570d7

dev-libs/avro-c: add subslot dep on snappy

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/avro-c/{avro-c-1.9.1-r1.ebuild => avro-c-1.9.1-r2.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/avro-c/avro-c-1.9.1-r1.ebuild b/dev-libs/avro-c/avro-c-1.9.1-r2.ebuild
similarity index 84%
rename from dev-libs/avro-c/avro-c-1.9.1-r1.ebuild
rename to dev-libs/avro-c/avro-c-1.9.1-r2.ebuild
index 3978e6b7b701..ca9fa39e45d4 100644
--- a/dev-libs/avro-c/avro-c-1.9.1-r1.ebuild
+++ b/dev-libs/avro-c/avro-c-1.9.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,10 +13,10 @@ SLOT="0"
 KEYWORDS="amd64"
 
 DEPEND="
-	app-arch/snappy
+	app-arch/snappy:=
 	>=dev-libs/jansson-2.3:=
 	sys-libs/zlib"
-	RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}"
 
 PATCHES=(
 	"${FILESDIR}/${P}-fix-libdir.patch"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/avro-c/
@ 2025-02-22 23:48 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-02-22 23:48 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/avro-c/
@ 2025-03-16  6:27 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2025-03-16  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7898a3839775faaf725c4a51c719d0a2a53f03f5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 06:27:42 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 06:27:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7898a383

dev-libs/avro-c: Stabilize 1.12.0 amd64, #950957

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/avro-c/avro-c-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/avro-c/avro-c-1.12.0.ebuild b/dev-libs/avro-c/avro-c-1.12.0.ebuild
index 6298de8c3561..1dd90cf4ab1f 100644
--- a/dev-libs/avro-c/avro-c-1.12.0.ebuild
+++ b/dev-libs/avro-c/avro-c-1.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.apache.org/dist/avro/avro-${PV}/c/avro-c-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="
 	app-arch/snappy:=


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-03-16  6:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-22 23:48 [gentoo-commits] repo/gentoo:master commit in: dev-libs/avro-c/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-03-16  6:27 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox