Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cabextract/
Date: Sat, 04 Mar 2023 03:16:51
Message-Id: 1677899801.b2fbe244f8dd0a786b91db034a6c062f3ea3b541.mattst88@gentoo
1 commit: b2fbe244f8dd0a786b91db034a6c062f3ea3b541
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 03:16:17 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 03:16:41 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2fbe244
7
8 app-arch/cabextract: Version bump to 1.11
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-arch/cabextract/Manifest | 1 +
13 .../{cabextract-9999.ebuild => cabextract-1.11.ebuild} | 12 ++++++------
14 app-arch/cabextract/cabextract-9999.ebuild | 12 ++++++------
15 3 files changed, 13 insertions(+), 12 deletions(-)
16
17 diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
18 index 17fd6ea550ec..ad9e0071ecfc 100644
19 --- a/app-arch/cabextract/Manifest
20 +++ b/app-arch/cabextract/Manifest
21 @@ -1 +1,2 @@
22 +DIST cabextract-1.11.tar.gz 489656 BLAKE2B c0360e63359c3c3db26d442a92be8ac3f05903015be0f8fc76e81b572e882807b881756d6541aa77e55e8c083cda3363f8d2f9a32a7ab35a0b79482a9c91ef47 SHA512 416bdc5a889c3986b2a5d6ecb8526a69f2d85c34f4856da43951271ff4f31013e4197c56ea5f6b05061b511b980d5a65cb34b9b859d3013c1dbcbb89d43114f9
23 DIST cabextract-1.9.1.tar.gz 469369 BLAKE2B 5bfc697b40cbf47b42ab7857804b703c9622d8dae1648aae1bb5c0ec7c7978bff01b7ca2526f1b6090f193d88c00e3f49ae111f348d03fec9f575bddbb4b4096 SHA512 c354a4b20a222b40813f01baf8311c9a76611da427f9f44e977a3fd09508e24a18b486e3eef889a9debdca459f1b0c28d5d25429ccd555d3a2e4ff92d91cec14
24
25 diff --git a/app-arch/cabextract/cabextract-9999.ebuild b/app-arch/cabextract/cabextract-1.11.ebuild
26 similarity index 79%
27 copy from app-arch/cabextract/cabextract-9999.ebuild
28 copy to app-arch/cabextract/cabextract-1.11.ebuild
29 index 569f885f93b4..6ed4e3092da5 100644
30 --- a/app-arch/cabextract/cabextract-9999.ebuild
31 +++ b/app-arch/cabextract/cabextract-1.11.ebuild
32 @@ -1,18 +1,18 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 +# Copyright 1999-2023 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI="7"
38 +EAPI=8
39
40 -inherit autotools toolchain-funcs
41 +inherit toolchain-funcs
42
43 if [[ ${PV} == "9999" ]] ; then
44 EGIT_REPO_URI="https://github.com/kyz/libmspack.git"
45 - inherit git-r3
46 + inherit autotools git-r3
47 MY_P="${PN}-9999"
48
49 LIBMSPACK_DEPEND="~dev-libs/libmspack-9999:="
50 else
51 - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
52 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
53 MY_PV="${PV/_alpha/alpha}"
54 MY_P="${PN}-${MY_PV}"
55 SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz"
56 @@ -45,7 +45,7 @@ src_prepare() {
57
58 default
59
60 - eautoreconf
61 + [[ ${PV} == "9999" ]] && eautoreconf
62 }
63
64 src_configure() {
65
66 diff --git a/app-arch/cabextract/cabextract-9999.ebuild b/app-arch/cabextract/cabextract-9999.ebuild
67 index 569f885f93b4..6ed4e3092da5 100644
68 --- a/app-arch/cabextract/cabextract-9999.ebuild
69 +++ b/app-arch/cabextract/cabextract-9999.ebuild
70 @@ -1,18 +1,18 @@
71 -# Copyright 1999-2022 Gentoo Authors
72 +# Copyright 1999-2023 Gentoo Authors
73 # Distributed under the terms of the GNU General Public License v2
74
75 -EAPI="7"
76 +EAPI=8
77
78 -inherit autotools toolchain-funcs
79 +inherit toolchain-funcs
80
81 if [[ ${PV} == "9999" ]] ; then
82 EGIT_REPO_URI="https://github.com/kyz/libmspack.git"
83 - inherit git-r3
84 + inherit autotools git-r3
85 MY_P="${PN}-9999"
86
87 LIBMSPACK_DEPEND="~dev-libs/libmspack-9999:="
88 else
89 - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
90 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
91 MY_PV="${PV/_alpha/alpha}"
92 MY_P="${PN}-${MY_PV}"
93 SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz"
94 @@ -45,7 +45,7 @@ src_prepare() {
95
96 default
97
98 - eautoreconf
99 + [[ ${PV} == "9999" ]] && eautoreconf
100 }
101
102 src_configure() {