* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2015-08-21 18:47 Andreas Schuerch
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Schuerch @ 2015-08-21 18:47 UTC (permalink / raw
To: gentoo-commits
commit: 794f61e12834f7ecd22c9c6dceae80518533644b
Author: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 18:40:01 2015 +0000
Commit: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 18:41:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794f61e1
net-libs/meanwhile: add -fno-tree-vrp to cflags as it wont authorize properly otherwise. See Debian Bug #764494
Package-Manager: portage-2.2.20.1
net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
index 5161154..ccb7864 100644
--- a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
-inherit eutils
+inherit eutils flag-o-matic
DESCRIPTION="Meanwhile (Sametime protocol) library"
HOMEPAGE="http://meanwhile.sourceforge.net/"
@@ -30,6 +30,7 @@ src_prepare(){
}
src_configure() {
+ append-flags "-fno-tree-vrp"
local myconf
use doc || myconf="${myconf} --enable-doxygen=no"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2019-07-28 17:02 Aaron Bauman
0 siblings, 0 replies; 14+ messages in thread
From: Aaron Bauman @ 2019-07-28 17:02 UTC (permalink / raw
To: gentoo-commits
commit: a6e9a80dbdf2699bab18675567c816411d559e5a
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 16:57:25 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 17:02:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e9a80d
net-libs/meanwhile: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
index 01fbe086647..7190a087afb 100644
--- a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
IUSE="doc debug"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
RDEPEND=">=dev-libs/glib-2:2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2022-12-05 5:30 WANG Xuerui
0 siblings, 0 replies; 14+ messages in thread
From: WANG Xuerui @ 2022-12-05 5:30 UTC (permalink / raw
To: gentoo-commits
commit: 06f115e382c767d50406cd586ef24e001b4b4f03
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 04:18:18 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 05:25:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f115e3
net-libs/meanwhile: keyword 1.0.2-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
index 6cc8c1ac51fa..c652f9cfc69a 100644
--- a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
IUSE="doc debug"
RDEPEND="dev-libs/glib:2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2023-11-14 22:55 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2023-11-14 22:55 UTC (permalink / raw
To: gentoo-commits
commit: a5097f91034688cf3174732aa4c6b7fbefd34bd3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 20:29:50 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 22:55:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5097f91
net-libs/meanwhile: add 1.1.1, EAPI-8, new repository, HOMEPAGE
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/meanwhile/Manifest | 1 +
net-libs/meanwhile/meanwhile-1.1.1.ebuild | 46 +++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/net-libs/meanwhile/Manifest b/net-libs/meanwhile/Manifest
index 2f862a91a847..d8c44b440353 100644
--- a/net-libs/meanwhile/Manifest
+++ b/net-libs/meanwhile/Manifest
@@ -1 +1,2 @@
DIST meanwhile-1.0.2.tar.gz 479325 BLAKE2B 70b032ab9b1fc6f556a16afceec5eac72b8efc686977734c84068fb34e49fed01c2c20743ba058cd99de155dd0172ea2132c8bdbfbbfcaa572f889c15da96e01 SHA512 ba356124352ed522bc4c62282e4267960e0d3751c990cc422957ae263c70932264dee2d5e3dfe436325ad53f1833ff541eda4b36a6b78441374256ef54c786e6
+DIST meanwhile-1.1.1.tar.gz 180449 BLAKE2B ec4c2a4713f78b6e780f4b7c64b0efbde98275643814010fca995cedb49e7141a0d3065807cab19b78ef9d9813ebc91e2dcf7ee1abc956df91c64af5a7e2aa45 SHA512 89ddb1711ee5c5f5ec2e47b47e4eaf4623b5638a121a87bc905f86b201af753a2689b68ec8397a7cd1578a5a773a289bbe53f38acde2bf0598ce3f25c0dd645c
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
new file mode 100644
index 000000000000..415031394c17
--- /dev/null
+++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="Meanwhile (Sametime protocol) library"
+HOMEPAGE="https://github.com/obriencj/meanwhile"
+SRC_URI="https://github.com/obriencj/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc debug"
+
+RDEPEND="dev-libs/glib:2"
+DEPEND="${RDEPEND}
+ dev-libs/gmp
+"
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.0.2-gentoo-fhs-samples.patch ) # bug 241298
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ append-cflags -fno-tree-vrp
+
+ econf \
+ --enable-doxygen=$(usex doc) \
+ $(use_enable debug)
+}
+
+src_install() {
+ default
+
+ # no static archives
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2024-07-04 16:35 Eli Schwartz
0 siblings, 0 replies; 14+ messages in thread
From: Eli Schwartz @ 2024-07-04 16:35 UTC (permalink / raw
To: gentoo-commits
commit: a2f098771a14aa85ab4999c8e7b1f91f281e6e93
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul 4 14:56:58 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Jul 4 16:35:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f09877
net-libs/meanwhile: add github remote-id
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37433
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
net-libs/meanwhile/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-libs/meanwhile/metadata.xml b/net-libs/meanwhile/metadata.xml
index ee356aab7e29..174bdd362ed4 100644
--- a/net-libs/meanwhile/metadata.xml
+++ b/net-libs/meanwhile/metadata.xml
@@ -4,5 +4,6 @@
<!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">meanwhile</remote-id>
+ <remote-id type="github">obriencj/meanwhile</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2024-07-04 16:35 Eli Schwartz
0 siblings, 0 replies; 14+ messages in thread
From: Eli Schwartz @ 2024-07-04 16:35 UTC (permalink / raw
To: gentoo-commits
commit: ea890737741b94d3f44a89de592d1a6a854fbf15
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul 4 14:55:37 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Jul 4 16:35:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea890737
net-libs/meanwhile: add 1.1.1
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
net-libs/meanwhile/Manifest | 1 +
net-libs/meanwhile/meanwhile-1.1.1.ebuild | 50 +++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/net-libs/meanwhile/Manifest b/net-libs/meanwhile/Manifest
index 2f862a91a847..d8c44b440353 100644
--- a/net-libs/meanwhile/Manifest
+++ b/net-libs/meanwhile/Manifest
@@ -1 +1,2 @@
DIST meanwhile-1.0.2.tar.gz 479325 BLAKE2B 70b032ab9b1fc6f556a16afceec5eac72b8efc686977734c84068fb34e49fed01c2c20743ba058cd99de155dd0172ea2132c8bdbfbbfcaa572f889c15da96e01 SHA512 ba356124352ed522bc4c62282e4267960e0d3751c990cc422957ae263c70932264dee2d5e3dfe436325ad53f1833ff541eda4b36a6b78441374256ef54c786e6
+DIST meanwhile-1.1.1.tar.gz 180449 BLAKE2B ec4c2a4713f78b6e780f4b7c64b0efbde98275643814010fca995cedb49e7141a0d3065807cab19b78ef9d9813ebc91e2dcf7ee1abc956df91c64af5a7e2aa45 SHA512 89ddb1711ee5c5f5ec2e47b47e4eaf4623b5638a121a87bc905f86b201af753a2689b68ec8397a7cd1578a5a773a289bbe53f38acde2bf0598ce3f25c0dd645c
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
new file mode 100644
index 000000000000..b99d6ceb8318
--- /dev/null
+++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="Meanwhile (Sametime protocol) library"
+HOMEPAGE="https://meanwhile.sourceforge.net/
+ https://github.com/obriencj/meanwhile"
+SRC_URI="https://github.com/obriencj/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc debug"
+
+RDEPEND="dev-libs/glib:2"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/gmp"
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( app-text/doxygen )"
+
+PATCHES=(
+ # bug 241298
+ "${FILESDIR}"/${PN}-1.0.2-gentoo-fhs-samples.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ append-cflags -fno-tree-vrp
+
+ econf \
+ --enable-doxygen=$(usex doc) \
+ $(use_enable debug)
+}
+
+src_install() {
+ default
+
+ # no static archives
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2024-07-07 20:51 Eli Schwartz
0 siblings, 0 replies; 14+ messages in thread
From: Eli Schwartz @ 2024-07-07 20:51 UTC (permalink / raw
To: gentoo-commits
commit: 1bd28c08b388f06cafa437dedfbd5ad3db85821f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jul 6 06:54:29 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 20:36:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd28c08
net-libs/meanwhile: fix building with USE=debug
Closes: https://bugs.gentoo.org/935514
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37452
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
net-libs/meanwhile/meanwhile-1.1.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
index b99d6ceb8318..537d35f99a4d 100644
--- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
@@ -31,6 +31,8 @@ PATCHES=(
src_prepare() {
default
+ # bug #935514
+ sed -i -e "s|-g -O0 -Weverything||g" configure.ac || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2024-11-23 12:10 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-11-23 12:10 UTC (permalink / raw
To: gentoo-commits
commit: e3078d2274b603ba409b1e68d1497fdb6472f005
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 12:10:31 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 12:10:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3078d22
net-libs/meanwhile: Stabilize 1.1.1 ppc, #944608
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/meanwhile/meanwhile-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
index 53a939941fbf..d7450078df42 100644
--- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/obriencj/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc ~x86"
IUSE="doc debug"
RDEPEND="dev-libs/glib:2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2024-11-23 12:24 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-11-23 12:24 UTC (permalink / raw
To: gentoo-commits
commit: 98d82f08b43e647faaf975ef8c2fe35c3e72357c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 12:24:07 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 12:24:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d82f08
net-libs/meanwhile: Stabilize 1.1.1 arm, #944608
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-libs/meanwhile/meanwhile-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
index d7450078df42..295140bd5050 100644
--- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/obriencj/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc ~x86"
IUSE="doc debug"
RDEPEND="dev-libs/glib:2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2024-11-23 12:28 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-11-23 12:28 UTC (permalink / raw
To: gentoo-commits
commit: fb751fe8f384b30e9b0e76689ce67333ec891606
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 12:28:44 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 12:28:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb751fe8
net-libs/meanwhile: Stabilize 1.1.1 amd64, #944608
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-libs/meanwhile/meanwhile-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
index 295140bd5050..9d0a3b196d4c 100644
--- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/obriencj/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc ~x86"
IUSE="doc debug"
RDEPEND="dev-libs/glib:2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2024-11-23 14:32 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2024-11-23 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 5c18fdf1e9f39afd294b04d4eda47c0f5187d110
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 14:31:53 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 14:31:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c18fdf1
net-libs/meanwhile: Stabilize 1.1.1 x86, #944608
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-libs/meanwhile/meanwhile-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
index 9d0a3b196d4c..9f38c39208d3 100644
--- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/obriencj/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc x86"
IUSE="doc debug"
RDEPEND="dev-libs/glib:2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2024-11-23 14:51 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-11-23 14:51 UTC (permalink / raw
To: gentoo-commits
commit: 2f014f44b4c18bc62a79c411ad576712391dc5a6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 14:51:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 14:51:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f014f44
net-libs/meanwhile: Stabilize 1.1.1 arm64, #944608
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/meanwhile/meanwhile-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
index 9f38c39208d3..d50e17e70e4e 100644
--- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/obriencj/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc x86"
IUSE="doc debug"
RDEPEND="dev-libs/glib:2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2024-11-25 21:49 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-11-25 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 9a1e53afeafacb743e5eb7939b4cf3a01cfa078a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 21:48:43 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 21:48:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1e53af
net-libs/meanwhile: Stabilize 1.1.1 ppc64, #944608
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/meanwhile/meanwhile-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
index d50e17e70e4e..7ac2f29486e5 100644
--- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/obriencj/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86"
IUSE="doc debug"
RDEPEND="dev-libs/glib:2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/
@ 2025-01-24 3:39 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2025-01-24 3:39 UTC (permalink / raw
To: gentoo-commits
commit: 6b65fa91a68c8bfc3b9d98c1bd6f19deb2d5457c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 03:38:28 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 03:38:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b65fa91
net-libs/meanwhile: add Debian bug references for -fno-tree-vrp workaround
It was also added upstream in https://github.com/obriencj/meanwhile/commit/67d8eac15c6df031d918c128292d9a47239b645b
though not yet in a release.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/meanwhile/meanwhile-1.1.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild
index 7ac2f29486e5..907715b8d5e7 100644
--- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.1.1.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
@@ -37,6 +37,8 @@ src_prepare() {
}
src_configure() {
+ # https://bugs.debian.org/815045
+ # https://bugs.debian.org/940621
append-cflags -fno-tree-vrp
econf \
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2025-01-24 3:39 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-14 22:55 [gentoo-commits] repo/gentoo:master commit in: net-libs/meanwhile/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 3:39 Sam James
2024-11-25 21:49 Sam James
2024-11-23 14:51 Sam James
2024-11-23 14:32 Michał Górny
2024-11-23 12:28 Arthur Zamarin
2024-11-23 12:24 Arthur Zamarin
2024-11-23 12:10 Sam James
2024-07-07 20:51 Eli Schwartz
2024-07-04 16:35 Eli Schwartz
2024-07-04 16:35 Eli Schwartz
2022-12-05 5:30 WANG Xuerui
2019-07-28 17:02 Aaron Bauman
2015-08-21 18:47 Andreas Schuerch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox