From 8f9c76f561ef61bf386ac8cd30cf6da0e872c1e1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 25 Sep 2021 20:04:49 +0100 Subject: dev-libs/libserdes: add libjansson subslot dep Earlier versions of libjansson lacked symbol versioning, causing crashes. Bug: https://bugs.gentoo.org/812119 Signed-off-by: Sam James --- dev-libs/libserdes/libserdes-5.4.0-r1.ebuild | 17 +++++++++++++++++ dev-libs/libserdes/libserdes-5.4.0.ebuild | 18 ------------------ 2 files changed, 17 insertions(+), 18 deletions(-) create mode 100644 dev-libs/libserdes/libserdes-5.4.0-r1.ebuild delete mode 100644 dev-libs/libserdes/libserdes-5.4.0.ebuild diff --git a/dev-libs/libserdes/libserdes-5.4.0-r1.ebuild b/dev-libs/libserdes/libserdes-5.4.0-r1.ebuild new file mode 100644 index 000000000000..50e09c427958 --- /dev/null +++ b/dev-libs/libserdes/libserdes-5.4.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Avro SerializationDeserialization w/ Confluent schema-registry support" +HOMEPAGE="https://github.com/confluentinc/libserdes" +SRC_URI="https://github.com/confluentinc/libserdes/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64" + +DEPEND="dev-libs/jansson:= + net-misc/curl + dev-libs/avro-c" +RDEPEND="${DEPEND}" diff --git a/dev-libs/libserdes/libserdes-5.4.0.ebuild b/dev-libs/libserdes/libserdes-5.4.0.ebuild deleted file mode 100644 index de284b4ea594..000000000000 --- a/dev-libs/libserdes/libserdes-5.4.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Avro SerializationDeserialization w/ Confluent schema-registry support" -HOMEPAGE="https://github.com/confluentinc/libserdes" -SRC_URI="https://github.com/confluentinc/libserdes/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64" - -DEPEND=" - dev-libs/jansson - net-misc/curl - dev-libs/avro-c" - RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad