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, 10 Jan 2021 11:31:57 +0000 (UTC) [thread overview]
Message-ID: <1610278314.c793e2378f15aaa0a71ac761a7295e7b5e7f80bc.mgorny@gentoo> (raw)
commit: c793e2378f15aaa0a71ac761a7295e7b5e7f80bc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 11:30:55 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 11:31:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c793e237
app-arch/lzip: Bump to 1.22
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/lzip/Manifest | 1 +
app-arch/lzip/lzip-1.22.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/app-arch/lzip/Manifest b/app-arch/lzip/Manifest
index 468a2cb8f36..bb9a4c360a2 100644
--- a/app-arch/lzip/Manifest
+++ b/app-arch/lzip/Manifest
@@ -1 +1,2 @@
DIST lzip-1.21.tar.gz 105558 BLAKE2B 07658ec901bdfc255fef5af24b62614b2db9821b9a2820daa5137fd47ede0b68bbf3eac340ad5484d2ef7011d15c2eaccf19abc9e33b5c96273fc9b9d323083e SHA512 02e31a8fc9431e88edbb0fd467e9dd0947203e693e6581be1a8d25d96c74d9c3794f1fef9e4c993553ba74330c8f5851cad6315b49f263fe9cf2444225af4362
+DIST lzip-1.22.tar.gz 120769 BLAKE2B d6d4faaff981d64219e27364c7072f9e1309507220e80d4195d866c3429db537a9fa9b7a4ac67ef5c267cad0f6e43ce997a98f1e47a88b228bd1aa437c991140 SHA512 318de74effdbdfa79070d28919459a85bf1efe662b818b8af2a3daa964b6c24e3386c37de360c6d5b8b624d549b5c9ed777c6234561129c477e03d92ac2db206
diff --git a/app-arch/lzip/lzip-1.22.ebuild b/app-arch/lzip/lzip-1.22.ebuild
new file mode 100644
index 00000000000..251802b4ee3
--- /dev/null
+++ b/app-arch/lzip/lzip-1.22.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+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"
+S="${WORKDIR}/${P/_/-}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_configure() {
+ # not autotools-based
+ ./configure \
+ --prefix="${EPREFIX}"/usr \
+ CXX="$(tc-getCXX)" \
+ CPPFLAGS="${CPPFLAGS}" \
+ CXXFLAGS="${CXXFLAGS}" \
+ LDFLAGS="${LDFLAGS}" || die
+}
next reply other threads:[~2021-01-10 11:32 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-10 11:31 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-03 19:07 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-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=1610278314.c793e2378f15aaa0a71ac761a7295e7b5e7f80bc.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