* [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-2.2.0.ebuild
@ 2011-10-19 2:19 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-10-19 2:19 UTC (permalink / raw
To: gentoo-commits
tetromino 11/10/19 02:19:06
Modified: ChangeLog
Added: atk-2.2.0.ebuild
Log:
Add atk-2.2.0 from the gnome overlay. Static is now disabled by configure default.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Revision Changes Path
1.229 dev-libs/atk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.229&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.229&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.228&r2=1.229
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- ChangeLog 19 Aug 2011 14:02:27 -0000 1.228
+++ ChangeLog 19 Oct 2011 02:19:06 -0000 1.229
@@ -1,6 +1,15 @@
# 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.228 2011/08/19 14:02:27 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.229 2011/10/19 02:19:06 tetromino Exp $
+
+*atk-2.2.0 (19 Oct 2011)
+
+ 19 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> +atk-2.2.0.ebuild:
+ Add atk-2.2.0 from the gnome overlay. Static is now disabled by configure
+ default.
+
+ Notable changes: AtkWindow and lots of new ATK roles (see
+ http://git.gnome.org/browse/atk/commit/?id=4f88969d708b83293d656afb79375538bc95973f).
19 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> atk-2.0.1.ebuild:
Drop .la files, and explicitly disable static libs
1.1 dev-libs/atk/atk-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.1&content-type=text/plain
Index: atk-2.2.0.ebuild
===================================================================
# 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-2.2.0.ebuild,v 1.1 2011/10/19 02:19:06 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
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 ~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
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
dev-util/pkgconfig
doc? ( >=dev-util/gtk-doc-1.13 )
nls? ( sys-devel/gettext )"
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-2.2.0.ebuild
@ 2012-03-12 15:14 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-03-12 15:14 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/12 15:14:34
Modified: ChangeLog atk-2.2.0.ebuild
Log:
Marking atk-2.2.0 ppc64 for bug 407643
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.231 dev-libs/atk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.231&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.231&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.230&r2=1.231
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog 23 Oct 2011 17:09:03 -0000 1.230
+++ ChangeLog 12 Mar 2012 15:14:34 -0000 1.231
@@ -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.230 2011/10/23 17:09:03 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.231 2012/03/12 15:14:34 ranger Exp $
+
+ 12 Mar 2012; Brent Baude <ranger@gentoo.org> atk-2.2.0.ebuild:
+ Marking atk-2.2.0 ppc64 stable for bug 407643
23 Oct 2011; Raúl Porcel <armin76@gentoo.org> atk-1.32.0-r1.ebuild:
s390 stable
1.2 dev-libs/atk/atk-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?r1=1.1&r2=1.2
Index: atk-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- atk-2.2.0.ebuild 19 Oct 2011 02:19:06 -0000 1.1
+++ atk-2.2.0.ebuild 12 Mar 2012 15:14:34 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.1 2011/10/19 02:19:06 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.2 2012/03/12 15:14:34 ranger Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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-2.2.0.ebuild
@ 2012-03-13 13:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-03-13 13:08 UTC (permalink / raw
To: gentoo-commits
ago 12/03/13 13:08:59
Modified: ChangeLog atk-2.2.0.ebuild
Log:
Stable for amd64, wrt bug #407643
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.232 dev-libs/atk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.232&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.232&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.231&r2=1.232
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog 12 Mar 2012 15:14:34 -0000 1.231
+++ ChangeLog 13 Mar 2012 13:08:59 -0000 1.232
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/atk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.231 2012/03/12 15:14:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.232 2012/03/13 13:08:59 ago Exp $
+
+ 13 Mar 2012; Agostino Sarubbo <ago@gentoo.org> atk-2.2.0.ebuild:
+ Stable for amd64, wrt bug #407643
12 Mar 2012; Brent Baude <ranger@gentoo.org> atk-2.2.0.ebuild:
Marking atk-2.2.0 ppc64 stable for bug 407643
1.3 dev-libs/atk/atk-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?r1=1.2&r2=1.3
Index: atk-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- atk-2.2.0.ebuild 12 Mar 2012 15:14:34 -0000 1.2
+++ atk-2.2.0.ebuild 13 Mar 2012 13:08:59 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.2 2012/03/12 15:14:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.3 2012/03/13 13:08:59 ago Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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-2.2.0.ebuild
@ 2012-03-16 6:47 Jeff Horelick (jdhore)
0 siblings, 0 replies; 9+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-03-16 6:47 UTC (permalink / raw
To: gentoo-commits
jdhore 12/03/16 06:47:42
Modified: ChangeLog atk-2.2.0.ebuild
Log:
marked x86 per bug 407643
(Portage version: 2.2.0_alpha90/cvs/Linux i686)
Revision Changes Path
1.233 dev-libs/atk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.233&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.233&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.232&r2=1.233
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog 13 Mar 2012 13:08:59 -0000 1.232
+++ ChangeLog 16 Mar 2012 06:47:42 -0000 1.233
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/atk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.232 2012/03/13 13:08:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.233 2012/03/16 06:47:42 jdhore Exp $
+
+ 16 Mar 2012; Jeff Horelick <jdhore@gentoo.org> atk-2.2.0.ebuild:
+ marked x86 per bug 407643
13 Mar 2012; Agostino Sarubbo <ago@gentoo.org> atk-2.2.0.ebuild:
Stable for amd64, wrt bug #407643
1.4 dev-libs/atk/atk-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?r1=1.3&r2=1.4
Index: atk-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- atk-2.2.0.ebuild 13 Mar 2012 13:08:59 -0000 1.3
+++ atk-2.2.0.ebuild 16 Mar 2012 06:47:42 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.3 2012/03/13 13:08:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.4 2012/03/16 06:47:42 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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-2.2.0.ebuild
@ 2012-03-23 16:26 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-03-23 16:26 UTC (permalink / raw
To: gentoo-commits
jer 12/03/23 16:26:20
Modified: ChangeLog atk-2.2.0.ebuild
Log:
Stable for HPPA (bug #407643).
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Revision Changes Path
1.234 dev-libs/atk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.234&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.234&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.233&r2=1.234
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog 16 Mar 2012 06:47:42 -0000 1.233
+++ ChangeLog 23 Mar 2012 16:26:20 -0000 1.234
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/atk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.233 2012/03/16 06:47:42 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.234 2012/03/23 16:26:20 jer Exp $
+
+ 23 Mar 2012; Jeroen Roovers <jer@gentoo.org> atk-2.2.0.ebuild:
+ Stable for HPPA (bug #407643).
16 Mar 2012; Jeff Horelick <jdhore@gentoo.org> atk-2.2.0.ebuild:
marked x86 per bug 407643
1.5 dev-libs/atk/atk-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?r1=1.4&r2=1.5
Index: atk-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- atk-2.2.0.ebuild 16 Mar 2012 06:47:42 -0000 1.4
+++ atk-2.2.0.ebuild 23 Mar 2012 16:26:20 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.4 2012/03/16 06:47:42 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.5 2012/03/23 16:26:20 jer Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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-2.2.0.ebuild
@ 2012-03-25 15:46 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2012-03-25 15:46 UTC (permalink / raw
To: gentoo-commits
maekke 12/03/25 15:46:05
Modified: ChangeLog atk-2.2.0.ebuild
Log:
arm stable, bug #407643
(Portage version: 2.1.10.51/cvs/Linux i686)
Revision Changes Path
1.235 dev-libs/atk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.235&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.235&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.234&r2=1.235
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog 23 Mar 2012 16:26:20 -0000 1.234
+++ ChangeLog 25 Mar 2012 15:46:04 -0000 1.235
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/atk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.234 2012/03/23 16:26:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.235 2012/03/25 15:46:04 maekke Exp $
+
+ 25 Mar 2012; Markus Meier <maekke@gentoo.org> atk-2.2.0.ebuild:
+ arm stable, bug #407643
23 Mar 2012; Jeroen Roovers <jer@gentoo.org> atk-2.2.0.ebuild:
Stable for HPPA (bug #407643).
1.6 dev-libs/atk/atk-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?r1=1.5&r2=1.6
Index: atk-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- atk-2.2.0.ebuild 23 Mar 2012 16:26:20 -0000 1.5
+++ atk-2.2.0.ebuild 25 Mar 2012 15:46:04 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.5 2012/03/23 16:26:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.6 2012/03/25 15:46:04 maekke Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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-2.2.0.ebuild
@ 2012-04-01 17:17 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-04-01 17:17 UTC (permalink / raw
To: gentoo-commits
armin76 12/04/01 17:17:11
Modified: ChangeLog atk-2.2.0.ebuild
Log:
alpha/ia64/sh/sparc stable wrt #407643
(Portage version: 2.1.10.53/cvs/Linux ia64)
Revision Changes Path
1.237 dev-libs/atk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.237&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.237&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.236&r2=1.237
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog 28 Mar 2012 00:54:42 -0000 1.236
+++ ChangeLog 1 Apr 2012 17:17:11 -0000 1.237
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/atk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.236 2012/03/28 00:54:42 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.237 2012/04/01 17:17:11 armin76 Exp $
+
+ 01 Apr 2012; Raúl Porcel <armin76@gentoo.org> atk-2.2.0.ebuild:
+ alpha/ia64/sh/sparc stable wrt #407643
*atk-2.4.0 (28 Mar 2012)
1.7 dev-libs/atk/atk-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?r1=1.6&r2=1.7
Index: atk-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- atk-2.2.0.ebuild 25 Mar 2012 15:46:04 -0000 1.6
+++ atk-2.2.0.ebuild 1 Apr 2012 17:17:11 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.6 2012/03/25 15:46:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.7 2012/04/01 17:17:11 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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-2.2.0.ebuild
@ 2012-04-01 18:12 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-04-01 18:12 UTC (permalink / raw
To: gentoo-commits
armin76 12/04/01 18:12:34
Modified: ChangeLog atk-2.2.0.ebuild
Log:
s390 stable
(Portage version: 2.1.10.53/cvs/Linux ia64)
Revision Changes Path
1.238 dev-libs/atk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.238&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.238&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.237&r2=1.238
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog 1 Apr 2012 17:17:11 -0000 1.237
+++ ChangeLog 1 Apr 2012 18:12:34 -0000 1.238
@@ -1,9 +1,9 @@
# ChangeLog for dev-libs/atk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.237 2012/04/01 17:17:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.238 2012/04/01 18:12:34 armin76 Exp $
01 Apr 2012; Raúl Porcel <armin76@gentoo.org> atk-2.2.0.ebuild:
- alpha/ia64/sh/sparc stable wrt #407643
+ alpha/ia64/s390/sh/sparc stable wrt #407643
*atk-2.4.0 (28 Mar 2012)
1.8 dev-libs/atk/atk-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?r1=1.7&r2=1.8
Index: atk-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- atk-2.2.0.ebuild 1 Apr 2012 17:17:11 -0000 1.7
+++ atk-2.2.0.ebuild 1 Apr 2012 18:12:34 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.7 2012/04/01 17:17:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.8 2012/04/01 18:12:34 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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-2.2.0.ebuild
@ 2012-05-20 19:30 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-20 19:30 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/05/20 19:30:25
Modified: ChangeLog atk-2.2.0.ebuild
Log:
ppc stable wrt #407643
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.242 dev-libs/atk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.242&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?rev=1.242&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/ChangeLog?r1=1.241&r2=1.242
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog 4 May 2012 18:35:50 -0000 1.241
+++ ChangeLog 20 May 2012 19:30:25 -0000 1.242
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/atk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.241 2012/05/04 18:35:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.242 2012/05/20 19:30:25 ssuominen Exp $
+
+ 20 May 2012; Samuli Suominen <ssuominen@gentoo.org> atk-2.2.0.ebuild:
+ ppc stable wrt #407643
04 May 2012; Jeff Horelick <jdhore@gentoo.org> atk-1.32.0-r1.ebuild,
atk-2.2.0.ebuild, atk-2.4.0.ebuild:
1.10 dev-libs/atk/atk-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild?r1=1.9&r2=1.10
Index: atk-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- atk-2.2.0.ebuild 4 May 2012 18:35:50 -0000 1.9
+++ atk-2.2.0.ebuild 20 May 2012 19:30:25 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.9 2012/05/04 18:35:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.2.0.ebuild,v 1.10 2012/05/20 19:30:25 ssuominen Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -13,7 +13,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:[~2012-05-20 19:30 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13 13:08 [gentoo-commits] gentoo-x86 commit in dev-libs/atk: ChangeLog atk-2.2.0.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-05-20 19:30 Samuli Suominen (ssuominen)
2012-04-01 18:12 Raul Porcel (armin76)
2012-04-01 17:17 Raul Porcel (armin76)
2012-03-25 15:46 Markus Meier (maekke)
2012-03-23 16:26 Jeroen Roovers (jer)
2012-03-16 6:47 Jeff Horelick (jdhore)
2012-03-12 15:14 Brent Baude (ranger)
2011-10-19 2:19 Alexandre Rostovtsev (tetromino)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox