From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pigz/
Date: Fri, 12 Feb 2021 01:27:17 +0000 (UTC) [thread overview]
Message-ID: <1613093054.7c35fc2c392f00125dac32386e490a4a155078c6.gyakovlev@gentoo> (raw)
commit: 7c35fc2c392f00125dac32386e490a4a155078c6
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 01:24:14 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 01:24:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c35fc2c
app-arch/pigz: bump to 2.6
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-arch/pigz/Manifest | 1 +
app-arch/pigz/pigz-2.6.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-arch/pigz/Manifest b/app-arch/pigz/Manifest
index ce515d98a24..084fee7e73b 100644
--- a/app-arch/pigz/Manifest
+++ b/app-arch/pigz/Manifest
@@ -1,2 +1,3 @@
DIST pigz-2.4.tar.gz 98234 BLAKE2B 763fe3975c6a83f46b94741d4e16b40a4edef20b7677e8d32b99856498f951edebd86634c227b0f212f0aff87fd3626e21348fdb3839a6abfb21a547bed88be6 SHA512 79b2357176f93b9f3e2bc07fee393fc4d79b7bd0041808f8ddfd23eafccde72e60ca95e97595bb624a4f732fe3612bf46d57c44541c36ae62f9aa6336abe16ba
DIST pigz-2.5.tar.gz 106438 BLAKE2B d1db42e412d91243aebdc06204a032e1d9dd7e01f659cc428e8a194df26242782d22328658b773b61ccbdf1e34a7ada4d358a93d9c6eda7d7e78c4291ca901ac SHA512 8f52900b8664c67b5b1813ac2f6e226d899c72ba19eefd6424181dc4dc0416d38ad3c7e5fe3dce6bdb58f5ac34ec0269f846c43f9aef6f69a121713113c1643a
+DIST pigz-2.6.tar.gz 106840 BLAKE2B 8e1a8ca593896fc947a7d6ffaa71d9be69d347f7cf1ed2f635b8480aa05708f4679a4768cf3a18ac515ea94dd8352dd4158bd3c9d1b6fdebd82ad1b582d04cba SHA512 04d2e44bc7a7eb061c3c48100ce5b8fc79931aeac72340abd768fd2a4499ff1004e2bc009772fc2003a4c599f6e90f3abc8bef5c377d6397f1c8e9f7c49f95e2
diff --git a/app-arch/pigz/pigz-2.6.ebuild b/app-arch/pigz/pigz-2.6.ebuild
new file mode 100644
index 00000000000..3e1f3a17235
--- /dev/null
+++ b/app-arch/pigz/pigz-2.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 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 ~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:[~2021-02-12 1:27 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-12 1:27 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
2022-01-16 23:26 Georgy Yakovlev
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-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=1613093054.7c35fc2c392f00125dac32386e490a4a155078c6.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