From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cabextract/
Date: Sat, 4 Mar 2023 03:16:47 +0000 (UTC) [thread overview]
Message-ID: <1677899801.b2fbe244f8dd0a786b91db034a6c062f3ea3b541.mattst88@gentoo> (raw)
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>
| 1 +
| 12 ++++++------
| 12 ++++++------
3 files changed, 13 insertions(+), 12 deletions(-)
--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
--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() {
--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() {
next reply other threads:[~2023-03-04 3:16 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-04 3:16 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-01 0:11 [gentoo-commits] repo/gentoo:master commit in: app-arch/cabextract/ Matt Turner
2023-04-28 0:05 Sam James
2023-04-27 23:29 Sam James
2023-04-27 23:29 Sam James
2023-04-27 23:29 Sam James
2023-04-27 23:29 Sam James
2023-04-27 23:29 Sam James
2022-09-07 12:32 Joonas Niilola
2022-07-28 13:59 Sam James
2022-05-14 10:30 WANG Xuerui
2022-05-05 10:44 WANG Xuerui
2022-05-05 10:44 WANG Xuerui
2022-01-01 10:05 James Le Cuirot
2021-06-25 1:33 Yixun Lan
2021-01-06 12:52 Fabian Groffen
2020-09-19 22:29 Sam James
2020-09-15 17:22 Thomas Deutschmann
2020-09-13 8:44 Sergei Trofimovich
2020-09-13 8:38 Sergei Trofimovich
2020-09-12 8:01 Sergei Trofimovich
2020-09-09 21:59 Sergei Trofimovich
2020-09-09 21:20 Sam James
2020-09-09 20:59 Sam James
2020-06-01 0:07 Matt Turner
2020-05-01 8:40 Mart Raudsepp
2020-04-23 7:16 Sergei Trofimovich
2019-04-14 14:37 Aaron Bauman
2019-03-04 10:06 Lars Wendler
2019-03-04 10:06 Lars Wendler
2019-01-30 13:20 Tobias Klausmann
2018-12-26 20:00 Sergei Trofimovich
2018-12-26 17:29 Matt Turner
2018-12-26 13:55 Sergei Trofimovich
2018-12-07 12:47 Mikle Kolyada
2018-11-23 16:18 Sergei Trofimovich
2018-11-22 15:28 Thomas Deutschmann
2018-11-18 10:38 Sergei Trofimovich
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 9:43 Agostino Sarubbo
2018-11-06 2:12 Thomas Deutschmann
2018-11-04 1:20 Thomas Deutschmann
2018-10-21 17:51 Lars Wendler
2018-07-26 11:55 Lars Wendler
2018-03-02 18:09 Michał Górny
2015-09-02 16:30 Justin Lecher
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=1677899801.b2fbe244f8dd0a786b91db034a6c062f3ea3b541.mattst88@gentoo \
--to=mattst88@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