commit:     0d12f8faf057017c1cd919adb688f7916c297aa9
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Jun 18 13:16:01 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 16:27:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d12f8fa

app-arch/snappy: drop 1.2.0-r1

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37202
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-arch/snappy/Manifest               |  1 -
 app-arch/snappy/snappy-1.2.0-r1.ebuild | 49 ----------------------------------
 2 files changed, 50 deletions(-)

diff --git a/app-arch/snappy/Manifest b/app-arch/snappy/Manifest
index 05752eba02fe..804ebaee4c44 100644
--- a/app-arch/snappy/Manifest
+++ b/app-arch/snappy/Manifest
@@ -1,3 +1,2 @@
 DIST snappy-1.1.10.tar.gz 1105312 BLAKE2B 
5195335fb1883974d290e7dca2b6d928bde2b183f3f61bca9da28855b39fd9a4ee1c24014322d238d2ec94f3a3a55fd43110c88283e85865272226e11cbb4834
 SHA512 
3578597f1d4ec09104ce0296b825b013590351230dfe56c635081fd282ce7a13a34caf2c283ac77bd24065e2d27af6db068d1f84b98cec2fd39a0e37a0d77070
-DIST snappy-1.2.0.tar.gz 1107265 BLAKE2B 
327b60ea032ceb004c5f5e36a0013dc2a44258ec303d0701cf23446904b83e72a66b7e59866a7331c7751a08ce6ec6b871bc056efa6eeb86733d4640569d8072
 SHA512 
5b3b4e73ff24295885ff9f3d75ccb090e6c7dba40d4965f0892163aa9876296e61590d62023a32d750949268af8ce89df93273b02179d5b3a55de00966a3ae0a
 DIST snappy-1.2.1.tar.gz 1108761 BLAKE2B 
a3a93331344052e8da18b220575764ba6a75f471867e946fcca48a18b68ff5335e672b0b54100ac18e435e87ee66bcfea3ead7349fe016ec7d9bb7b57e2c7386
 SHA512 
e7290d79ddd45605aafd02cba9eaa32309c94af04f137552a97a915c391f185dccab9b7b21a01b28f3f446be420232c3c22d91c06e0be6e1e2e32d645174798c

diff --git a/app-arch/snappy/snappy-1.2.0-r1.ebuild 
b/app-arch/snappy/snappy-1.2.0-r1.ebuild
deleted file mode 100644
index 520ab321cf77..000000000000
--- a/app-arch/snappy/snappy-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-DESCRIPTION="A high-speed compression/decompression library by Google"
-HOMEPAGE="https://github.com/google/snappy";
-SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-# ${PV%%.*}.FUDGE where FUDGE is incremented if ABI is broken without a new 
SONAME
-# Please use abidiff on bumps.
-SLOT="0/${PV%%.*}.2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-cpp/gtest )"
-
-DOCS=( format_description.txt framing_format.txt NEWS README.md )
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.2.0_external-gtest.patch"
-       "${FILESDIR}/${PN}-1.2.0_no-werror.patch"
-       "${FILESDIR}/${PN}-1.2.0_remove-no-rtti.patch"
-)
-
-multilib_src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_CXX_STANDARD=14 # Latest gtest needs -std=c++14 or newer
-               -DSNAPPY_BUILD_TESTS=$(usex test)
-               -DSNAPPY_REQUIRE_AVX=$(usex cpu_flags_x86_avx)
-               -DSNAPPY_REQUIRE_AVX2=$(usex cpu_flags_x86_avx2)
-               -DSNAPPY_BUILD_BENCHMARKS=OFF
-               # Options below are related to benchmarking, that we disable.
-               -DHAVE_LIBZ=NO
-               -DHAVE_LIBLZO2=NO
-               -DHAVE_LIBLZ4=NO
-       )
-       cmake_src_configure
-}
-
-multilib_src_test() {
-       # run tests directly to get verbose output
-       cd "${S}" || die
-       "${BUILD_DIR}"/snappy_unittest || die
-}

Reply via email to