public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pbzip2/
Date: Tue,  7 Sep 2021 14:22:26 +0000 (UTC)	[thread overview]
Message-ID: <1631024496.b0f45bf6d5fe132488e32285cdfe2ffa23be3c3f.asturm@gentoo> (raw)

commit:     b0f45bf6d5fe132488e32285cdfe2ffa23be3c3f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 12:50:01 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep  7 14:21:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f45bf6

app-arch/pbzip2: Drop 1.1.12, EAPI5--

Closes: https://bugs.gentoo.org/756880
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-arch/pbzip2/Manifest             |  1 -
 app-arch/pbzip2/pbzip2-1.1.12.ebuild | 42 ------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/app-arch/pbzip2/Manifest b/app-arch/pbzip2/Manifest
index 126b9c84039..c66c7c13c0f 100644
--- a/app-arch/pbzip2/Manifest
+++ b/app-arch/pbzip2/Manifest
@@ -1,2 +1 @@
-DIST pbzip2-1.1.12.tar.gz 47826 BLAKE2B 62b1e47b7b67f2a27f31032654506552c33e68121dd50d3496dc746a405cf783807c4966058feb1aebda2080ae1d1d22e944d057ea3a0dba2f9247ea46b23eb0 SHA512 bb68e87867295b89ee6fb76a8b72834daebf0ca6c16b2f10bce67fe7386716a728acd28bf46a9732087202ca0cc774f02c741b0b58801184bb7550f6fd119cd6
 DIST pbzip2-1.1.13.tar.gz 48015 BLAKE2B 1bb410acadc728963c3a04d2665fb1b1f0c206a893ed90352a9c16512e9bd5f82c3f5f3b383b382134bbe904735a1c8a81615a8bc54de8c6bc91633d9ce72c57 SHA512 a150e476a85b2ae71c244561380f8f113072ef712173afaa0bdace5845d5f81a15b135258cb01376156b69a5085b02b7ab866cfab5713aa773b251b203c087b8

diff --git a/app-arch/pbzip2/pbzip2-1.1.12.ebuild b/app-arch/pbzip2/pbzip2-1.1.12.ebuild
deleted file mode 100644
index 0d647fae666..00000000000
--- a/app-arch/pbzip2/pbzip2-1.1.12.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic epatch toolchain-funcs
-
-DESCRIPTION="Parallel bzip2 (de)compressor using libbz2"
-HOMEPAGE="http://compression.ca/pbzip2/ https://launchpad.net/pbzip2"
-SRC_URI="https://launchpad.net/pbzip2/${PV:0:3}/${PV}/+download/${P}.tar.gz"
-
-LICENSE="BZIP2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="static symlink"
-
-LIB_DEPEND="app-arch/bzip2[static-libs(+)]"
-RDEPEND="
-	!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-	symlink? ( !app-arch/lbzip2[symlink] )"
-DEPEND="${RDEPEND}
-	static? ( ${LIB_DEPEND} )"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.1.10-makefile.patch
-	tc-export CXX
-	use static && append-ldflags -static
-}
-
-src_install() {
-	dobin pbzip2
-	dodoc AUTHORS ChangeLog README
-	doman pbzip2.1
-	dosym pbzip2 /usr/bin/pbunzip2
-
-	if use symlink ; then
-		local s
-		for s in bzip2 bunzip2 bzcat ; do
-			dosym pbzip2 /usr/bin/${s}
-		done
-	fi
-}


             reply	other threads:[~2021-09-07 14:22 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-07 14:22 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-27 19:45 [gentoo-commits] repo/gentoo:master commit in: app-arch/pbzip2/ Sam James
2022-12-27 11:59 Sam James
2022-12-18  1:50 Yixun Lan
2022-12-02 18:44 WANG Xuerui
2021-08-06 20:44 Sam James
2021-08-04 18:42 Agostino Sarubbo
2021-08-04  8:16 Agostino Sarubbo
2021-08-04  6:40 Agostino Sarubbo
2021-08-04  6:40 Agostino Sarubbo
2021-08-03 23:37 Sam James
2021-08-03 23:37 Sam James
2021-06-09 18:14 Mike Frysinger
2021-04-21 19:02 Sam James
2020-09-26 14:33 Aaron Bauman
2018-01-31 16:03 Mike Frysinger
2018-01-31 15:49 Mike Frysinger
2015-12-22 12:07 Lars Wendler
2015-12-14 10:22 Lars Wendler
2015-10-11 13:41 Markus Meier
2015-09-24  7:59 Agostino Sarubbo
2015-09-22  8:57 Agostino Sarubbo
2015-09-19 13:00 Jeroen Roovers
2015-09-19 12:32 Agostino Sarubbo
2015-09-17 10:18 Tobias Klausmann
2015-09-15  7:22 Lars Wendler
2015-09-15  0:41 Tim Harder

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=1631024496.b0f45bf6d5fe132488e32285cdfe2ffa23be3c3f.asturm@gentoo \
    --to=asturm@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