From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 428D615808B for ; Thu, 15 Feb 2024 14:58:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 514D12BC03C; Thu, 15 Feb 2024 14:58:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A45D2BC03C for ; Thu, 15 Feb 2024 14:58:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EE073430D0 for ; Thu, 15 Feb 2024 14:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C1E714D2 for ; Thu, 15 Feb 2024 14:58:25 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1707986614.f7eb443648fed8fad4ff91cf559d5df1f8c8f55a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/dwarfs/Manifest sys-fs/dwarfs/dwarfs-0.9.3.ebuild X-VCS-Directories: sys-fs/dwarfs/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f7eb443648fed8fad4ff91cf559d5df1f8c8f55a X-VCS-Branch: master Date: Thu, 15 Feb 2024 14:58:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1db0a973-087d-4f26-b0ac-5463c8d28eb7 X-Archives-Hash: 5eff6eb01d10585feaa7b22193d3a2dc commit: f7eb443648fed8fad4ff91cf559d5df1f8c8f55a Author: Denis Reva gmail com> AuthorDate: Thu Feb 15 08:43:34 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 15 08:43:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7eb4436 sys-fs/dwarfs: drop 0.9.3 Signed-off-by: Denis Reva gmail.com> sys-fs/dwarfs/Manifest | 1 - sys-fs/dwarfs/dwarfs-0.9.3.ebuild | 156 -------------------------------------- 2 files changed, 157 deletions(-) diff --git a/sys-fs/dwarfs/Manifest b/sys-fs/dwarfs/Manifest index a90940d74d..539ceecf45 100644 --- a/sys-fs/dwarfs/Manifest +++ b/sys-fs/dwarfs/Manifest @@ -1,2 +1 @@ -DIST dwarfs-0.9.3.tar.xz 15669440 BLAKE2B 96aa9399086f3137cf7fba97159e247f02f584e4c5b8398f63b581ec83f6687fce9d0c64ad8a20f995cbd3abc8ec9b445039d9ac0f344c7e190fcc396c1973c0 SHA512 fb3a5f6c440231b471b5699b2c25cd694fc59580b18fad635f92a296cabea1205cbec63f1421e0acac8635695d07267096fd536b57cc4110aeb51bd9a78aa2fa DIST dwarfs-0.9.5.tar.xz 15665480 BLAKE2B 90c0c35f28773f3af6399ca3c3aabaf366770315197adc9c4168bf37f7c88fdbc4c3c93e647132f6a36812b1bf9d27636736682376f9b821086f8793b05feed9 SHA512 b583bfa30594f8758b07d7cb1fea88a48331a570acc73ebdafa47c3b9e055dd7e222cdf03add73543529c3101d516e7936cabc63338ff307c3f54f5f5b06fe65 diff --git a/sys-fs/dwarfs/dwarfs-0.9.3.ebuild b/sys-fs/dwarfs/dwarfs-0.9.3.ebuild deleted file mode 100644 index 3a6dd17643..0000000000 --- a/sys-fs/dwarfs/dwarfs-0.9.3.ebuild +++ /dev/null @@ -1,156 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -inherit check-reqs cmake flag-o-matic python-any-r1 - -DESCRIPTION="A fast very high compression read-only FUSE file system" -HOMEPAGE="https://github.com/mhx/dwarfs" -SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+jemalloc test man" #Tests is broken at this moment -# See https://github.com/mhx/dwarfs/issues/194 -S="${WORKDIR}/dwarfs-${PV}" - -RDEPEND=" - app-arch/libarchive - app-arch/lz4 - app-arch/snappy - app-arch/xz-utils - app-arch/zstd - dev-cpp/range-v3 - dev-cpp/gflags - dev-cpp/glog[gflags] - dev-cpp/parallel-hashmap:= - dev-libs/boost[context] - dev-libs/date - dev-libs/double-conversion - dev-libs/libevent - dev-libs/libfmt - dev-libs/utfcpp - dev-libs/xxhash - sys-fs/fuse:3 - dev-libs/fsst - sys-libs/binutils-libs - sys-libs/libunwind - sys-libs/zlib - !dev-cpp/fbthrift - !dev-cpp/fizz - !dev-cpp/folly - !dev-cpp/wangle - jemalloc? ( >=dev-libs/jemalloc-5.3.0-r1 ) -" - -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - dev-util/patchelf - sys-devel/bison - sys-devel/flex - virtual/pkgconfig - man? ( app-text/ronn-ng ) - test? ( dev-cpp/gtest ) - $(python_gen_any_dep 'dev-python/mistletoe[${PYTHON_USEDEP}]') -" - -DOCS=( "README.md" "CHANGES.md" "TODO" ) -RESTRICT="!test? ( test )" - -CHECKREQS_DISK_BUILD="1300M" -CMAKE_IN_SOURCE_BUILD=1 -CMAKE_WARN_UNUSED_CLI=0 - -python_check_deps() { - python_has_version -b "dev-python/mistletoe[${PYTHON_USEDEP}]" -} - -src_prepare() { - rm -r zstd xxHash parallel-hashmap || die - sed "s/DESTINATION lib/DESTINATION $(get_libdir)/" -i CMakeLists.txt || die - - # Bug #900016, but upstream discourages O3 - sed '/FLAGS_RELEASE/s# -O2 -g##' -i CMakeLists.txt || die - sed '/CMAKE_CXX_FLAGS_COMMON/s#-g ##' -i folly/CMake/FollyCompilerUnix.cmake || die - sed '/^\s*-g$/d' -i folly/CMake/FollyCompilerUnix.cmake || die - replace-flags -O3 -O2 - - cmake_src_prepare -} - -src_configure() { - append-cxxflags "-I/usr/include -fPIC" - filter-ldflags "-Wl,--as-needed" - append-ldflags $(no-as-needed) - - # FIXME: Requires dev-cpp/gtest to be built with -fchar8_t or -std=c++20. - # This is unfortunately too aggressive: - # append-cxxflags "-fno-char8_t" - - mycmakeargs=( - -DUSE_JEMALLOC=$(usex jemalloc ON OFF) - -DWITH_TESTS=$(usex test ON OFF) - -DWITH_MAN_PAGES=$(usex man ON OFF) - -DPREFER_SYSTEM_ZSTD=ON - -DPREFER_SYSTEM_XXHASH=ON - -DPREFER_SYSTEM_GTEST=ON - -DPREFER_SYSTEM_LIBFMT=ON - -DWITH_LEGACY_FUSE=OFF - -DDISABLE_CCACHE=ON # Use FEATURES=ccache - ) - cmake_src_configure -} - -src_install() { - local libs=( - folly/libfolly.so - folly/libfolly.so.0.58.0-dev - libcompression_thrift.so - libdwarfs.so - libdwarfs_categorizer.so - libdwarfs_compression.so - libdwarfs_compression_metadata.so - libdwarfs_main.so - libdwarfs_tool.so - libdwarfsbench_main.so - libdwarfsck_main.so - libdwarfsck_main.so - libdwarfsextract_main.so - libdwarfsextract_main.so - libfeatures_thrift.so - libhistory_thrift.so - libmetadata_thrift.so - libmkdwarfs_main.so - libthrift_light.so - ricepp/libricepp.so - ) - - cmake_src_install - - for lib in "${libs[@]}"; do - # TODO: figure out how to remove this with cmake - patchelf --remove-rpath "$lib" || die - dolib.so "$lib" - done -} - -src_test() { - local CMAKE_SKIP_TESTS=( - # Tests don't work in sandbox - # fuse: failed to open /dev/fuse: Permission denied - dwarfs/tools_test - ) - cmake_src_test -} - -pkg_postinst() { - elog "You may find more information in the" - elog "${HOMEPAGE}" - elog "About creating: ${HOMEPAGE}/blob/main/doc/mkdwarfs.md" - elog "About mounting: ${HOMEPAGE}/blob/main/doc/dwarfs.md" -}