From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzip/
Date: Sun, 3 Mar 2024 19:07:52 +0000 (UTC) [thread overview]
Message-ID: <1709492697.03f5a42d6d5aa1ea6ac5c290a6ae9c65061ce75e.mgorny@gentoo> (raw)
commit: 03f5a42d6d5aa1ea6ac5c290a6ae9c65061ce75e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 19:04:57 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 19:04:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f5a42d
app-arch/lzip: Bump to 1.24.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/lzip/Manifest | 2 ++
app-arch/lzip/lzip-1.24.1.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-arch/lzip/Manifest b/app-arch/lzip/Manifest
index 976059b3e763..77d1147db08b 100644
--- a/app-arch/lzip/Manifest
+++ b/app-arch/lzip/Manifest
@@ -1,4 +1,6 @@
DIST lzip-1.23.tar.gz 121817 BLAKE2B 934a35e31b0db76c4dcbe2fe903f04b60471485118aa5d4001599a3c23a7db74f05f703cf430bb299795be7025f71efb225afddff85c8245e962bdadcf82aef7 SHA512 482804205b6e92fdf9cb17fb9482df7987227c7b1bef9e42d78787acfabe73995f5b1a66f847d2176423f22dce56f1122c5b1c9670f0b778c0bdad2852369c85
DIST lzip-1.23.tar.gz.sig 72 BLAKE2B 2441968deb279c25724d854cf13c2601c8a62619e9350dc063051b8c7d86a978ef39e91d7ba680152080ab537976677d3ea2fbb2071ce8a95b8f12dc65777cf3 SHA512 e49542558c8424036b5aaab348b3baa133b9b2d0ec5f8fc19557b83acb2cdbab3909d8eb51a9dd111750ae1dd81bafc2a1a4c4be4a46e8f149386c42f4ec79ce
+DIST lzip-1.24.1.tar.gz 123899 BLAKE2B b387577087af5596ea49af16c44e1dfc11f78cbcc1031fc480a4e7ef1a01f4d8fb35c03d8cbeb7f6feb51e427708b1ed0f9a160e80ff938555ea3cf34f28be7c SHA512 b67b3b8ab594306dd863b6f51525ab80e90cbff3af1faf190fd7a35eac895ef869e6a1f8f503d623c16ad5c1496816c8f851abf0be5983d53052bea80afc34bd
+DIST lzip-1.24.1.tar.gz.sig 72 BLAKE2B 6b957524cbca62aed7eb1dc35284da24550d8d90c8bf95d0c84063afe5e0cc1fc6f70bd513dece615f286e0d49c1a7dfcf6940a443f293975380c8e3ada2cb2d SHA512 40cfa84a7c7e6b907d76560eae27b22cb11aea79a94a2231e041952fe0f452a4e291355f60965bd6ca712e03f4ebf5381b759409e66a4a12653a005a6a1d8395
DIST lzip-1.24.tar.gz 123850 BLAKE2B ef6b7b51e7369b7b07ca2d5bbdd57a287f3a96866f50b327237a35ce9a4d19b2e3f7586a099ff4191c3c793de2dfe59120a42b8d744e220c4f7652d049df87f5 SHA512 119de48deaedcbfdc0bf61c57ac54b463a3cf1ec064c70095b36d18784f59e5c80bb07ad69ad0e168443d6e73f7a506a65d80a2eeae111669b3194fa5dd0ca3c
DIST lzip-1.24.tar.gz.sig 72 BLAKE2B 629c25f2ae80932246657efeca0fcaf57024203d9739db9734e9b2df799809f7b3b9ac70afa4a47eb631865246674a2f269b2fba4fbaf58e0299efa74388c6cb SHA512 c1960f051393c26beb504e95a3e99335c3b700b3e8895bd6c3c733549a1cb56a2e51024f4d7c9655670db1877cb29680418b77642a9fdbe816d59bab1e0f2f72
diff --git a/app-arch/lzip/lzip-1.24.1.ebuild b/app-arch/lzip/lzip-1.24.1.ebuild
new file mode 100644
index 000000000000..0334aa9843a8
--- /dev/null
+++ b/app-arch/lzip/lzip-1.24.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/antoniodiazdiaz.asc
+inherit toolchain-funcs verify-sig
+
+DESCRIPTION="Lossless data compressor based on the LZMA algorithm"
+HOMEPAGE="https://www.nongnu.org/lzip/lzip.html"
+SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz"
+SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/${PN}/${P/_/-}.tar.gz.sig )"
+S="${WORKDIR}/${P/_/-}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
+
+src_configure() {
+ # not autotools-based
+ ./configure \
+ --prefix="${EPREFIX}"/usr \
+ CXX="$(tc-getCXX)" \
+ CPPFLAGS="${CPPFLAGS}" \
+ CXXFLAGS="${CXXFLAGS}" \
+ LDFLAGS="${LDFLAGS}" || die
+}
next reply other threads:[~2024-03-03 19:07 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-03 19:07 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-17 12:46 [gentoo-commits] repo/gentoo:master commit in: app-arch/lzip/ Michał Górny
2024-04-17 5:37 Arthur Zamarin
2024-03-23 13:44 Sam James
2024-03-23 13:39 Sam James
2024-03-23 13:39 Sam James
2024-03-23 10:41 Michał Górny
2024-03-23 10:41 Michał Górny
2024-03-19 5:52 Michał Górny
2024-03-02 15:27 Arthur Zamarin
2024-02-18 11:43 Jakov Smolić
2024-02-18 8:55 Sam James
2024-02-18 0:15 Sam James
2024-01-31 15:47 Michał Górny
2023-03-10 6:05 Viorel Munteanu
2022-10-18 5:55 Sam James
2022-05-19 10:35 WANG Xuerui
2022-04-16 15:48 Michał Górny
2022-04-16 4:47 Arthur Zamarin
2022-04-06 23:34 Sam James
2022-03-26 19:11 Arthur Zamarin
2022-03-25 7:48 Agostino Sarubbo
2022-03-25 7:47 Agostino Sarubbo
2022-03-25 7:46 Agostino Sarubbo
2022-03-24 19:03 Jakov Smolić
2022-03-24 19:03 Jakov Smolić
2022-03-24 19:03 Jakov Smolić
2022-02-04 20:44 Michał Górny
2021-09-23 1:07 Matt Turner
2021-02-21 8:25 Michał Górny
2021-02-21 4:30 Sam James
2021-02-19 17:21 Sam James
2021-02-19 16:11 Sam James
2021-02-19 3:47 Sam James
2021-02-19 3:43 Sam James
2021-02-19 2:54 Sam James
2021-02-19 1:51 Thomas Deutschmann
2021-01-10 11:31 Michał Górny
2021-01-06 12:52 Fabian Groffen
2020-03-22 7:39 Mart Raudsepp
2019-12-26 10:53 Michał Górny
2019-04-10 15:07 Michał Górny
2019-04-08 6:42 Mikle Kolyada
2019-04-01 17:21 Thomas Deutschmann
2019-03-16 22:55 Sergei Trofimovich
2019-03-16 21:57 Sergei Trofimovich
2019-03-16 14:15 Mikle Kolyada
2019-03-12 17:01 Mikle Kolyada
2019-03-11 22:42 Sergei Trofimovich
2019-03-10 22:17 Sergei Trofimovich
2019-03-10 20:35 Sergei Trofimovich
2019-01-14 20:46 Mikle Kolyada
2018-07-08 10:48 Markus Meier
2018-06-18 20:21 Tobias Klausmann
2018-05-31 8:13 Sergei Trofimovich
2018-05-29 8:37 Mikle Kolyada
2018-05-28 7:06 Sergei Trofimovich
2018-05-27 13:01 Thomas Deutschmann
2018-03-26 6:13 Michał Górny
2018-02-21 14:52 Thomas Deutschmann
2018-02-21 14:52 Thomas Deutschmann
2017-12-03 12:35 Lars Wendler
2017-05-15 14:23 Lars Wendler
2017-02-18 6:45 Lars Wendler
2017-02-18 5:48 Markus Meier
2017-01-22 9:20 Jeroen Roovers
2017-01-06 14:33 Tobias Klausmann
2017-01-04 11:23 Agostino Sarubbo
2017-01-03 13:48 Lars Wendler
2017-01-03 13:48 Lars Wendler
2016-06-14 8:58 Lars Wendler
2016-05-24 7:58 Michał Górny
2015-10-05 15:13 Michał Górny
2015-08-15 22:05 Lars Wendler
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=1709492697.03f5a42d6d5aa1ea6ac5c290a6ae9c65061ce75e.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