commit:     b2fbe244f8dd0a786b91db034a6c062f3ea3b541
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 03:16:17 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 03:16:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2fbe244

app-arch/cabextract: Version bump to 1.11

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-arch/cabextract/Manifest                                 |  1 +
 .../{cabextract-9999.ebuild => cabextract-1.11.ebuild}       | 12 ++++++------
 app-arch/cabextract/cabextract-9999.ebuild                   | 12 ++++++------
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
index 17fd6ea550ec..ad9e0071ecfc 100644
--- a/app-arch/cabextract/Manifest
+++ b/app-arch/cabextract/Manifest
@@ -1 +1,2 @@
+DIST cabextract-1.11.tar.gz 489656 BLAKE2B 
c0360e63359c3c3db26d442a92be8ac3f05903015be0f8fc76e81b572e882807b881756d6541aa77e55e8c083cda3363f8d2f9a32a7ab35a0b79482a9c91ef47
 SHA512 
416bdc5a889c3986b2a5d6ecb8526a69f2d85c34f4856da43951271ff4f31013e4197c56ea5f6b05061b511b980d5a65cb34b9b859d3013c1dbcbb89d43114f9
 DIST cabextract-1.9.1.tar.gz 469369 BLAKE2B 
5bfc697b40cbf47b42ab7857804b703c9622d8dae1648aae1bb5c0ec7c7978bff01b7ca2526f1b6090f193d88c00e3f49ae111f348d03fec9f575bddbb4b4096
 SHA512 
c354a4b20a222b40813f01baf8311c9a76611da427f9f44e977a3fd09508e24a18b486e3eef889a9debdca459f1b0c28d5d25429ccd555d3a2e4ff92d91cec14

diff --git a/app-arch/cabextract/cabextract-9999.ebuild 
b/app-arch/cabextract/cabextract-1.11.ebuild
similarity index 79%
copy from app-arch/cabextract/cabextract-9999.ebuild
copy to app-arch/cabextract/cabextract-1.11.ebuild
index 569f885f93b4..6ed4e3092da5 100644
--- a/app-arch/cabextract/cabextract-9999.ebuild
+++ b/app-arch/cabextract/cabextract-1.11.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-inherit autotools toolchain-funcs
+inherit toolchain-funcs
 
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/kyz/libmspack.git";
-       inherit git-r3
+       inherit autotools git-r3
        MY_P="${PN}-9999"
 
        LIBMSPACK_DEPEND="~dev-libs/libmspack-9999:="
 else
-       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"
+       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"
        MY_PV="${PV/_alpha/alpha}"
        MY_P="${PN}-${MY_PV}"
        SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz";
@@ -45,7 +45,7 @@ src_prepare() {
 
        default
 
-       eautoreconf
+       [[ ${PV} == "9999" ]] && eautoreconf
 }
 
 src_configure() {

diff --git a/app-arch/cabextract/cabextract-9999.ebuild 
b/app-arch/cabextract/cabextract-9999.ebuild
index 569f885f93b4..6ed4e3092da5 100644
--- a/app-arch/cabextract/cabextract-9999.ebuild
+++ b/app-arch/cabextract/cabextract-9999.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-inherit autotools toolchain-funcs
+inherit toolchain-funcs
 
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/kyz/libmspack.git";
-       inherit git-r3
+       inherit autotools git-r3
        MY_P="${PN}-9999"
 
        LIBMSPACK_DEPEND="~dev-libs/libmspack-9999:="
 else
-       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"
+       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"
        MY_PV="${PV/_alpha/alpha}"
        MY_P="${PN}-${MY_PV}"
        SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz";
@@ -45,7 +45,7 @@ src_prepare() {
 
        default
 
-       eautoreconf
+       [[ ${PV} == "9999" ]] && eautoreconf
 }
 
 src_configure() {

Reply via email to