From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libdeflate/
Date: Sat, 15 Mar 2025 08:43:45 +0000 (UTC) [thread overview]
Message-ID: <1742028109.fb4a61846626a44170653a0fa0773753c668c6cc.arkamar@gentoo> (raw)
commit: fb4a61846626a44170653a0fa0773753c668c6cc
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 08:15:10 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 08:41:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4a6184
app-arch/libdeflate: drop 1.21
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-arch/libdeflate/Manifest | 1 -
app-arch/libdeflate/libdeflate-1.21.ebuild | 55 ------------------------------
2 files changed, 56 deletions(-)
diff --git a/app-arch/libdeflate/Manifest b/app-arch/libdeflate/Manifest
index 78d002591b43..e825ff49d192 100644
--- a/app-arch/libdeflate/Manifest
+++ b/app-arch/libdeflate/Manifest
@@ -1,2 +1 @@
-DIST libdeflate-1.21.tar.gz 195361 BLAKE2B 8d1f2a71cb6a0823ab93631720f9807a6907f1d92490bb258b9bfcf9daf08b517eab3bdee064326a4274d7b193cffbafa24037e2be2503c17fa8daddef5cfff5 SHA512 7cd9bc91992ef824a0fdf175b0da081b8381decc325013477a3fbfcfe6cf240f66cedbeec830a51343fedb8c27c76fba8782c1aed3fc538e3afd6c9f8cdc90fb
DIST libdeflate-1.23.tar.gz 197519 BLAKE2B 6921aaf0fde3a2c1a8b04484879c64c2da2ee499353927fa20e8816932a4ccdc53af302f978eb099ee01f1a4c2ac5184529886d1c2a7adcb388ddd9fbd2b078f SHA512 c1effb9c5ee8d65bc12ae3d0669a4a394acace13cc146300ed24a7f12a0ec058f66729e1ffbae268711bdcc4151143752ab2d56a099dd6394b2735e8e2f1b671
diff --git a/app-arch/libdeflate/libdeflate-1.21.ebuild b/app-arch/libdeflate/libdeflate-1.21.ebuild
deleted file mode 100644
index 9782ab1c0539..000000000000
--- a/app-arch/libdeflate/libdeflate-1.21.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-DESCRIPTION="Heavily optimized DEFLATE/zlib/gzip (de)compression"
-HOMEPAGE="https://github.com/ebiggers/libdeflate"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ebiggers/libdeflate.git"
-else
- SRC_URI="https://github.com/ebiggers/libdeflate/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-# the zlib USE-flag enables support for zlib
-# the test USE-flag programs depend on sys-libs/zlib for comparison tests
-IUSE="+utils test"
-
-RESTRICT="
- !test? ( test )
-"
-
-DEPEND="
- test? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.19-make-gzip-tests-conditional.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DLIBDEFLATE_BUILD_SHARED_LIB="yes"
- -DLIBDEFLATE_BUILD_STATIC_LIB="no"
- -DLIBDEFLATE_USE_SHARED_LIB="yes"
-
- -DLIBDEFLATE_COMPRESSION_SUPPORT="yes"
- -DLIBDEFLATE_DECOMPRESSION_SUPPORT="yes"
-
- -DLIBDEFLATE_BUILD_GZIP="$(usex utils)"
- -DLIBDEFLATE_GZIP_SUPPORT="yes"
-
- -DLIBDEFLATE_ZLIB_SUPPORT="yes"
-
- -DLIBDEFLATE_BUILD_TESTS="$(usex test)"
- )
-
- cmake-multilib_src_configure
-}
next reply other threads:[~2025-03-15 8:43 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-15 8:43 Petr Vaněk [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-23 20:38 [gentoo-commits] repo/gentoo:master commit in: app-arch/libdeflate/ Sam James
2025-03-18 0:55 Sam James
2025-02-23 3:09 Sam James
2025-02-16 4:15 Sam James
2025-02-15 15:58 Sam James
2025-02-13 7:54 Sam James
2025-02-13 7:54 Sam James
2025-02-13 7:04 Joonas Niilola
2025-02-13 7:04 Joonas Niilola
2025-01-13 10:33 Sam James
2025-01-06 21:57 Sam James
2024-12-24 7:06 Sam James
2024-12-24 7:06 Sam James
2024-09-25 11:55 Joonas Niilola
2024-09-24 15:03 Arthur Zamarin
2024-09-23 7:13 Arthur Zamarin
2024-09-23 6:02 Arthur Zamarin
2024-09-23 6:02 Arthur Zamarin
2024-09-23 0:32 Sam James
2024-09-23 0:32 Sam James
2024-08-30 9:05 Arthur Zamarin
2024-08-26 13:01 Arthur Zamarin
2024-08-25 15:41 Sam James
2024-07-31 21:18 Eli Schwartz
2024-07-05 10:20 Arthur Zamarin
2024-04-09 17:32 Arthur Zamarin
2024-04-09 17:32 Arthur Zamarin
2024-04-09 15:54 Arthur Zamarin
2024-04-05 15:29 Arthur Zamarin
2024-02-20 20:59 Ionen Wolkens
2024-02-20 20:59 Ionen Wolkens
2024-02-20 20:59 Ionen Wolkens
2024-02-20 20:59 Ionen Wolkens
2024-02-20 20:59 Ionen Wolkens
2024-02-19 16:33 Jakov Smolić
2024-02-18 22:42 Sam James
2024-02-18 22:42 Sam James
2024-02-18 22:42 Sam James
2024-02-18 22:42 Sam James
2024-01-16 8:39 Florian Schmaus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1742028109.fb4a61846626a44170653a0fa0773753c668c6cc.arkamar@gentoo \
--to=arkamar@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox