From 5d0bd6ede5c8f6107be8c62ea98ec9aafe79c58a Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 4 Feb 2022 21:58:45 +0200 Subject: dev-libs/leveldb: drop 1.20, 1.23-r1 Closes: https://github.com/gentoo/gentoo/pull/12745 Signed-off-by: Arthur Zamarin --- .../leveldb/files/leveldb-1.18-configure.patch | 52 ---------------------- .../leveldb/files/leveldb-1.20-memenv-so.patch | 33 -------------- 2 files changed, 85 deletions(-) delete mode 100644 dev-libs/leveldb/files/leveldb-1.18-configure.patch delete mode 100644 dev-libs/leveldb/files/leveldb-1.20-memenv-so.patch (limited to 'dev-libs/leveldb/files') diff --git a/dev-libs/leveldb/files/leveldb-1.18-configure.patch b/dev-libs/leveldb/files/leveldb-1.18-configure.patch deleted file mode 100644 index ba30fc731ad5..000000000000 --- a/dev-libs/leveldb/files/leveldb-1.18-configure.patch +++ /dev/null @@ -1,52 +0,0 @@ -we'll handle configure ourselves in src_configure - ---- a/Makefile -+++ b/Makefile -@@ -14,9 +14,6 @@ OPT ?= -O2 -DNDEBUG - # OPT ?= -O2 -g2 -DNDEBUG - #----------------------------------------------- - --# detect what platform we're building on --$(shell CC="$(CC)" CXX="$(CXX)" TARGET_OS="$(TARGET_OS)" \ -- ./build_detect_platform build_config.mk ./) - # this file is generated by the previous line to set build flags and sources - include build_config.mk - - -control snappy/tcmalloc explicitly - ---- a/build_detect_platform -+++ a/build_detect_platform -@@ -190,6 +190,7 @@ - COMMON_FLAGS="$COMMON_FLAGS -DLEVELDB_PLATFORM_POSIX" - fi - -+if [ "${USE_SNAPPY:-auto}" = "auto" ]; then - # Test whether Snappy library is installed - # http://code.google.com/p/snappy/ - $CXX $CXXFLAGS -x c++ - -o $CXXOUTPUT 2>/dev/null </dev/null <