public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild
@ 2010-10-09 20:37 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-10-09 20:37 UTC (permalink / raw
  To: gentoo-commits

pacho       10/10/09 20:37:55

  Modified:             ChangeLog
  Added:                atk-1.32.0.ebuild
  Log:
  Version bump for Gnome 2.32
  
  (Portage version: 2.1.9.14/cvs/Linux x86_64)

Revision  Changes    Path
1.206                dev-libs/atk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.206&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.206&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.205&r2=1.206

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog	7 Oct 2010 20:01:31 -0000	1.205
+++ ChangeLog	9 Oct 2010 20:37:55 -0000	1.206
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.205 2010/10/07 20:01:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.206 2010/10/09 20:37:55 pacho Exp $
+
+*atk-1.32.0 (09 Oct 2010)
+
+  09 Oct 2010; Pacho Ramos <pacho@gentoo.org> +atk-1.32.0.ebuild:
+  Version bump for Gnome 2.32: upstream bugfixes and translation updates.
+  Update HOMEPAGE, don't waste time building tests (bug #226353) and remove
+  DISABLE_DEPRECATED flags.
 
   07 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> atk-1.30.0.ebuild:
   ppc64 stable wrt #324077



1.1                  dev-libs/atk/atk-1.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.1&content-type=text/plain

Index: atk-1.32.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.1 2010/10/09 20:37:55 pacho Exp $

EAPI="3"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
HOMEPAGE="http://projects.gnome.org/accessibility/"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc +introspection"

RDEPEND="dev-libs/glib:2
	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
	>=dev-lang/perl-5
	sys-devel/gettext
	dev-util/pkgconfig
	doc? ( >=dev-util/gtk-doc-1 )"

pkg_setup() {
	G2CONF="${G2CONF} $(use_enable introspection)"
	DOCS="AUTHORS ChangeLog NEWS README"
}

src_prepare() {
	gnome2_src_prepare

	if ! use test; then
		# don't waste time building tests (bug #226353)
		sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
			|| die "sed failed"
	fi

	# Remove DEPRECATED flags
	sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i atk/Makefile.am atk/Makefile.in \
		tests/Makefile.am tests/Makefile.in || die "sed 2 failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild
@ 2011-01-27 11:00 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2011-01-27 11:00 UTC (permalink / raw
  To: gentoo-commits

pacho       11/01/27 11:00:56

  Modified:             ChangeLog atk-1.32.0.ebuild
  Log:
  Put sys-devel/gettext dependency behind 'nls' USE flag as it's only needed for translations as confirmed by me. Thanks a lot to Leio for noticing in bug #222083.
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.209                dev-libs/atk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.209&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.209&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.208&r2=1.209

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog	17 Oct 2010 14:51:43 -0000	1.208
+++ ChangeLog	27 Jan 2011 11:00:56 -0000	1.209
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/atk
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.208 2010/10/17 14:51:43 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.209 2011/01/27 11:00:56 pacho Exp $
+
+  27 Jan 2011; Pacho Ramos <pacho@gentoo.org> atk-1.32.0.ebuild:
+  Put sys-devel/gettext dependency behind 'nls' USE flag as it's only needed
+  for translations as confirmed by me. Thanks a lot to Leio for noticing in bug
+  #222083.
 
   17 Oct 2010; Raúl Porcel <armin76@gentoo.org> atk-1.30.0.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #324077



1.2                  dev-libs/atk/atk-1.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?r1=1.1&r2=1.2

Index: atk-1.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- atk-1.32.0.ebuild	9 Oct 2010 20:37:55 -0000	1.1
+++ atk-1.32.0.ebuild	27 Jan 2011 11:00:56 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.1 2010/10/09 20:37:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.2 2011/01/27 11:00:56 pacho Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,15 +13,15 @@
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc +introspection"
+IUSE="doc +introspection nls"
 
 RDEPEND="dev-libs/glib:2
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
-	sys-devel/gettext
 	dev-util/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1 )"
+	doc? ( >=dev-util/gtk-doc-1 )
+	nls? ( sys-devel/gettext )"
 
 pkg_setup() {
 	G2CONF="${G2CONF} $(use_enable introspection)"






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild
@ 2011-01-29 16:32 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2011-01-29 16:32 UTC (permalink / raw
  To: gentoo-commits

grobian     11/01/29 16:32:15

  Modified:             ChangeLog atk-1.32.0.ebuild
  Log:
  Transfer Prefix keywords
  
  (Portage version: 2.2.01.17680-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.210                dev-libs/atk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.210&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.210&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.209&r2=1.210

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog	27 Jan 2011 11:00:56 -0000	1.209
+++ ChangeLog	29 Jan 2011 16:32:15 -0000	1.210
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.209 2011/01/27 11:00:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.210 2011/01/29 16:32:15 grobian Exp $
+
+  29 Jan 2011; Fabian Groffen <grobian@gentoo.org> atk-1.32.0.ebuild:
+  Transfer Prefix keywords
 
   27 Jan 2011; Pacho Ramos <pacho@gentoo.org> atk-1.32.0.ebuild:
   Put sys-devel/gettext dependency behind 'nls' USE flag as it's only needed



1.3                  dev-libs/atk/atk-1.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?r1=1.2&r2=1.3

Index: atk-1.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- atk-1.32.0.ebuild	27 Jan 2011 11:00:56 -0000	1.2
+++ atk-1.32.0.ebuild	29 Jan 2011 16:32:15 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.2 2011/01/27 11:00:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.3 2011/01/29 16:32:15 grobian Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc +introspection nls"
 
 RDEPEND="dev-libs/glib:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild
@ 2011-02-23 23:19 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-23 23:19 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/23 23:19:08

  Modified:             ChangeLog atk-1.32.0.ebuild
  Log:
  Stable on amd64 wrt bug #353436
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.211                dev-libs/atk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.211&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.211&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.210&r2=1.211

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog	29 Jan 2011 16:32:15 -0000	1.210
+++ ChangeLog	23 Feb 2011 23:19:08 -0000	1.211
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.210 2011/01/29 16:32:15 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.211 2011/02/23 23:19:08 hwoarang Exp $
+
+  23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> atk-1.32.0.ebuild:
+  Stable on amd64 wrt bug #353436
 
   29 Jan 2011; Fabian Groffen <grobian@gentoo.org> atk-1.32.0.ebuild:
   Transfer Prefix keywords



1.4                  dev-libs/atk/atk-1.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?r1=1.3&r2=1.4

Index: atk-1.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- atk-1.32.0.ebuild	29 Jan 2011 16:32:15 -0000	1.3
+++ atk-1.32.0.ebuild	23 Feb 2011 23:19:08 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.3 2011/01/29 16:32:15 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.4 2011/02/23 23:19:08 hwoarang Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc +introspection nls"
 
 RDEPEND="dev-libs/glib:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild
@ 2011-02-24 20:54 Thomas Kahle (tomka)
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-24 20:54 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/24 20:54:21

  Modified:             ChangeLog atk-1.32.0.ebuild
  Log:
  x86 stable per bug 353436
  
  (Portage version: 2.1.9.40/cvs/Linux i686)

Revision  Changes    Path
1.212                dev-libs/atk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.212&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.212&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.211&r2=1.212

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog	23 Feb 2011 23:19:08 -0000	1.211
+++ ChangeLog	24 Feb 2011 20:54:21 -0000	1.212
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.211 2011/02/23 23:19:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.212 2011/02/24 20:54:21 tomka Exp $
+
+  24 Feb 2011; Thomas Kahle <tomka@gentoo.org> atk-1.32.0.ebuild:
+  x86 stable per bug 353436
 
   23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> atk-1.32.0.ebuild:
   Stable on amd64 wrt bug #353436



1.5                  dev-libs/atk/atk-1.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?r1=1.4&r2=1.5

Index: atk-1.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- atk-1.32.0.ebuild	23 Feb 2011 23:19:08 -0000	1.4
+++ atk-1.32.0.ebuild	24 Feb 2011 20:54:21 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.4 2011/02/23 23:19:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.5 2011/02/24 20:54:21 tomka Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc +introspection nls"
 
 RDEPEND="dev-libs/glib:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild
@ 2011-03-07 20:19 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-07 20:19 UTC (permalink / raw
  To: gentoo-commits

jer         11/03/07 20:19:34

  Modified:             ChangeLog atk-1.32.0.ebuild
  Log:
  Stable for HPPA (bug #353436).
  
  (Portage version: 2.2.0_alpha26/cvs/Linux i686)

Revision  Changes    Path
1.213                dev-libs/atk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.213&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.213&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.212&r2=1.213

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog	24 Feb 2011 20:54:21 -0000	1.212
+++ ChangeLog	7 Mar 2011 20:19:34 -0000	1.213
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.212 2011/02/24 20:54:21 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.213 2011/03/07 20:19:34 jer Exp $
+
+  07 Mar 2011; Jeroen Roovers <jer@gentoo.org> atk-1.32.0.ebuild:
+  Stable for HPPA (bug #353436).
 
   24 Feb 2011; Thomas Kahle <tomka@gentoo.org> atk-1.32.0.ebuild:
   x86 stable per bug 353436



1.6                  dev-libs/atk/atk-1.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?r1=1.5&r2=1.6

Index: atk-1.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- atk-1.32.0.ebuild	24 Feb 2011 20:54:21 -0000	1.5
+++ atk-1.32.0.ebuild	7 Mar 2011 20:19:34 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.5 2011/02/24 20:54:21 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.6 2011/03/07 20:19:34 jer Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc +introspection nls"
 
 RDEPEND="dev-libs/glib:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild
@ 2011-03-12 19:53 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-12 19:53 UTC (permalink / raw
  To: gentoo-commits

armin76     11/03/12 19:53:00

  Modified:             ChangeLog atk-1.32.0.ebuild
  Log:
  alpha/arm/ia64/s390/sh/sparc stable wrt #353436
  
  (Portage version: 2.1.9.41/cvs/Linux ia64)

Revision  Changes    Path
1.214                dev-libs/atk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.213&r2=1.214

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog	7 Mar 2011 20:19:34 -0000	1.213
+++ ChangeLog	12 Mar 2011 19:53:00 -0000	1.214
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.213 2011/03/07 20:19:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.214 2011/03/12 19:53:00 armin76 Exp $
+
+  12 Mar 2011; Raúl Porcel <armin76@gentoo.org> atk-1.32.0.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable wrt #353436
 
   07 Mar 2011; Jeroen Roovers <jer@gentoo.org> atk-1.32.0.ebuild:
   Stable for HPPA (bug #353436).



1.7                  dev-libs/atk/atk-1.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?r1=1.6&r2=1.7

Index: atk-1.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- atk-1.32.0.ebuild	7 Mar 2011 20:19:34 -0000	1.6
+++ atk-1.32.0.ebuild	12 Mar 2011 19:53:00 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.6 2011/03/07 20:19:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.7 2011/03/12 19:53:00 armin76 Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc +introspection nls"
 
 RDEPEND="dev-libs/glib:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild
@ 2011-03-21 20:02 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 9+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-21 20:02 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/21 20:02:25

  Modified:             ChangeLog atk-1.32.0.ebuild
  Log:
  ppc64 stable wrt #353436
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.215                dev-libs/atk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.215&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.215&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.214&r2=1.215

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog	12 Mar 2011 19:53:00 -0000	1.214
+++ ChangeLog	21 Mar 2011 20:02:25 -0000	1.215
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.214 2011/03/12 19:53:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.215 2011/03/21 20:02:25 xarthisius Exp $
+
+  21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> atk-1.32.0.ebuild:
+  ppc64 stable wrt #353436
 
   12 Mar 2011; Raúl Porcel <armin76@gentoo.org> atk-1.32.0.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable wrt #353436



1.8                  dev-libs/atk/atk-1.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?r1=1.7&r2=1.8

Index: atk-1.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- atk-1.32.0.ebuild	12 Mar 2011 19:53:00 -0000	1.7
+++ atk-1.32.0.ebuild	21 Mar 2011 20:02:25 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.7 2011/03/12 19:53:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.8 2011/03/21 20:02:25 xarthisius Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc +introspection nls"
 
 RDEPEND="dev-libs/glib:2






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild
@ 2011-03-22 20:04 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2011-03-22 20:04 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/22 20:04:25

  Modified:             ChangeLog atk-1.32.0.ebuild
  Log:
  Marking atk-1.32.0 ~ppc for bug 353436
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.216                dev-libs/atk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.216&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.216&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.215&r2=1.216

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog	21 Mar 2011 20:02:25 -0000	1.215
+++ ChangeLog	22 Mar 2011 20:04:25 -0000	1.216
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.215 2011/03/21 20:02:25 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.216 2011/03/22 20:04:25 ranger Exp $
+
+  22 Mar 2011; Brent Baude <ranger@gentoo.org> atk-1.32.0.ebuild:
+  Marking atk-1.32.0 ppc stable for bug 353436
 
   21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> atk-1.32.0.ebuild:
   ppc64 stable wrt #353436



1.9                  dev-libs/atk/atk-1.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild?r1=1.8&r2=1.9

Index: atk-1.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- atk-1.32.0.ebuild	21 Mar 2011 20:02:25 -0000	1.8
+++ atk-1.32.0.ebuild	22 Mar 2011 20:04:25 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.8 2011/03/21 20:02:25 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.32.0.ebuild,v 1.9 2011/03/22 20:04:25 ranger Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc +introspection nls"
 
 RDEPEND="dev-libs/glib:2






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

end of thread, other threads:[~2011-03-22 20:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 20:02 [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-1.32.0.ebuild Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22 20:04 Brent Baude (ranger)
2011-03-12 19:53 Raul Porcel (armin76)
2011-03-07 20:19 Jeroen Roovers (jer)
2011-02-24 20:54 Thomas Kahle (tomka)
2011-02-23 23:19 Markos Chandras (hwoarang)
2011-01-29 16:32 Fabian Groffen (grobian)
2011-01-27 11:00 Pacho Ramos (pacho)
2010-10-09 20:37 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