* [gentoo-commits] gentoo-x86 commit in net-libs/gnet: gnet-2.0.8-r2.ebuild ChangeLog
@ 2014-09-27 16:06 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2014-09-27 16:06 UTC (permalink / raw
To: gentoo-commits
eva 14/09/27 16:06:31
Modified: ChangeLog
Added: gnet-2.0.8-r2.ebuild
Log:
Fix build with recent check version, bug #498046. Apply a fix to pkgconfig from Debian. Update to EAPI=5 and team guidelines.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path
1.82 net-libs/gnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 10 Aug 2014 20:48:33 -0000 1.81
+++ ChangeLog 27 Sep 2014 16:06:31 -0000 1.82
@@ -1,6 +1,16 @@
# ChangeLog for net-libs/gnet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.81 2014/08/10 20:48:33 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.82 2014/09/27 16:06:31 eva Exp $
+
+*gnet-2.0.8-r2 (27 Sep 2014)
+
+ 27 Sep 2014; Gilles Dartiguelongue <eva@gentoo.org> +gnet-2.0.8-r2.ebuild,
+ +files/gnet-2.0.8-fix-pkgconfig-abuse.patch,
+ +files/gnet-2.0.8-test-existing-domain.patch,
+ +files/gnet-2.0.8-unittest-build.patch,
+ +files/gnet-2.0.8-unittest-service.patch:
+ Fix build with recent check version, bug #498046. Apply a fix to pkgconfig
+ from Debian. Update to EAPI=5 and team guidelines.
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> gnet-2.0.8-r1.ebuild:
QA: drop trailing '.' from DESCRIPTION
1.1 net-libs/gnet/gnet-2.0.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.1&content-type=text/plain
Index: gnet-2.0.8-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.1 2014/09/27 16:06:31 eva Exp $
EAPI="5"
GCONF_DEBUG="yes"
GNOME_TARBALL_SUFFIX="bz2"
inherit autotools eutils gnome2
DESCRIPTION="A simple network library"
HOMEPAGE="http://live.gnome.org/GNetLibrary"
LICENSE="LGPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
# FIXME: automagic use of valgrind
RDEPEND=">=dev-libs/glib-2.6:2"
DEPEND="${RDEPEND}
>=dev-libs/check-0.9.11
>=dev-util/gtk-doc-am-1.2
virtual/pkgconfig
"
# FIXME: check should only be needed with USE 'test', bug #349301
# test? ( >=dev-libs/check-0.9.7 )"
src_prepare() {
# Do not leak main context reference, from master
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
# ifdef around network tests code, refs. bug #320759
epatch "${FILESDIR}"/${PN}-2.0.8-network-tests.patch
# Do not hardcode glib patch in pkgconfig file, debian bug #652165
epatch "${FILESDIR}"/${PN}-2.0.8-fix-pkgconfig-abuse.patch
# Compatibility with recent check releases, bug #498046
epatch "${FILESDIR}"/${PN}-2.0.8-unittest-build.patch
# gnetlibrary.org has been adandoned, from master
epatch "${FILESDIR}"/${PN}-2.0.8-test-existing-domain.patch
# Do not depend on a running HTTP server on port 80 for unittest
epatch "${FILESDIR}"/${PN}-2.0.8-unittest-service.patch
# Do not pass silly cflags with USE=debug, bug #320759
sed -i \
-e 's:-Werror::' \
-e '/AM_PROG_CC_STDC/d' \
-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' \
configure.ac || die
eautoreconf
gnome2_src_prepare
}
src_configure() {
DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README* TODO"
# Do not enable network tests in an ebuild environment
gnome2_src_configure \
--disable-static \
--disable-network-tests
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/gnet: gnet-2.0.8-r2.ebuild ChangeLog
@ 2014-12-12 11:56 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2014-12-12 11:56 UTC (permalink / raw
To: gentoo-commits
jer 14/12/12 11:56:29
Modified: gnet-2.0.8-r2.ebuild ChangeLog
Log:
Stable for HPPA (bug #529964).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 net-libs/gnet/gnet-2.0.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?r1=1.1&r2=1.2
Index: gnet-2.0.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnet-2.0.8-r2.ebuild 27 Sep 2014 16:06:31 -0000 1.1
+++ gnet-2.0.8-r2.ebuild 12 Dec 2014 11:56:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.1 2014/09/27 16:06:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.2 2014/12/12 11:56:29 jer Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
# FIXME: automagic use of valgrind
1.83 net-libs/gnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?r1=1.82&r2=1.83
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog 27 Sep 2014 16:06:31 -0000 1.82
+++ ChangeLog 12 Dec 2014 11:56:29 -0000 1.83
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gnet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.82 2014/09/27 16:06:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.83 2014/12/12 11:56:29 jer Exp $
+
+ 12 Dec 2014; Jeroen Roovers <jer@gentoo.org> gnet-2.0.8-r2.ebuild:
+ Stable for HPPA (bug #529964).
*gnet-2.0.8-r2 (27 Sep 2014)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/gnet: gnet-2.0.8-r2.ebuild ChangeLog
@ 2014-12-18 14:59 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-18 14:59 UTC (permalink / raw
To: gentoo-commits
pacho 14/12/18 14:59:36
Modified: gnet-2.0.8-r2.ebuild ChangeLog
Log:
x86 stable, bug 529964
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 net-libs/gnet/gnet-2.0.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?r1=1.2&r2=1.3
Index: gnet-2.0.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnet-2.0.8-r2.ebuild 12 Dec 2014 11:56:29 -0000 1.2
+++ gnet-2.0.8-r2.ebuild 18 Dec 2014 14:59:36 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.2 2014/12/12 11:56:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.3 2014/12/18 14:59:36 pacho Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
# FIXME: automagic use of valgrind
1.84 net-libs/gnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 12 Dec 2014 11:56:29 -0000 1.83
+++ ChangeLog 18 Dec 2014 14:59:36 -0000 1.84
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gnet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.83 2014/12/12 11:56:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.84 2014/12/18 14:59:36 pacho Exp $
+
+ 18 Dec 2014; Pacho Ramos <pacho@gentoo.org> gnet-2.0.8-r2.ebuild:
+ x86 stable, bug 529964
12 Dec 2014; Jeroen Roovers <jer@gentoo.org> gnet-2.0.8-r2.ebuild:
Stable for HPPA (bug #529964).
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/gnet: gnet-2.0.8-r2.ebuild ChangeLog
@ 2014-12-19 13:41 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-19 13:41 UTC (permalink / raw
To: gentoo-commits
pacho 14/12/19 13:41:22
Modified: gnet-2.0.8-r2.ebuild ChangeLog
Log:
amd64 stable, bug 529964
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 net-libs/gnet/gnet-2.0.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?r1=1.3&r2=1.4
Index: gnet-2.0.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnet-2.0.8-r2.ebuild 18 Dec 2014 14:59:36 -0000 1.3
+++ gnet-2.0.8-r2.ebuild 19 Dec 2014 13:41:22 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.3 2014/12/18 14:59:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.4 2014/12/19 13:41:22 pacho Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
# FIXME: automagic use of valgrind
1.85 net-libs/gnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 18 Dec 2014 14:59:36 -0000 1.84
+++ ChangeLog 19 Dec 2014 13:41:22 -0000 1.85
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gnet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.84 2014/12/18 14:59:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.85 2014/12/19 13:41:22 pacho Exp $
+
+ 19 Dec 2014; Pacho Ramos <pacho@gentoo.org> gnet-2.0.8-r2.ebuild:
+ amd64 stable, bug 529964
18 Dec 2014; Pacho Ramos <pacho@gentoo.org> gnet-2.0.8-r2.ebuild:
x86 stable, bug 529964
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/gnet: gnet-2.0.8-r2.ebuild ChangeLog
@ 2014-12-28 12:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-28 12:24 UTC (permalink / raw
To: gentoo-commits
ago 14/12/28 12:24:43
Modified: gnet-2.0.8-r2.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #529964
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 net-libs/gnet/gnet-2.0.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?r1=1.4&r2=1.5
Index: gnet-2.0.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnet-2.0.8-r2.ebuild 19 Dec 2014 13:41:22 -0000 1.4
+++ gnet-2.0.8-r2.ebuild 28 Dec 2014 12:24:43 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.4 2014/12/19 13:41:22 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.5 2014/12/28 12:24:43 ago Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
# FIXME: automagic use of valgrind
1.86 net-libs/gnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 19 Dec 2014 13:41:22 -0000 1.85
+++ ChangeLog 28 Dec 2014 12:24:43 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gnet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.85 2014/12/19 13:41:22 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.86 2014/12/28 12:24:43 ago Exp $
+
+ 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gnet-2.0.8-r2.ebuild:
+ Stable for ppc, wrt bug #529964
19 Dec 2014; Pacho Ramos <pacho@gentoo.org> gnet-2.0.8-r2.ebuild:
amd64 stable, bug 529964
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/gnet: gnet-2.0.8-r2.ebuild ChangeLog
@ 2014-12-30 10:11 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-30 10:11 UTC (permalink / raw
To: gentoo-commits
ago 14/12/30 10:11:04
Modified: gnet-2.0.8-r2.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #529964
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 net-libs/gnet/gnet-2.0.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?r1=1.5&r2=1.6
Index: gnet-2.0.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnet-2.0.8-r2.ebuild 28 Dec 2014 12:24:43 -0000 1.5
+++ gnet-2.0.8-r2.ebuild 30 Dec 2014 10:11:04 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.5 2014/12/28 12:24:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.6 2014/12/30 10:11:04 ago Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
# FIXME: automagic use of valgrind
1.87 net-libs/gnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 28 Dec 2014 12:24:43 -0000 1.86
+++ ChangeLog 30 Dec 2014 10:11:04 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gnet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.86 2014/12/28 12:24:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.87 2014/12/30 10:11:04 ago Exp $
+
+ 30 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gnet-2.0.8-r2.ebuild:
+ Stable for ppc64, wrt bug #529964
28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gnet-2.0.8-r2.ebuild:
Stable for ppc, wrt bug #529964
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/gnet: gnet-2.0.8-r2.ebuild ChangeLog
@ 2014-12-31 9:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-31 9:16 UTC (permalink / raw
To: gentoo-commits
ago 14/12/31 09:16:48
Modified: gnet-2.0.8-r2.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #529964
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 net-libs/gnet/gnet-2.0.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?r1=1.6&r2=1.7
Index: gnet-2.0.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnet-2.0.8-r2.ebuild 30 Dec 2014 10:11:04 -0000 1.6
+++ gnet-2.0.8-r2.ebuild 31 Dec 2014 09:16:48 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.6 2014/12/30 10:11:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.7 2014/12/31 09:16:48 ago Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
# FIXME: automagic use of valgrind
1.88 net-libs/gnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 30 Dec 2014 10:11:04 -0000 1.87
+++ ChangeLog 31 Dec 2014 09:16:48 -0000 1.88
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gnet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.87 2014/12/30 10:11:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.88 2014/12/31 09:16:48 ago Exp $
+
+ 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gnet-2.0.8-r2.ebuild:
+ Stable for ia64, wrt bug #529964
30 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gnet-2.0.8-r2.ebuild:
Stable for ppc64, wrt bug #529964
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/gnet: gnet-2.0.8-r2.ebuild ChangeLog
@ 2015-01-01 8:41 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-01 8:41 UTC (permalink / raw
To: gentoo-commits
ago 15/01/01 08:41:33
Modified: gnet-2.0.8-r2.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #529964
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 net-libs/gnet/gnet-2.0.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?r1=1.7&r2=1.8
Index: gnet-2.0.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnet-2.0.8-r2.ebuild 31 Dec 2014 09:16:48 -0000 1.7
+++ gnet-2.0.8-r2.ebuild 1 Jan 2015 08:41:33 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.7 2014/12/31 09:16:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.8 2015/01/01 08:41:33 ago Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
# FIXME: automagic use of valgrind
1.89 net-libs/gnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 31 Dec 2014 09:16:48 -0000 1.88
+++ ChangeLog 1 Jan 2015 08:41:33 -0000 1.89
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gnet
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.88 2014/12/31 09:16:48 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.89 2015/01/01 08:41:33 ago Exp $
+
+ 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnet-2.0.8-r2.ebuild:
+ Stable for sparc, wrt bug #529964
31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> gnet-2.0.8-r2.ebuild:
Stable for ia64, wrt bug #529964
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/gnet: gnet-2.0.8-r2.ebuild ChangeLog
@ 2015-01-02 12:10 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-02 12:10 UTC (permalink / raw
To: gentoo-commits
ago 15/01/02 12:10:25
Modified: gnet-2.0.8-r2.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #529964
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 net-libs/gnet/gnet-2.0.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild?r1=1.8&r2=1.9
Index: gnet-2.0.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnet-2.0.8-r2.ebuild 1 Jan 2015 08:41:33 -0000 1.8
+++ gnet-2.0.8-r2.ebuild 2 Jan 2015 12:10:25 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.8 2015/01/01 08:41:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/gnet-2.0.8-r2.ebuild,v 1.9 2015/01/02 12:10:25 ago Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
# FIXME: automagic use of valgrind
1.90 net-libs/gnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnet/ChangeLog?r1=1.89&r2=1.90
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 1 Jan 2015 08:41:33 -0000 1.89
+++ ChangeLog 2 Jan 2015 12:10:25 -0000 1.90
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gnet
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.89 2015/01/01 08:41:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnet/ChangeLog,v 1.90 2015/01/02 12:10:25 ago Exp $
+
+ 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnet-2.0.8-r2.ebuild:
+ Stable for alpha, wrt bug #529964
01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnet-2.0.8-r2.ebuild:
Stable for sparc, wrt bug #529964
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-01-02 12:10 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 14:59 [gentoo-commits] gentoo-x86 commit in net-libs/gnet: gnet-2.0.8-r2.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2015-01-02 12:10 Agostino Sarubbo (ago)
2015-01-01 8:41 Agostino Sarubbo (ago)
2014-12-31 9:16 Agostino Sarubbo (ago)
2014-12-30 10:11 Agostino Sarubbo (ago)
2014-12-28 12:24 Agostino Sarubbo (ago)
2014-12-19 13:41 Pacho Ramos (pacho)
2014-12-12 11:56 Jeroen Roovers (jer)
2014-09-27 16:06 Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox