commit:     065e27804daa8bc8a16afa551003089f5bf11c9b
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 07:19:32 2024 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 07:19:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065e2780

dev-libs/libbson: drop 1.18.0

Bug: https://bugs.gentoo.org/934186
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 dev-libs/libbson/Manifest                          |  1 -
 .../libbson/files/libbson-1.14.0-no-docs.patch     | 15 -------
 dev-libs/libbson/libbson-1.18.0.ebuild             | 46 ----------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-libs/libbson/Manifest b/dev-libs/libbson/Manifest
index 761865c04ae0..bd0172ca539f 100644
--- a/dev-libs/libbson/Manifest
+++ b/dev-libs/libbson/Manifest
@@ -1,2 +1 @@
-DIST libbson-1.18.0.tar.gz 7246954 BLAKE2B 
9418ab2e132f8a8c582bcbea8c7b090e9e45e34219845d8f6b7a99d4ebfb17ef2eec2223504e9a4ab7f51ca01e904a7f3bb04bf9f8bf20c010ab9f82894a728e
 SHA512 
c970f347689916172a957fc431b307bab3cb63367d4b39c49745c75b9fa84f0035db934c551570a4141733fc1bc6b33b118911c3b69ecdea797f19312b213606
 DIST libbson-1.24.4.tar.gz 7916661 BLAKE2B 
e361b52bf16eed7437428b0481d792ecf2f9cc283fdd6f23916d4a3ffb1b7d7c9ea7a7c4cf5f369e21fb6d4f564b91e07ac2ee44656855993218593dc4f1c166
 SHA512 
3563c061565d17a76581e188f6e184d7e41f2729812c8815afd34e03ebe6c1d25d7498a2cb1b599a09d24f6268c36473ef5113a14c7585a1532c9abf2e56e936

diff --git a/dev-libs/libbson/files/libbson-1.14.0-no-docs.patch 
b/dev-libs/libbson/files/libbson-1.14.0-no-docs.patch
deleted file mode 100644
index d33fba105ab0..000000000000
--- a/dev-libs/libbson/files/libbson-1.14.0-no-docs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3371dae..a6edf0f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -380,10 +380,6 @@ if (ENABLE_MONGOC)
- 
- endif ()
- 
--install (FILES COPYING NEWS README.rst THIRD_PARTY_NOTICES
--   DESTINATION ${CMAKE_INSTALL_DATADIR}/mongo-c-driver
--)
--
- if (ENABLE_UNINSTALL)
-    if (WIN32)
-       if (ENABLE_MONGOC)

diff --git a/dev-libs/libbson/libbson-1.18.0.ebuild 
b/dev-libs/libbson/libbson-1.18.0.ebuild
deleted file mode 100644
index 6d3d8b168b13..000000000000
--- a/dev-libs/libbson/libbson-1.18.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Library routines related to building,parsing and iterating BSON 
documents"
-HOMEPAGE="https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson";
-SRC_URI="https://github.com/mongodb/mongo-c-driver/releases/download/${PV}/mongo-c-driver-${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~loong ~ppc ~riscv ~sparc x86"
-IUSE="examples static-libs"
-
-DEPEND="dev-python/sphinx"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.14.0-no-docs.patch"
-)
-
-S="${WORKDIR}/mongo-c-driver-${PV}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_BSON=ON
-               -DENABLE_EXAMPLES=OFF
-               -DENABLE_MAN_PAGES=ON
-               -DENABLE_MONGOC=OFF
-               -DENABLE_TESTS=OFF
-               -DENABLE_STATIC="$(usex static-libs ON OFF)"
-               -DENABLE_UNINSTALL=OFF
-       )
-
-       cmake_src_configure
-}
-
-src_install() {
-       if use examples; then
-               docinto examples
-               dodoc src/libbson/examples/*.c
-       fi
-
-       cmake_src_install
-}

Reply via email to