public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/tarlz/
Date: Wed, 05 Mar 2025 08:36:45 +0000 (UTC)	[thread overview]
Message-ID: <1741163802.a079e4d5808ddf8cdc559ee6c6b27353e39373b7.mgorny@gentoo> (raw)

commit:     a079e4d5808ddf8cdc559ee6c6b27353e39373b7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  5 08:33:11 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  5 08:36:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a079e4d5

app-arch/tarlz: Bump to 0.27.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/tarlz/Manifest            |  1 +
 app-arch/tarlz/tarlz-0.27.1.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-arch/tarlz/Manifest b/app-arch/tarlz/Manifest
index 801e32972bee..1d99a6fa6619 100644
--- a/app-arch/tarlz/Manifest
+++ b/app-arch/tarlz/Manifest
@@ -1 +1,2 @@
 DIST tarlz-0.26.tar.lz 114598 BLAKE2B cc8f291c4285cbb27f2312b6bd35d70bb0b92d325f72be5ffdabb02bd0c36fa9381e970b746086d4f12c83acdac2c4c0fa338353fdb9d802039a628f505e5f64 SHA512 89c9dd06f16f4304b451de486b4eddea2a3005c3fe43b8da415491c9dcf2a504bbba178bf7832e8319a5baba90bb6ef2e01db02f1ef874f1e960839817939c84
+DIST tarlz-0.27.1.tar.lz 117083 BLAKE2B 6e494002caee22ea6dc6f6474ca4852e2cc64c30a9edf4be8b9e45d5a6c90efec5ad4f1d2554ae120e01ea9b0b73a2aa04d7fbfa298c0d4d07d95e55083bd83d SHA512 827813c6f184bcae137db79da51434263bcb3d15f88f5eb7bc34e70b6bf7ae8ce76e11a34b3925dd0bd870543e92245428f154ffddf87c6090c351a2734e7adb

diff --git a/app-arch/tarlz/tarlz-0.27.1.ebuild b/app-arch/tarlz/tarlz-0.27.1.ebuild
new file mode 100644
index 000000000000..739f5d1d4ed6
--- /dev/null
+++ b/app-arch/tarlz/tarlz-0.27.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs unpacker
+
+DESCRIPTION="A parallel archiver combining tar and lzip"
+HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html"
+SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=app-arch/lzlib-1.12
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	$(unpacker_src_uri_depends)
+"
+
+src_configure() {
+	econf \
+		CXX="$(tc-getCXX)" \
+		CXXFLAGS="${CXXFLAGS}" \
+		CPPFLAGS="${CPPFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}


             reply	other threads:[~2025-03-05  8:36 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-05  8:36 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-28  9:01 [gentoo-commits] repo/gentoo:master commit in: app-arch/tarlz/ Michał Górny
2024-12-28  8:58 Arthur Zamarin
2024-12-11 19:48 Michał Górny
2024-01-25  4:43 Michał Górny
2024-01-25  0:42 Sam James
2024-01-05 17:22 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2023-09-21 14:44 Florian Schmaus
2022-10-27 20:15 Florian Schmaus
2022-10-27 20:15 Florian Schmaus
2022-09-25 16:14 Michał Górny
2022-09-25 16:14 Michał Górny
2022-05-12 14:11 Florian Schmaus
2022-05-12 14:11 Florian Schmaus
2022-05-02  6:52 Agostino Sarubbo
2022-01-16 17:54 Florian Schmaus
2021-06-22 18:28 Florian Schmaus
2021-06-22  7:54 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=1741163802.a079e4d5808ddf8cdc559ee6c6b27353e39373b7.mgorny@gentoo \
    --to=mgorny@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