public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pigz/
Date: Wed, 28 Dec 2022 00:33:01 +0000 (UTC)	[thread overview]
Message-ID: <1672187534.8ee8f63ef9313e478246cffcd855f0d5e73bc962.sam@gentoo> (raw)

commit:     8ee8f63ef9313e478246cffcd855f0d5e73bc962
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 00:05:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 00:32:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee8f63e

app-arch/pigz: drop 2.6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/pigz/Manifest        |  1 -
 app-arch/pigz/metadata.xml    |  3 ---
 app-arch/pigz/pigz-2.6.ebuild | 39 ---------------------------------------
 3 files changed, 43 deletions(-)

diff --git a/app-arch/pigz/Manifest b/app-arch/pigz/Manifest
index ac8a89f32a98..785c14e4cc66 100644
--- a/app-arch/pigz/Manifest
+++ b/app-arch/pigz/Manifest
@@ -1,2 +1 @@
-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/metadata.xml b/app-arch/pigz/metadata.xml
index 90b45f869af8..2a434f0824c1 100644
--- a/app-arch/pigz/metadata.xml
+++ b/app-arch/pigz/metadata.xml
@@ -10,9 +10,6 @@
 		is a fully functional replacement for gzip that exploits
 		multiple processors and multiple cores to the hilt when compressing data.
 	</longdescription>
-	<use>
-		<flag name="symlink">Install symlinks which override <pkg>app-arch/gzip</pkg> implementation</flag>
-	</use>
 	<upstream>
 		<remote-id type="cpe">cpe:/a:zlib:pigz</remote-id>
 		<remote-id type="github">madler/pigz</remote-id>

diff --git a/app-arch/pigz/pigz-2.6.ebuild b/app-arch/pigz/pigz-2.6.ebuild
deleted file mode 100644
index 94c255643611..000000000000
--- a/app-arch/pigz/pigz-2.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-}


             reply	other threads:[~2022-12-28  0:33 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-28  0:33 Sam James [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-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-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=1672187534.8ee8f63ef9313e478246cffcd855f0d5e73bc962.sam@gentoo \
    --to=sam@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