From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pigz/
Date: Sun, 16 Jan 2022 23:26:01 +0000 (UTC) [thread overview]
Message-ID: <1642375451.40fd34938afd96ce2a91c0840ee2d03eee2f743e.gyakovlev@gentoo> (raw)
commit: 40fd34938afd96ce2a91c0840ee2d03eee2f743e
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 23:23:00 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 23:24:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fd3493
app-arch/pigz: add 2.7
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-arch/pigz/Manifest | 1 +
app-arch/pigz/pigz-2.7.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-arch/pigz/Manifest b/app-arch/pigz/Manifest
index 33a88c53276c..ac8a89f32a98 100644
--- a/app-arch/pigz/Manifest
+++ b/app-arch/pigz/Manifest
@@ -1 +1,2 @@
DIST pigz-2.6.tar.gz 106840 BLAKE2B 8e1a8ca593896fc947a7d6ffaa71d9be69d347f7cf1ed2f635b8480aa05708f4679a4768cf3a18ac515ea94dd8352dd4158bd3c9d1b6fdebd82ad1b582d04cba SHA512 04d2e44bc7a7eb061c3c48100ce5b8fc79931aeac72340abd768fd2a4499ff1004e2bc009772fc2003a4c599f6e90f3abc8bef5c377d6397f1c8e9f7c49f95e2
+DIST pigz-2.7.tar.gz 108102 BLAKE2B d391522fd6f8eb6918d671fb1c9517034941f3ae8e05ffcd7bece141e6dae110cde1560bad02bd2bcca2f868cdba2a8a16b5606ad6637d40d5ced5ec9bfffcc8 SHA512 9f9f61de4a0307fc057dc4e31a98bd8d706d9e709ecde0be02a871534fddf6a1fe1321158aa72708603aaaece43f83d2423b127f7689b6219b23aea4f989e8f5
diff --git a/app-arch/pigz/pigz-2.7.ebuild b/app-arch/pigz/pigz-2.7.ebuild
new file mode 100644
index 000000000000..7d6303c7ddc5
--- /dev/null
+++ b/app-arch/pigz/pigz-2.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="A parallel implementation of gzip"
+HOMEPAGE="https://www.zlib.net/pigz/"
+SRC_URI="https://www.zlib.net/pigz/${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
+IUSE="static symlink test"
+RESTRICT="!test? ( test )"
+
+LIB_DEPEND="sys-libs/zlib[static-libs(+)]"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
+DEPEND="${RDEPEND}
+ static? ( ${LIB_DEPEND} )
+ test? ( app-arch/ncompress )"
+
+src_compile() {
+ use static && append-ldflags -static
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ dobin ${PN}
+ dosym ${PN} /usr/bin/un${PN}
+ dodoc README
+ doman ${PN}.1
+
+ if use symlink; then
+ dosym ${PN} /usr/bin/gzip
+ dosym un${PN} /usr/bin/gunzip
+ fi
+}
next reply other threads:[~2022-01-16 23:26 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-16 23:26 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-14 16:33 [gentoo-commits] repo/gentoo:master commit in: app-arch/pigz/ Michał Górny
2023-10-09 20:02 Sam James
2023-10-09 5:54 Sam James
2023-10-09 4:46 Sam James
2023-10-09 4:36 Sam James
2023-10-09 4:21 Sam James
2023-08-20 5:58 Sam James
2023-08-18 10:47 Sam James
2023-08-04 9:22 Sam James
2023-07-08 3:39 Sam James
2023-07-07 10:14 Sam James
2023-07-07 4:40 Sam James
2023-07-07 4:40 Sam James
2023-07-07 3:36 Sam James
2023-07-07 3:36 Sam James
2023-07-07 3:36 Sam James
2022-12-28 0:33 Sam James
2022-12-27 11:59 Sam James
2022-06-07 6:43 Jakov Smolić
2022-06-05 7:09 Agostino Sarubbo
2022-06-05 7:08 Agostino Sarubbo
2022-06-05 7:08 Agostino Sarubbo
2022-06-05 7:07 Agostino Sarubbo
2022-06-05 7:07 Agostino Sarubbo
2022-06-05 7:07 Agostino Sarubbo
2022-06-05 7:06 Agostino Sarubbo
2022-05-05 7:49 WANG Xuerui
2022-02-02 10:48 Sam James
2021-09-23 22:47 Marek Szuba
2021-07-16 21:44 Sam James
2021-07-15 21:42 Sam James
2021-07-14 6:22 Agostino Sarubbo
2021-07-13 20:05 Sam James
2021-07-13 6:31 Agostino Sarubbo
2021-07-13 6:28 Agostino Sarubbo
2021-07-13 6:26 Agostino Sarubbo
2021-02-12 1:27 Georgy Yakovlev
2021-01-24 20:15 Sam James
2021-01-24 17:27 Sam James
2021-01-24 17:23 Lars Wendler
2020-02-22 1:30 Georgy Yakovlev
2019-11-19 1:35 Georgy Yakovlev
2019-11-17 22:40 Tim Harder
2019-09-28 21:04 Mike Frysinger
2019-09-28 3:42 Tim Harder
2019-09-02 4:12 Matt Turner
2019-09-02 4:12 Matt Turner
2019-09-02 4:12 Matt Turner
2019-08-14 23:17 Tim Harder
2019-07-03 20:09 Tim Harder
2018-07-27 6:35 Sergei Trofimovich
2018-07-24 7:31 Sergei Trofimovich
2018-07-23 22:48 Mikle Kolyada
2018-07-23 13:10 Tobias Klausmann
2018-07-23 6:19 Sergei Trofimovich
2018-07-22 14:51 Thomas Deutschmann
2018-03-11 1:18 Matt Turner
2017-12-28 16:03 Lars Wendler
2017-04-12 11:10 Tim Harder
2017-03-15 7:29 Matt Turner
2017-03-09 17:07 Matt Turner
2017-02-16 23:01 Mike Frysinger
2016-12-18 15:57 Agostino Sarubbo
2016-12-18 15:44 Agostino Sarubbo
2016-12-14 9:14 Tobias Klausmann
2016-10-04 16:25 Tim Harder
2016-01-14 16:06 Tim Harder
2016-01-11 4:11 Tim Harder
2015-12-14 20:48 Fabian Groffen
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=1642375451.40fd34938afd96ce2a91c0840ee2d03eee2f743e.gyakovlev@gentoo \
--to=gyakovlev@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