commit:     1f9f8af6cbc3586bc288c19d10f022ea707cc53e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 09:47:02 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 21:13:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9f8af6

dev-libs/avro-c: drop 1.9.1-r2

Closes: https://bugs.gentoo.org/950957
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/avro-c/Manifest                           |  1 -
 dev-libs/avro-c/avro-c-1.9.1-r2.ebuild             | 23 ----------------
 .../avro-c/files/avro-c-1.9.1-fix-libdir.patch     | 32 ----------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-libs/avro-c/Manifest b/dev-libs/avro-c/Manifest
index c456e9271083..c7aec2f3c0de 100644
--- a/dev-libs/avro-c/Manifest
+++ b/dev-libs/avro-c/Manifest
@@ -1,2 +1 @@
 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.9.1-r2.ebuild 
b/dev-libs/avro-c/avro-c-1.9.1-r2.ebuild
deleted file mode 100644
index ca9fa39e45d4..000000000000
--- a/dev-libs/avro-c/avro-c-1.9.1-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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}"
-
-PATCHES=(
-       "${FILESDIR}/${P}-fix-libdir.patch"
-)

diff --git a/dev-libs/avro-c/files/avro-c-1.9.1-fix-libdir.patch 
b/dev-libs/avro-c/files/avro-c-1.9.1-fix-libdir.patch
deleted file mode 100644
index 84843abaa5a3..000000000000
--- a/dev-libs/avro-c/files/avro-c-1.9.1-fix-libdir.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 6f56597..c22e71a 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -109,14 +109,14 @@ install(DIRECTORY
- if (WIN32)
- install(TARGETS avro-static
-         RUNTIME DESTINATION bin
--        LIBRARY DESTINATION lib
--        ARCHIVE DESTINATION lib
-+              LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
-+        ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
-        )
- else(WIN32)
- install(TARGETS avro-static avro-shared
-         RUNTIME DESTINATION bin
--        LIBRARY DESTINATION lib
--        ARCHIVE DESTINATION lib
-+              LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
-+              ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
-        )
- endif(WIN32)
- 
-@@ -126,7 +126,7 @@ set(prefix ${CMAKE_INSTALL_PREFIX})
- set(VERSION ${AVRO_VERSION})
- configure_file(avro-c.pc.in avro-c.pc)
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/avro-c.pc
--        DESTINATION lib/pkgconfig)
-+      DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
- 
- add_executable(avrocat avrocat.c)
- target_link_libraries(avrocat avro-static)

Reply via email to