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 E7287158041 for ; Mon, 26 Feb 2024 07:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 233D7E29D5; Mon, 26 Feb 2024 07:58:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08BBCE29D5 for ; Mon, 26 Feb 2024 07:58:00 +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 1DFD633BE00 for ; Mon, 26 Feb 2024 07:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9F0E1065 for ; Mon, 26 Feb 2024 07:57:56 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1708934075.415bff1e26e9598ca3500297494f25c9bdfcb868.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lrzip-next/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lrzip-next/Manifest app-arch/lrzip-next/lrzip-next-0.12.6.ebuild app-arch/lrzip-next/metadata.xml X-VCS-Directories: app-arch/lrzip-next/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 415bff1e26e9598ca3500297494f25c9bdfcb868 X-VCS-Branch: master Date: Mon, 26 Feb 2024 07:57:56 +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: be61763a-4941-415f-92c6-4a43ff12ac3e X-Archives-Hash: d11cc2f9f6b12c3ac98cfb2533e0ddda commit: 415bff1e26e9598ca3500297494f25c9bdfcb868 Author: Joshua Kinard gentoo org> AuthorDate: Mon Feb 26 07:49:33 2024 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Mon Feb 26 07:54:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415bff1e app-arch/lrzip-next: new package, add 0.12.6 Fork of ckolivas' app-arch/lrzip package that is actively maintained and w/ some additional features. Signed-off-by: Joshua Kinard gentoo.org> app-arch/lrzip-next/Manifest | 1 + app-arch/lrzip-next/lrzip-next-0.12.6.ebuild | 50 ++++++++++++++++++++++++++++ app-arch/lrzip-next/metadata.xml | 22 ++++++++++++ 3 files changed, 73 insertions(+) diff --git a/app-arch/lrzip-next/Manifest b/app-arch/lrzip-next/Manifest new file mode 100644 index 000000000000..256514f707f8 --- /dev/null +++ b/app-arch/lrzip-next/Manifest @@ -0,0 +1 @@ +DIST lrzip-next-0.12.6.tar.gz 600081 BLAKE2B 952b3aefcf424b4626f14caaefc7b160a271330903227207cec249306750dfd24097abfdae159d82dc86e08711f51789ca72bcc66b6d7f4bdd9b892133759dae SHA512 768edaa4059e7a5561a738779cca5e5c46525c0a3f5888fc4e730fe6664f390fa8409060c86076b4b4cc327e317c37d59d557a55db67d97d39da6369788763c8 diff --git a/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild b/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild new file mode 100644 index 000000000000..0d3258e4caa8 --- /dev/null +++ b/app-arch/lrzip-next/lrzip-next-0.12.6.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Fork of Con Kolivas' lrzip program for compressing large files" +HOMEPAGE="https://github.com/pete4abw/lrzip-next" +SRC_URI="https://github.com/pete4abw/lrzip-next/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs year2038" + +RDEPEND="app-arch/bzip2 + app-arch/bzip3 + app-arch/lz4 + app-arch/zstd + dev-libs/lzo + sys-libs/zlib" +DEPEND="${RDEPEND}" +BDEPEND="dev-perl/Pod-Parser + amd64? ( dev-lang/nasm ) + x86? ( dev-lang/nasm )" + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + # ASM optimizations are only available on amd64 and x86 + local asm=no + if use amd64 || use x86; then + asm=yes + fi + + econf \ + $(use_enable static-libs static) \ + $(use_enable year2038) \ + --enable-asm=${asm} +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} diff --git a/app-arch/lrzip-next/metadata.xml b/app-arch/lrzip-next/metadata.xml new file mode 100644 index 000000000000..d0dea613ffd3 --- /dev/null +++ b/app-arch/lrzip-next/metadata.xml @@ -0,0 +1,22 @@ + + + + + kumba@gentoo.org + Joshua Kinard + + + A fork of Con Kolivas' 'lrzip' program that is actively maintained. Lrzip + is a compression program optimised for large files. The larger the file and + the more memory you have, the better the compression advantage this will + provide, especially once the files are larger than 100MB. The advantage can + be chosen to be either size (much smaller than bzip2) or speed (much faster + than bzip2). + + + pete4abw/lrzip-next + + + Enables support for timestamps after the year 2038 + +