public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/gnet/
@ 2017-08-26 10:07 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-26 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     eda339afc625fb9d330722343720b21cf44dacc8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 09:08:45 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 10:07:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda339af

net-libs/gnet: update HOMEPAGE

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/gnet/gnet-2.0.8-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/gnet/gnet-2.0.8-r2.ebuild b/net-libs/gnet/gnet-2.0.8-r2.ebuild
index 1f36c4d3a0a..2f980c56423 100644
--- a/net-libs/gnet/gnet-2.0.8-r2.ebuild
+++ b/net-libs/gnet/gnet-2.0.8-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ GNOME_TARBALL_SUFFIX="bz2"
 inherit autotools eutils gnome2
 
 DESCRIPTION="A simple network library"
-HOMEPAGE="https://live.gnome.org/GNetLibrary"
+HOMEPAGE="https://wiki.gnome.org/Projects/GNetLibrary"
 
 LICENSE="LGPL-2"
 SLOT="2"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gnet/
@ 2021-04-11 15:03 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-11 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     22364af7ede284d4b4a1ba69bb5cde2113717734
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 14:48:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 15:02:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22364af7

net-libs/gnet: tell autoreconf where to find custom GNET macros

Closes: https://bugs.gentoo.org/672170
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/gnet/{gnet-2.0.8-r2.ebuild => gnet-2.0.8-r3.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-libs/gnet/gnet-2.0.8-r2.ebuild b/net-libs/gnet/gnet-2.0.8-r3.ebuild
similarity index 95%
rename from net-libs/gnet/gnet-2.0.8-r2.ebuild
rename to net-libs/gnet/gnet-2.0.8-r3.ebuild
index 4ed80b5b4ed..50b35851b33 100644
--- a/net-libs/gnet/gnet-2.0.8-r2.ebuild
+++ b/net-libs/gnet/gnet-2.0.8-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -55,7 +55,8 @@ src_prepare() {
 		-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' \
 		configure.ac || die
 
-	eautoreconf
+	# bug #672170
+	AT_M4DIR="macros" eautoreconf
 	gnome2_src_prepare
 }
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gnet/
@ 2021-05-22  3:38 Andrew Savchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Savchenko @ 2021-05-22  3:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c9261c52a34d2026772141a7206a0803261cb320
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 03:36:51 2021 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sat May 22 03:38:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9261c52

net-libs/gnet: fix build failure with recent dev-libs/check

Drop problematic patch as suggested by Willard Dawson:
https://bugs.gentoo.org/698654#c12

Closes: https://bugs.gentoo.org/698654
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 net-libs/gnet/gnet-2.0.8-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/gnet/gnet-2.0.8-r3.ebuild b/net-libs/gnet/gnet-2.0.8-r3.ebuild
index 40c3a0ad515..27d0d63139f 100644
--- a/net-libs/gnet/gnet-2.0.8-r3.ebuild
+++ b/net-libs/gnet/gnet-2.0.8-r3.ebuild
@@ -31,7 +31,8 @@ src_prepare() {
 	epatch "${FILESDIR}"/${PN}-2.0.8-context-leak.patch
 
 	# Fix usage of check framework, bug #296849, from master
-	epatch "${FILESDIR}"/${PN}-2.0.8-check-usage-update.patch
+	# Disable this patch, bug 698654
+	# epatch "${FILESDIR}"/${PN}-2.0.8-check-usage-update.patch
 
 	# ifdef around network tests code, refs. bug #320759
 	epatch "${FILESDIR}"/${PN}-2.0.8-network-tests.patch


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-22  3:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-22  3:38 [gentoo-commits] repo/gentoo:master commit in: net-libs/gnet/ Andrew Savchenko
  -- strict thread matches above, loose matches on Subject: below --
2021-04-11 15:03 Sam James
2017-08-26 10:07 Gilles Dartiguelongue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox