commit:     5a12e44afa0af72134d8dc7342aefbb647a4144a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 23:06:25 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 07:53:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a12e44a

dev-libs/crc32c: drop 1.1.2-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/crc32c/crc32c-1.1.2-r1.ebuild | 41 ----------------------------------
 1 file changed, 41 deletions(-)

diff --git a/dev-libs/crc32c/crc32c-1.1.2-r1.ebuild 
b/dev-libs/crc32c/crc32c-1.1.2-r1.ebuild
deleted file mode 100644
index dde949144a27..000000000000
--- a/dev-libs/crc32c/crc32c-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="CRC32C implementation with support for CPU-specific acceleration 
instructions"
-HOMEPAGE="https://github.com/google/crc32c";
-SRC_URI="https://github.com/google/crc32c/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( dev-cpp/gtest )"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.1.1-system-testdeps.patch"
-)
-
-DOCS=( README.md )
-
-src_prepare() {
-       sed -e '/-Werror/d' \
-               -e '/-march=armv8/d' \
-               -i CMakeLists.txt || die
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DCRC32C_BUILD_TESTS=$(usex test)
-               -DCRC32C_BUILD_BENCHMARKS=OFF
-               -DCRC32C_USE_GLOG=OFF
-       )
-
-       cmake_src_configure
-}

Reply via email to