* [gentoo-commits] repo/gentoo:master commit in: app-arch/mscompress/
@ 2017-07-28 4:43 Markus Meier
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier @ 2017-07-28 4:43 UTC (permalink / raw
To: gentoo-commits
commit: 513acb7cd4b9bf382fb5edcdc0334e0c7f4a1234
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 04:43:08 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 04:43:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513acb7c
app-arch/mscompress: add ~arm, bug #621290
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
app-arch/mscompress/mscompress-0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/mscompress/mscompress-0.3-r1.ebuild b/app-arch/mscompress/mscompress-0.3-r1.ebuild
index 7619b3afee6..e7a2b9214c2 100644
--- a/app-arch/mscompress/mscompress-0.3-r1.ebuild
+++ b/app-arch/mscompress/mscompress-0.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.penguin.cz/pub/users/mhi/mscompress/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
src_prepare() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/mscompress/
@ 2023-06-11 8:22 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2023-06-11 8:22 UTC (permalink / raw
To: gentoo-commits
commit: 8f23ed9fa6dddfa82c6fbad6a5056fcd2456831f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jun 4 10:02:34 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 08:22:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f23ed9f
app-arch/mscompress: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-arch/mscompress/mscompress-0.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/mscompress/mscompress-0.3-r1.ebuild b/app-arch/mscompress/mscompress-0.3-r1.ebuild
index 779b372736d4..eb684b82abbc 100644
--- a/app-arch/mscompress/mscompress-0.3-r1.ebuild
+++ b/app-arch/mscompress/mscompress-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
inherit flag-o-matic toolchain-funcs
DESCRIPTION="Microsoft compress.exe/expand.exe compatible (de)compressor"
-HOMEPAGE="http://gnuwin32.sourceforge.net/packages/mscompress.htm"
+HOMEPAGE="https://gnuwin32.sourceforge.net/packages/mscompress.htm"
SRC_URI="ftp://ftp.penguin.cz/pub/users/mhi/mscompress/${P}.tar.bz2"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/mscompress/
@ 2024-11-16 18:21 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2024-11-16 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 6fe46654284f96df0599855e50d8ae6b3dcf125b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 18:20:21 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 18:20:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe46654
app-arch/mscompress: add eautoreconf to fix configure
Closes: https://bugs.gentoo.org/906001
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{mscompress-0.3-r1.ebuild => mscompress-0.3-r2.ebuild} | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/app-arch/mscompress/mscompress-0.3-r1.ebuild b/app-arch/mscompress/mscompress-0.3-r2.ebuild
similarity index 83%
rename from app-arch/mscompress/mscompress-0.3-r1.ebuild
rename to app-arch/mscompress/mscompress-0.3-r2.ebuild
index eb684b82abbc..d2ca43f04369 100644
--- a/app-arch/mscompress/mscompress-0.3-r1.ebuild
+++ b/app-arch/mscompress/mscompress-0.3-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit flag-o-matic toolchain-funcs
+inherit flag-o-matic toolchain-funcs autotools
DESCRIPTION="Microsoft compress.exe/expand.exe compatible (de)compressor"
HOMEPAGE="https://gnuwin32.sourceforge.net/packages/mscompress.htm"
@@ -18,6 +18,11 @@ PATCHES=(
"${FILESDIR}"/${P}-amd64.patch
)
+src_prepare() {
+ default
+ eautoreconf
+}
+
src_configure() {
tc-export CC
[[ $(tc-arch) == ppc* ]] && append-flags -fsigned-char
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/mscompress/
@ 2025-01-28 7:01 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-01-28 7:01 UTC (permalink / raw
To: gentoo-commits
commit: 02b043b7790d686f4cb64e36c6d3065e100fea12
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 06:59:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 07:00:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b043b7
app-arch/mscompress: pass -fsigned-char unconditionally
It doesn't make sense to pass this *unconditionally*. It's the default
on various ABIs, and where it isn't, we need to set it if the code
expects it (if we're not going to patch it).
Bug: https://bugs.gentoo.org/148320
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/mscompress/mscompress-0.3-r2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-arch/mscompress/mscompress-0.3-r2.ebuild b/app-arch/mscompress/mscompress-0.3-r2.ebuild
index d2ca43f04369..d25dbccb536a 100644
--- a/app-arch/mscompress/mscompress-0.3-r2.ebuild
+++ b/app-arch/mscompress/mscompress-0.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,7 +25,8 @@ src_prepare() {
src_configure() {
tc-export CC
- [[ $(tc-arch) == ppc* ]] && append-flags -fsigned-char
+ # bug #148320
+ append-flags -fsigned-char
econf
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-28 7:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 8:22 [gentoo-commits] repo/gentoo:master commit in: app-arch/mscompress/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2025-01-28 7:01 Sam James
2024-11-16 18:21 Andreas K. Hüttel
2017-07-28 4:43 Markus Meier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox