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/plzip/
Date: Thu, 16 Jan 2025 16:58:33 +0000 (UTC)	[thread overview]
Message-ID: <1737046709.997d36e25942a049cc53139e0eaea80f37e053a2.mgorny@gentoo> (raw)

commit:     997d36e25942a049cc53139e0eaea80f37e053a2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 16:45:25 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 16:58:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997d36e2

app-arch/plzip: Bump to 1.12

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

 app-arch/plzip/Manifest          |  2 ++
 app-arch/plzip/plzip-1.12.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-arch/plzip/Manifest b/app-arch/plzip/Manifest
index 946d5852dbf0..413dcdd528f0 100644
--- a/app-arch/plzip/Manifest
+++ b/app-arch/plzip/Manifest
@@ -1,2 +1,4 @@
 DIST plzip-1.11.tar.gz 96572 BLAKE2B 8de36791390c7b71cd42866a8be4503d601a94ca89a23355be48dff75bf8a6b34b260eea4b1e5ef68e63d20b8dfd6f5acd1e60a9b51290425f22c7a9905469ae SHA512 3a0f0443e68a6b776d85b69ed24d21e03d7bad1b788d6e8f741cc0ebb2537aebde2d68aa6765bcb4d61df6521779af27d176f5ef348014fa3088aa219d5ec691
 DIST plzip-1.11.tar.gz.sig 72 BLAKE2B b7543e93c7736135c95b179472c85226af4b489daa686ede710ac03dc1fb9c3cc31bfcff5452cdf855eb49d00f6548214e94143ed19f8d8420bd05bcb72ae1f9 SHA512 458edf3fb78716cb39164761b2f90cd32011ec2634370791918adc4845b377563f76a32fda9b99e478fb52a0b05c4dc6d4d8df5098da0c95670f205fa4a56511
+DIST plzip-1.12.tar.gz 89256 BLAKE2B 8efcb6eb1b7d89d747f281b57c08638837073f7f377062ce3604f54482e7099f8a51af25ccaf50eb963964bca47b021fe789d5513f77bbf56f01285a45b6fb52 SHA512 b6fa75e30aba33f98b91683f4dbd2ec274b2c2b881bc31fc1841614d69aa1e5ca70dacf664efeefb3378deecc715a93000a27dc29e0103d7ce205168e81c27ae
+DIST plzip-1.12.tar.gz.sig 72 BLAKE2B bb78336a380ea48e7271a46df4090d6a767724731e83d36568896ad5d5694d30468bd0ea2b21b41661cb663e1c80b387544948ffcd107511182ae1e137fe5c8f SHA512 a7e28d768d7dc5d002c992509caaecbc4d52aa36ab961dc8bf3b7cfa9c0a9bfcc9cfb5de67227f5b634e6f38ccf3e6832add82ef2ee51db50982097792045728

diff --git a/app-arch/plzip/plzip-1.12.ebuild b/app-arch/plzip/plzip-1.12.ebuild
new file mode 100644
index 000000000000..db098e8bd648
--- /dev/null
+++ b/app-arch/plzip/plzip-1.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/antoniodiazdiaz.asc
+inherit toolchain-funcs verify-sig
+
+DESCRIPTION="Parallel lzip compressor"
+HOMEPAGE="https://www.nongnu.org/lzip/plzip.html"
+SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz"
+SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz.sig )"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="app-arch/lzlib:0="
+DEPEND="${RDEPEND}"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
+
+src_configure() {
+	local myconf=(
+		--prefix="${EPREFIX}"/usr
+		CXX="$(tc-getCXX)"
+		CPPFLAGS="${CPPFLAGS}"
+		CXXFLAGS="${CXXFLAGS}"
+		LDFLAGS="${LDFLAGS}"
+	)
+
+	# not autotools-based
+	./configure "${myconf[@]}" || die
+}


             reply	other threads:[~2025-01-16 16:58 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-16 16:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 13:19 [gentoo-commits] repo/gentoo:master commit in: app-arch/plzip/ Michał Górny
2025-02-01 13:12 Arthur Zamarin
2025-02-01 12:17 Arthur Zamarin
2024-02-09  3:38 Michał Górny
2024-02-09  1:04 Sam James
2024-02-08 14:43 Michał Górny
2024-01-23 18:13 Michał Górny
2023-12-16  7:22 Joonas Niilola
2022-12-16  7:38 Sam James
2022-06-08 12:34 Yixun Lan
2022-05-05 23:48 WANG Xuerui
2022-04-29  8:27 Sam James
2022-04-06 23:34 Sam James
2022-04-06 23:34 Sam James
2022-01-29 18:13 Michał Górny
2021-01-07 21:06 Michał Górny
2020-08-21  3:17 Georgy Yakovlev
2019-12-26 12:01 Georgy Yakovlev
2019-12-26 10:53 Michał Górny
2019-12-26 10:53 Michał Górny
2019-10-04 16:09 Michał Górny
2017-06-30 11:19 Michał Górny
2017-06-30 11:19 Michał Górny
2016-06-14 15:48 Michał Górny

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=1737046709.997d36e25942a049cc53139e0eaea80f37e053a2.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