public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pigz/
Date: Wed,  3 Jul 2019 20:09:03 +0000 (UTC)	[thread overview]
Message-ID: <1562184528.67db2ad3482a8bfe3445ecf9c2fef8e9869f6982.radhermit@gentoo> (raw)

commit:     67db2ad3482a8bfe3445ecf9c2fef8e9869f6982
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 20:07:29 2019 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 20:08:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67db2ad3

app-arch/pigz: remove old

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-arch/pigz/Manifest          |  1 -
 app-arch/pigz/pigz-2.3.4.ebuild | 38 --------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/app-arch/pigz/Manifest b/app-arch/pigz/Manifest
index e16548c850c..cefc6fb77bc 100644
--- a/app-arch/pigz/Manifest
+++ b/app-arch/pigz/Manifest
@@ -1,2 +1 @@
-DIST pigz-2.3.4.tar.gz 105412 BLAKE2B 821fac7cd0f113ea81b284c1df5d464c2a2bf8f88742ee432eb6fdc31d097983983f22280a52dda04c3f1735297af690bcebdfd70679560525a5c3731652695e SHA512 c0d5da6c5b2da50841aaf3958d5694edca0356d4bef211175e9f2f17e0c815e80b2e62bb39c7761c8f83fdaa84ca7373e130cdb0fa2c96f91c397556cbf7ba2a
 DIST pigz-2.4.tar.gz 98234 BLAKE2B 763fe3975c6a83f46b94741d4e16b40a4edef20b7677e8d32b99856498f951edebd86634c227b0f212f0aff87fd3626e21348fdb3839a6abfb21a547bed88be6 SHA512 79b2357176f93b9f3e2bc07fee393fc4d79b7bd0041808f8ddfd23eafccde72e60ca95e97595bb624a4f732fe3612bf46d57c44541c36ae62f9aa6336abe16ba

diff --git a/app-arch/pigz/pigz-2.3.4.ebuild b/app-arch/pigz/pigz-2.3.4.ebuild
deleted file mode 100644
index 8ce1f35518a..00000000000
--- a/app-arch/pigz/pigz-2.3.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="A parallel implementation of gzip"
-HOMEPAGE="http://www.zlib.net/pigz/"
-SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ppc-macos ~sparc64-solaris"
-IUSE="static symlink 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:[~2019-07-03 20:09 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-03 20:09 Tim Harder [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-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
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=1562184528.67db2ad3482a8bfe3445ecf9c2fef8e9869f6982.radhermit@gentoo \
    --to=radhermit@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