* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.7.1.ebuild ChangeLog
@ 2012-03-23 17:28 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 6+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-03-23 17:28 UTC (permalink / raw
To: gentoo-commits
chithanh 12/03/23 17:28:05
Modified: ChangeLog
Added: xcb-proto-1.7.1.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Revision Changes Path
1.74 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 10 Mar 2012 00:58:56 -0000 1.73
+++ ChangeLog 23 Mar 2012 17:28:05 -0000 1.74
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.73 2012/03/10 00:58:56 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.74 2012/03/23 17:28:05 chithanh Exp $
+
+*xcb-proto-1.7.1 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xcb-proto-1.7.1.ebuild:
+ Version bump.
10 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
xcb-proto-1.7-r1.ebuild:
1.1 x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.1&content-type=text/plain
Index: xcb-proto-1.7.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.1 2012/03/23 17:28:05 chithanh Exp $
EAPI=4
PYTHON_DEPEND="*"
inherit python xorg-2
DESCRIPTION="X C-language Bindings protocol headers"
HOMEPAGE="http://xcb.freedesktop.org/"
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
[[ ${PV} != 9999* ]] && \
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
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"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-libs/libxml2"
src_prepare() {
python_clean_py-compile_files
xorg-2_src_prepare
}
pkg_postinst() {
python_mod_optimize xcbgen
ewarn "Please rebuild both libxcb and xcb-util if you are upgrading from version 1.6"
}
pkg_postrm() {
python_mod_cleanup xcbgen
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.7.1.ebuild ChangeLog
@ 2012-04-26 18:39 Alexis Ballier (aballier)
0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-26 18:39 UTC (permalink / raw
To: gentoo-commits
aballier 12/04/26 18:39:16
Modified: xcb-proto-1.7.1.ebuild ChangeLog
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?r1=1.1&r2=1.2
Index: xcb-proto-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xcb-proto-1.7.1.ebuild 23 Mar 2012 17:28:05 -0000 1.1
+++ xcb-proto-1.7.1.ebuild 26 Apr 2012 18:39:15 -0000 1.2
@@ -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/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.1 2012/03/23 17:28:05 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.2 2012/04/26 18:39:15 aballier Exp $
EAPI=4
PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
[[ ${PV} != 9999* ]] && \
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-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"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
1.75 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 23 Mar 2012 17:28:05 -0000 1.74
+++ ChangeLog 26 Apr 2012 18:39:15 -0000 1.75
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.74 2012/03/23 17:28:05 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.75 2012/04/26 18:39:15 aballier Exp $
+
+ 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> xcb-proto-1.7.1.ebuild:
+ keyword ~amd64-fbsd
*xcb-proto-1.7.1 (23 Mar 2012)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.7.1.ebuild ChangeLog
@ 2012-06-28 5:18 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-06-28 5:18 UTC (permalink / raw
To: gentoo-commits
maekke 12/06/28 05:18:30
Modified: xcb-proto-1.7.1.ebuild ChangeLog
Log:
arm stable, bug #419473
(Portage version: 2.1.10.65/cvs/Linux i686)
Revision Changes Path
1.5 x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?r1=1.4&r2=1.5
Index: xcb-proto-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xcb-proto-1.7.1.ebuild 24 Jun 2012 19:44:29 -0000 1.4
+++ xcb-proto-1.7.1.ebuild 28 Jun 2012 05:18:30 -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/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.4 2012/06/24 19:44:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.5 2012/06/28 05:18:30 maekke Exp $
EAPI=4
PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
[[ ${PV} != 9999* ]] && \
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
1.78 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 24 Jun 2012 19:44:29 -0000 1.77
+++ ChangeLog 28 Jun 2012 05:18:30 -0000 1.78
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.77 2012/06/24 19:44:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.78 2012/06/28 05:18:30 maekke Exp $
+
+ 28 Jun 2012; Markus Meier <maekke@gentoo.org> xcb-proto-1.7.1.ebuild:
+ arm stable, bug #419473
24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.7.1.ebuild:
Stable for x86, wrt bug #419473
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.7.1.ebuild ChangeLog
@ 2012-06-28 14:15 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-06-28 14:15 UTC (permalink / raw
To: gentoo-commits
jer 12/06/28 14:15:13
Modified: xcb-proto-1.7.1.ebuild ChangeLog
Log:
Stable for HPPA (bug #419473).
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Revision Changes Path
1.6 x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?r1=1.5&r2=1.6
Index: xcb-proto-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xcb-proto-1.7.1.ebuild 28 Jun 2012 05:18:30 -0000 1.5
+++ xcb-proto-1.7.1.ebuild 28 Jun 2012 14:15:12 -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/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.5 2012/06/28 05:18:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.6 2012/06/28 14:15:12 jer Exp $
EAPI=4
PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
[[ ${PV} != 9999* ]] && \
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
1.79 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 28 Jun 2012 05:18:30 -0000 1.78
+++ ChangeLog 28 Jun 2012 14:15:12 -0000 1.79
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.78 2012/06/28 05:18:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.79 2012/06/28 14:15:12 jer Exp $
+
+ 28 Jun 2012; Jeroen Roovers <jer@gentoo.org> xcb-proto-1.7.1.ebuild:
+ Stable for HPPA (bug #419473).
28 Jun 2012; Markus Meier <maekke@gentoo.org> xcb-proto-1.7.1.ebuild:
arm stable, bug #419473
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.7.1.ebuild ChangeLog
@ 2012-07-12 18:11 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-07-12 18:11 UTC (permalink / raw
To: gentoo-commits
ranger 12/07/12 18:11:24
Modified: xcb-proto-1.7.1.ebuild ChangeLog
Log:
Marking xcb-proto-1.7.1 ppc for bug 419473
(Portage version: 2.1.10.65/cvs/Linux ppc64)
Revision Changes Path
1.8 x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?r1=1.7&r2=1.8
Index: xcb-proto-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xcb-proto-1.7.1.ebuild 11 Jul 2012 20:14:23 -0000 1.7
+++ xcb-proto-1.7.1.ebuild 12 Jul 2012 18:11:23 -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/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.7 2012/07/11 20:14:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.8 2012/07/12 18:11:23 ranger Exp $
EAPI=4
PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
[[ ${PV} != 9999* ]] && \
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
1.81 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 11 Jul 2012 20:14:23 -0000 1.80
+++ ChangeLog 12 Jul 2012 18:11:23 -0000 1.81
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.80 2012/07/11 20:14:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.81 2012/07/12 18:11:23 ranger Exp $
+
+ 12 Jul 2012; Brent Baude <ranger@gentoo.org> xcb-proto-1.7.1.ebuild:
+ Marking xcb-proto-1.7.1 ppc stable for bug 419473
11 Jul 2012; Brent Baude <ranger@gentoo.org> xcb-proto-1.7.1.ebuild:
Marking xcb-proto-1.7.1 ppc64 stable for bug 419473
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.7.1.ebuild ChangeLog
@ 2012-08-26 18:21 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-08-26 18:21 UTC (permalink / raw
To: gentoo-commits
armin76 12/08/26 18:21:33
Modified: xcb-proto-1.7.1.ebuild ChangeLog
Log:
alpha/ia64/s390/sh/sparc stable wrt #419473
(Portage version: 2.1.11.5/cvs/Linux ia64)
Revision Changes Path
1.9 x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild?r1=1.8&r2=1.9
Index: xcb-proto-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xcb-proto-1.7.1.ebuild 12 Jul 2012 18:11:23 -0000 1.8
+++ xcb-proto-1.7.1.ebuild 26 Aug 2012 18:21:33 -0000 1.9
@@ -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/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.8 2012/07/12 18:11:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.7.1.ebuild,v 1.9 2012/08/26 18:21:33 armin76 Exp $
EAPI=4
PYTHON_DEPEND="*"
@@ -13,7 +13,7 @@
[[ ${PV} != 9999* ]] && \
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""
1.82 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 12 Jul 2012 18:11:23 -0000 1.81
+++ ChangeLog 26 Aug 2012 18:21:33 -0000 1.82
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.81 2012/07/12 18:11:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.82 2012/08/26 18:21:33 armin76 Exp $
+
+ 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xcb-proto-1.7.1.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #419473
12 Jul 2012; Brent Baude <ranger@gentoo.org> xcb-proto-1.7.1.ebuild:
Marking xcb-proto-1.7.1 ppc stable for bug 419473
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-08-26 18:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 14:15 [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.7.1.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2012-08-26 18:21 Raul Porcel (armin76)
2012-07-12 18:11 Brent Baude (ranger)
2012-06-28 5:18 Markus Meier (maekke)
2012-04-26 18:39 Alexis Ballier (aballier)
2012-03-23 17:28 Chi-Thanh Christopher Nguyen (chithanh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox