Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/bzip2/
Date: Fri, 23 Sep 2022 05:41:21
Message-Id: 1663910234.2dfa77422af4661f736539f77a5dfc3c2ae57706.sam@gentoo
1 commit: 2dfa77422af4661f736539f77a5dfc3c2ae57706
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 04:35:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 05:17:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dfa7742
7
8 app-arch/bzip2: update 9999 repo URL
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-arch/bzip2/bzip2-9999.ebuild | 18 ++++++++++--------
13 1 file changed, 10 insertions(+), 8 deletions(-)
14
15 diff --git a/app-arch/bzip2/bzip2-9999.ebuild b/app-arch/bzip2/bzip2-9999.ebuild
16 index 9d9bd0d4385c..e463fbf759d7 100644
17 --- a/app-arch/bzip2/bzip2-9999.ebuild
18 +++ b/app-arch/bzip2/bzip2-9999.ebuild
19 @@ -1,26 +1,28 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit meson-multilib usr-ldscript
27
28 DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux"
29 -HOMEPAGE="https://gitlab.com/federicomenaquintero/bzip2"
30 -if [[ "${PV}" == 9999 ]] ; then
31 +HOMEPAGE="https://gitlab.com/bzip2/bzip2"
32 +if [[ ${PV} == 9999 ]] ; then
33 + EGIT_REPO_URI="https://gitlab.com/bzip2/bzip2"
34 inherit git-r3
35 - EGIT_REPO_URI="https://gitlab.com/federicomenaquintero/bzip2.git"
36 else
37 - SRC_URI=""
38 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
39 fi
40 +
41 LICENSE="BZIP2"
42 SLOT="0/1" # subslot = SONAME
43
44 IUSE="static-libs"
45
46 -RDEPEND="!app-arch/lbzip2[symlink(-)]
47 - !app-arch/pbzip2[symlink(-)]"
48 +RDEPEND="
49 + !app-arch/lbzip2[symlink(-)]
50 + !app-arch/pbzip2[symlink(-)]
51 +"
52
53 multilib_src_configure() {
54 local emesonargs=(
55 @@ -44,7 +46,7 @@ multilib_src_install() {
56 }
57
58 multilib_src_install_all() {
59 - # move "important" bzip2 binaries to /bin and use the shared libbz2.so
60 + # Move "important" bzip2 binaries to /bin and use the shared libbz2.so
61 dosym bzip2 /bin/bzcat
62 dosym bzip2 /bin/bunzip2