public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: libbonoboui-2.24.5-r1.ebuild ChangeLog
@ 2014-11-23 20:41 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-23 20:41 UTC (permalink / raw
  To: gentoo-commits

pacho       14/11/23 20:41:33

  Modified:             ChangeLog
  Added:                libbonoboui-2.24.5-r1.ebuild
  Log:
  Bump eapi, kill doc USE flag and follow current policies, use addpredict instead of addwrite
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.220                gnome-base/libbonoboui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.220&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.220&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.219&r2=1.220

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog	29 Mar 2013 19:31:03 -0000	1.219
+++ ChangeLog	23 Nov 2014 20:41:33 -0000	1.220
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/libbonoboui
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.219 2013/03/29 19:31:03 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.220 2014/11/23 20:41:33 pacho Exp $
+
+*libbonoboui-2.24.5-r1 (23 Nov 2014)
+
+  23 Nov 2014; Pacho Ramos <pacho@gentoo.org> +libbonoboui-2.24.5-r1.ebuild:
+  Bump eapi, kill doc USE flag and follow current policies, use addpredict
+  instead of addwrite
 
   29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
   -libbonoboui-2.24.4-r1.ebuild:
@@ -807,4 +813,3 @@
 * libbonoboui-1.116.0 (22 May 2002)
   22 May 2002; Spider <spider@gentoo.org> libbonoboui-1.116.0.ebuild :
   part of gnome2 . initial cvs commit
-



1.1                  gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: libbonoboui-2.24.5-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.1 2014/11/23 20:41:33 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
GNOME_TARBALL_SUFFIX="bz2"

inherit eutils gnome2 virtualx

DESCRIPTION="User Interface part of libbonobo"
HOMEPAGE="http://library.gnome.org/devel/libbonoboui/"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="examples test"

# GTK+ dep due to bug #126565
RDEPEND="
	>=gnome-base/libgnomecanvas-1.116
	>=gnome-base/libbonobo-2.22
	>=gnome-base/libgnome-2.13.7
	>=dev-libs/libxml2-2.4.20:2
	>=gnome-base/gconf-2:2
	>=x11-libs/gtk+-2.8.12:2
	>=dev-libs/glib-2.6.0:2
	>=gnome-base/libglade-1.99.11:2.0
	>=dev-libs/popt-1.5
"
DEPEND="${RDEPEND}
	dev-util/gtk-doc-am
	x11-apps/xrdb
	sys-devel/gettext
	virtual/pkgconfig
	>=dev-util/intltool-0.40
"

src_prepare() {
	if ! use test; then
		# don't waste time building tests
		sed 's/tests//' -i Makefile.am Makefile.in || die "sed 1 failed"
	fi

	if ! use examples; then
		sed 's/samples//' -i Makefile.am Makefile.in || die "sed 2 failed"
	fi

	gnome2_src_prepare
}

src_configure() {
	addpredict "/root/.gnome2_private"
	gnome2_src_configure --disable-static
}

src_test() {
	addpredict "/root/.gnome2_private"
	Xemake check
}





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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: libbonoboui-2.24.5-r1.ebuild ChangeLog
@ 2014-12-18 15:02 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-18 15:02 UTC (permalink / raw
  To: gentoo-commits

pacho       14/12/18 15:02:39

  Modified:             libbonoboui-2.24.5-r1.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.2                  gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?r1=1.1&r2=1.2

Index: libbonoboui-2.24.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libbonoboui-2.24.5-r1.ebuild	23 Nov 2014 20:41:33 -0000	1.1
+++ libbonoboui-2.24.5-r1.ebuild	18 Dec 2014 15:02:39 -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/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.1 2014/11/23 20:41:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.2 2014/12/18 15:02:39 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="examples test"
 
 # GTK+ dep due to bug #126565



1.221                gnome-base/libbonoboui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.221&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.221&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.220&r2=1.221

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog	23 Nov 2014 20:41:33 -0000	1.220
+++ ChangeLog	18 Dec 2014 15:02:39 -0000	1.221
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libbonoboui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.220 2014/11/23 20:41:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.221 2014/12/18 15:02:39 pacho Exp $
+
+  18 Dec 2014; Pacho Ramos <pacho@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
+  x86 stable, bug 529964
 
 *libbonoboui-2.24.5-r1 (23 Nov 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: libbonoboui-2.24.5-r1.ebuild ChangeLog
@ 2014-12-19 13:44 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-19 13:44 UTC (permalink / raw
  To: gentoo-commits

pacho       14/12/19 13:44:24

  Modified:             libbonoboui-2.24.5-r1.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.3                  gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?r1=1.2&r2=1.3

Index: libbonoboui-2.24.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libbonoboui-2.24.5-r1.ebuild	18 Dec 2014 15:02:39 -0000	1.2
+++ libbonoboui-2.24.5-r1.ebuild	19 Dec 2014 13:44:24 -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/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.2 2014/12/18 15:02:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.3 2014/12/19 13:44:24 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="examples test"
 
 # GTK+ dep due to bug #126565



1.222                gnome-base/libbonoboui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.222&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.222&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.221&r2=1.222

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog	18 Dec 2014 15:02:39 -0000	1.221
+++ ChangeLog	19 Dec 2014 13:44:24 -0000	1.222
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libbonoboui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.221 2014/12/18 15:02:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.222 2014/12/19 13:44:24 pacho Exp $
+
+  19 Dec 2014; Pacho Ramos <pacho@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
+  amd64 stable, bug 529964
 
   18 Dec 2014; Pacho Ramos <pacho@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
   x86 stable, bug 529964





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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: libbonoboui-2.24.5-r1.ebuild ChangeLog
@ 2014-12-28 12:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-28 12:23 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/28 12:23:58

  Modified:             libbonoboui-2.24.5-r1.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.4                  gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?r1=1.3&r2=1.4

Index: libbonoboui-2.24.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libbonoboui-2.24.5-r1.ebuild	19 Dec 2014 13:44:24 -0000	1.3
+++ libbonoboui-2.24.5-r1.ebuild	28 Dec 2014 12:23:58 -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/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.3 2014/12/19 13:44:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.4 2014/12/28 12:23:58 ago Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="examples test"
 
 # GTK+ dep due to bug #126565



1.223                gnome-base/libbonoboui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.223&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.223&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.222&r2=1.223

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog	19 Dec 2014 13:44:24 -0000	1.222
+++ ChangeLog	28 Dec 2014 12:23:58 -0000	1.223
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libbonoboui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.222 2014/12/19 13:44:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.223 2014/12/28 12:23:58 ago Exp $
+
+  28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
+  Stable for ppc, wrt bug #529964
 
   19 Dec 2014; Pacho Ramos <pacho@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
   amd64 stable, bug 529964





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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: libbonoboui-2.24.5-r1.ebuild ChangeLog
@ 2014-12-30 10:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-30 10:10 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/30 10:10:32

  Modified:             libbonoboui-2.24.5-r1.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.5                  gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?r1=1.4&r2=1.5

Index: libbonoboui-2.24.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libbonoboui-2.24.5-r1.ebuild	28 Dec 2014 12:23:58 -0000	1.4
+++ libbonoboui-2.24.5-r1.ebuild	30 Dec 2014 10:10:32 -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/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.4 2014/12/28 12:23:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.5 2014/12/30 10:10:32 ago Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="examples test"
 
 # GTK+ dep due to bug #126565



1.224                gnome-base/libbonoboui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.224&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.224&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.223&r2=1.224

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog	28 Dec 2014 12:23:58 -0000	1.223
+++ ChangeLog	30 Dec 2014 10:10:32 -0000	1.224
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libbonoboui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.223 2014/12/28 12:23:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.224 2014/12/30 10:10:32 ago Exp $
+
+  30 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
+  Stable for ppc64, wrt bug #529964
 
   28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
   Stable for ppc, wrt bug #529964





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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: libbonoboui-2.24.5-r1.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:24

  Modified:             libbonoboui-2.24.5-r1.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.6                  gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?r1=1.5&r2=1.6

Index: libbonoboui-2.24.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libbonoboui-2.24.5-r1.ebuild	30 Dec 2014 10:10:32 -0000	1.5
+++ libbonoboui-2.24.5-r1.ebuild	31 Dec 2014 09:16:24 -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/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.5 2014/12/30 10:10:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.6 2014/12/31 09:16:24 ago Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="examples test"
 
 # GTK+ dep due to bug #126565



1.225                gnome-base/libbonoboui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.225&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.225&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.224&r2=1.225

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog	30 Dec 2014 10:10:32 -0000	1.224
+++ ChangeLog	31 Dec 2014 09:16:24 -0000	1.225
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libbonoboui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.224 2014/12/30 10:10:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.225 2014/12/31 09:16:24 ago Exp $
+
+  31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
+  Stable for ia64, wrt bug #529964
 
   30 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
   Stable for ppc64, wrt bug #529964





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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: libbonoboui-2.24.5-r1.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:05

  Modified:             libbonoboui-2.24.5-r1.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.7                  gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?r1=1.6&r2=1.7

Index: libbonoboui-2.24.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libbonoboui-2.24.5-r1.ebuild	31 Dec 2014 09:16:24 -0000	1.6
+++ libbonoboui-2.24.5-r1.ebuild	1 Jan 2015 08:41:05 -0000	1.7
@@ -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/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.6 2014/12/31 09:16:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.7 2015/01/01 08:41:05 ago Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="examples test"
 
 # GTK+ dep due to bug #126565



1.226                gnome-base/libbonoboui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.226&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.226&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.225&r2=1.226

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- ChangeLog	31 Dec 2014 09:16:24 -0000	1.225
+++ ChangeLog	1 Jan 2015 08:41:05 -0000	1.226
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libbonoboui
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.225 2014/12/31 09:16:24 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.226 2015/01/01 08:41:05 ago Exp $
+
+  01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
+  Stable for sparc, wrt bug #529964
 
   31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
   Stable for ia64, wrt bug #529964





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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: libbonoboui-2.24.5-r1.ebuild ChangeLog
@ 2015-01-01 21:17 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2015-01-01 21:17 UTC (permalink / raw
  To: gentoo-commits

maekke      15/01/01 21:17:16

  Modified:             libbonoboui-2.24.5-r1.ebuild ChangeLog
  Log:
  arm stable, bug #529964
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.8                  gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?r1=1.7&r2=1.8

Index: libbonoboui-2.24.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libbonoboui-2.24.5-r1.ebuild	1 Jan 2015 08:41:05 -0000	1.7
+++ libbonoboui-2.24.5-r1.ebuild	1 Jan 2015 21:17:16 -0000	1.8
@@ -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/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.7 2015/01/01 08:41:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.8 2015/01/01 21:17:16 maekke Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="examples test"
 
 # GTK+ dep due to bug #126565



1.227                gnome-base/libbonoboui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.227&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.227&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.226&r2=1.227

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog	1 Jan 2015 08:41:05 -0000	1.226
+++ ChangeLog	1 Jan 2015 21:17:16 -0000	1.227
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libbonoboui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.226 2015/01/01 08:41:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.227 2015/01/01 21:17:16 maekke Exp $
+
+  01 Jan 2015; Markus Meier <maekke@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
+  arm stable, bug #529964
 
   01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
   Stable for sparc, wrt bug #529964





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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: libbonoboui-2.24.5-r1.ebuild ChangeLog
@ 2015-01-02 12:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-02 12:09 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/02 12:09:46

  Modified:             libbonoboui-2.24.5-r1.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                  gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild?r1=1.8&r2=1.9

Index: libbonoboui-2.24.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libbonoboui-2.24.5-r1.ebuild	1 Jan 2015 21:17:16 -0000	1.8
+++ libbonoboui-2.24.5-r1.ebuild	2 Jan 2015 12:09:45 -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/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.8 2015/01/01 21:17:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.24.5-r1.ebuild,v 1.9 2015/01/02 12:09:45 ago Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="examples test"
 
 # GTK+ dep due to bug #126565



1.228                gnome-base/libbonoboui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.228&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?rev=1.228&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libbonoboui/ChangeLog?r1=1.227&r2=1.228

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog	1 Jan 2015 21:17:16 -0000	1.227
+++ ChangeLog	2 Jan 2015 12:09:45 -0000	1.228
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libbonoboui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.227 2015/01/01 21:17:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.228 2015/01/02 12:09:45 ago Exp $
+
+  02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
+  Stable for alpha, wrt bug #529964
 
   01 Jan 2015; Markus Meier <maekke@gentoo.org> libbonoboui-2.24.5-r1.ebuild:
   arm stable, bug #529964





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

end of thread, other threads:[~2015-01-02 12:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-01 21:17 [gentoo-commits] gentoo-x86 commit in gnome-base/libbonoboui: libbonoboui-2.24.5-r1.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-02 12:09 Agostino Sarubbo (ago)
2015-01-01  8:41 Agostino Sarubbo (ago)
2014-12-31  9:16 Agostino Sarubbo (ago)
2014-12-30 10:10 Agostino Sarubbo (ago)
2014-12-28 12:23 Agostino Sarubbo (ago)
2014-12-19 13:44 Pacho Ramos (pacho)
2014-12-18 15:02 Pacho Ramos (pacho)
2014-11-23 20:41 Pacho Ramos (pacho)

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