* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.6-r1.ebuild ChangeLog
@ 2010-12-04 12:48 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 8+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-12-04 12:48 UTC (permalink / raw
To: gentoo-commits
scarabeus 10/12/04 12:48:49
Modified: ChangeLog
Added: xcb-proto-1.6-r1.ebuild
Log:
Revision bump to fix bug #341999.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Revision Changes Path
1.54 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 6 Nov 2010 14:42:30 -0000 1.53
+++ ChangeLog 4 Dec 2010 12:48:49 -0000 1.54
@@ -1,6 +1,16 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.53 2010/11/06 14:42:30 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.54 2010/12/04 12:48:49 scarabeus Exp $
+
+ 04 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +files/1.6-fix_negative.patch, +xcb-proto-1.6-r1.ebuild:
+ Revision bump to fix bug #341999.
+
+*xcb-proto-1.6-r1 (04 Dec 2010)
+
+ 04 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +files/1.6-fix_negative.patch, +xcb-proto-1.6-r1.ebuild:
+ Revision bump to fix bug #341999.
06 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> xcb-proto-1.6.ebuild:
Make the python generating work again
1.1 x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.1&content-type=text/plain
Index: xcb-proto-1.6-r1.ebuild
===================================================================
# Copyright 1999-2010 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.6-r1.ebuild,v 1.1 2010/12/04 12:48:49 scarabeus Exp $
EAPI=3
PYTHON_DEPEND="2:2.5"
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=""
PATCHES=( "${FILESDIR}/1.6-fix_negative.patch" )
RDEPEND=""
DEPEND="${RDEPEND}
dev-libs/libxml2"
pkg_setup() {
python_set_active_version 2
}
src_install() {
xorg-2_src_install
python_clean_installation_image
}
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] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.6-r1.ebuild ChangeLog
@ 2010-12-19 12:40 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-19 12:40 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/12/19 12:40:43
Modified: xcb-proto-1.6-r1.ebuild ChangeLog
Log:
ppc64 stable wrt #344827
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?r1=1.1&r2=1.2
Index: xcb-proto-1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xcb-proto-1.6-r1.ebuild 4 Dec 2010 12:48:49 -0000 1.1
+++ xcb-proto-1.6-r1.ebuild 19 Dec 2010 12:40:43 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.6-r1.ebuild,v 1.1 2010/12/04 12:48:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v 1.2 2010/12/19 12:40:43 ssuominen Exp $
EAPI=3
PYTHON_DEPEND="2:2.5"
@@ -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 ~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=""
PATCHES=( "${FILESDIR}/1.6-fix_negative.patch" )
1.56 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 4 Dec 2010 12:49:23 -0000 1.55
+++ ChangeLog 19 Dec 2010 12:40:43 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.55 2010/12/04 12:49:23 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.56 2010/12/19 12:40:43 ssuominen Exp $
+
+ 19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> xcb-proto-1.6-r1.ebuild:
+ ppc64 stable wrt #344827
*xcb-proto-1.6-r1 (04 Dec 2010)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.6-r1.ebuild ChangeLog
@ 2010-12-23 11:50 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-23 11:50 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/12/23 11:50:52
Modified: xcb-proto-1.6-r1.ebuild ChangeLog
Log:
amd64 stable wrt #344827
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.3 x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?r1=1.2&r2=1.3
Index: xcb-proto-1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xcb-proto-1.6-r1.ebuild 19 Dec 2010 12:40:43 -0000 1.2
+++ xcb-proto-1.6-r1.ebuild 23 Dec 2010 11:50:52 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.6-r1.ebuild,v 1.2 2010/12/19 12:40:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v 1.3 2010/12/23 11:50:52 ssuominen Exp $
EAPI=3
PYTHON_DEPEND="2:2.5"
@@ -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 ~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=""
PATCHES=( "${FILESDIR}/1.6-fix_negative.patch" )
1.57 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 19 Dec 2010 12:40:43 -0000 1.56
+++ ChangeLog 23 Dec 2010 11:50:52 -0000 1.57
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.56 2010/12/19 12:40:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.57 2010/12/23 11:50:52 ssuominen Exp $
+
+ 23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> xcb-proto-1.6-r1.ebuild:
+ amd64 stable wrt #344827
19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> xcb-proto-1.6-r1.ebuild:
ppc64 stable wrt #344827
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.6-r1.ebuild ChangeLog
@ 2010-12-25 20:44 Christian Faulhammer (fauli)
0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-12-25 20:44 UTC (permalink / raw
To: gentoo-commits
fauli 10/12/25 20:44:23
Modified: xcb-proto-1.6-r1.ebuild ChangeLog
Log:
x86 stable, bug 344827
(Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.4 x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?r1=1.3&r2=1.4
Index: xcb-proto-1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xcb-proto-1.6-r1.ebuild 23 Dec 2010 11:50:52 -0000 1.3
+++ xcb-proto-1.6-r1.ebuild 25 Dec 2010 20:44:23 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.6-r1.ebuild,v 1.3 2010/12/23 11:50:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v 1.4 2010/12/25 20:44:23 fauli Exp $
EAPI=3
PYTHON_DEPEND="2:2.5"
@@ -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 ~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=""
PATCHES=( "${FILESDIR}/1.6-fix_negative.patch" )
1.58 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 23 Dec 2010 11:50:52 -0000 1.57
+++ ChangeLog 25 Dec 2010 20:44:23 -0000 1.58
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.57 2010/12/23 11:50:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.58 2010/12/25 20:44:23 fauli Exp $
+
+ 25 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
+ xcb-proto-1.6-r1.ebuild:
+ x86 stable, bug 344827
23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> xcb-proto-1.6-r1.ebuild:
amd64 stable wrt #344827
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.6-r1.ebuild ChangeLog
@ 2010-12-29 21:05 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2010-12-29 21:05 UTC (permalink / raw
To: gentoo-commits
maekke 10/12/29 21:05:00
Modified: xcb-proto-1.6-r1.ebuild ChangeLog
Log:
arm stable, bug #344827
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Revision Changes Path
1.5 x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?r1=1.4&r2=1.5
Index: xcb-proto-1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xcb-proto-1.6-r1.ebuild 25 Dec 2010 20:44:23 -0000 1.4
+++ xcb-proto-1.6-r1.ebuild 29 Dec 2010 21:05:00 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.6-r1.ebuild,v 1.4 2010/12/25 20:44:23 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v 1.5 2010/12/29 21:05:00 maekke Exp $
EAPI=3
PYTHON_DEPEND="2:2.5"
@@ -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 ~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=""
PATCHES=( "${FILESDIR}/1.6-fix_negative.patch" )
1.59 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 25 Dec 2010 20:44:23 -0000 1.58
+++ ChangeLog 29 Dec 2010 21:05:00 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.58 2010/12/25 20:44:23 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.59 2010/12/29 21:05:00 maekke Exp $
+
+ 29 Dec 2010; Markus Meier <maekke@gentoo.org> xcb-proto-1.6-r1.ebuild:
+ arm stable, bug #344827
25 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
xcb-proto-1.6-r1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.6-r1.ebuild ChangeLog
@ 2010-12-31 19:54 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-12-31 19:54 UTC (permalink / raw
To: gentoo-commits
jer 10/12/31 19:54:22
Modified: xcb-proto-1.6-r1.ebuild ChangeLog
Log:
Stable for HPPA (bug #344827).
(Portage version: 2.2.0_alpha10/cvs/Linux i686)
Revision Changes Path
1.6 x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?r1=1.5&r2=1.6
Index: xcb-proto-1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xcb-proto-1.6-r1.ebuild 29 Dec 2010 21:05:00 -0000 1.5
+++ xcb-proto-1.6-r1.ebuild 31 Dec 2010 19:54:22 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.6-r1.ebuild,v 1.5 2010/12/29 21:05:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v 1.6 2010/12/31 19:54:22 jer Exp $
EAPI=3
PYTHON_DEPEND="2:2.5"
@@ -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 ~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=""
PATCHES=( "${FILESDIR}/1.6-fix_negative.patch" )
1.60 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 29 Dec 2010 21:05:00 -0000 1.59
+++ ChangeLog 31 Dec 2010 19:54:22 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.59 2010/12/29 21:05:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.60 2010/12/31 19:54:22 jer Exp $
+
+ 31 Dec 2010; Jeroen Roovers <jer@gentoo.org> xcb-proto-1.6-r1.ebuild:
+ Stable for HPPA (bug #344827).
29 Dec 2010; Markus Meier <maekke@gentoo.org> xcb-proto-1.6-r1.ebuild:
arm stable, bug #344827
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.6-r1.ebuild ChangeLog
@ 2011-02-12 21:57 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-12 21:57 UTC (permalink / raw
To: gentoo-commits
armin76 11/02/12 21:57:32
Modified: xcb-proto-1.6-r1.ebuild ChangeLog
Log:
alpha/ia64/s390/sh/sparc stable wrt #344827
(Portage version: 2.1.9.25/cvs/Linux ia64)
Revision Changes Path
1.7 x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?r1=1.6&r2=1.7
Index: xcb-proto-1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xcb-proto-1.6-r1.ebuild 31 Dec 2010 19:54:22 -0000 1.6
+++ xcb-proto-1.6-r1.ebuild 12 Feb 2011 21:57:32 -0000 1.7
@@ -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/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v 1.6 2010/12/31 19:54:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v 1.7 2011/02/12 21:57:32 armin76 Exp $
EAPI=3
PYTHON_DEPEND="2:2.5"
@@ -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 ~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=""
PATCHES=( "${FILESDIR}/1.6-fix_negative.patch" )
1.61 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 31 Dec 2010 19:54:22 -0000 1.60
+++ ChangeLog 12 Feb 2011 21:57:32 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.60 2010/12/31 19:54:22 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.61 2011/02/12 21:57:32 armin76 Exp $
+
+ 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xcb-proto-1.6-r1.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #344827
31 Dec 2010; Jeroen Roovers <jer@gentoo.org> xcb-proto-1.6-r1.ebuild:
Stable for HPPA (bug #344827).
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.6-r1.ebuild ChangeLog
@ 2011-02-14 14:30 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-14 14:30 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/02/14 14:30:55
Modified: xcb-proto-1.6-r1.ebuild ChangeLog
Log:
ppc stable wrt #344827, #354237
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Revision Changes Path
1.8 x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild?r1=1.7&r2=1.8
Index: xcb-proto-1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xcb-proto-1.6-r1.ebuild 12 Feb 2011 21:57:32 -0000 1.7
+++ xcb-proto-1.6-r1.ebuild 14 Feb 2011 14:30:54 -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/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v 1.7 2011/02/12 21:57:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.6-r1.ebuild,v 1.8 2011/02/14 14:30:54 xarthisius Exp $
EAPI=3
PYTHON_DEPEND="2:2.5"
@@ -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 ~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=""
PATCHES=( "${FILESDIR}/1.6-fix_negative.patch" )
1.62 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 12 Feb 2011 21:57:32 -0000 1.61
+++ ChangeLog 14 Feb 2011 14:30:54 -0000 1.62
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.61 2011/02/12 21:57:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.62 2011/02/14 14:30:54 xarthisius Exp $
+
+ 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ xcb-proto-1.6-r1.ebuild:
+ ppc stable wrt #344827, #354237
12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xcb-proto-1.6-r1.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #344827
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-02-14 14:31 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14 14:30 [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.6-r1.ebuild ChangeLog Kacper Kowalik (xarthisius)
-- strict thread matches above, loose matches on Subject: below --
2011-02-12 21:57 Raul Porcel (armin76)
2010-12-31 19:54 Jeroen Roovers (jer)
2010-12-29 21:05 Markus Meier (maekke)
2010-12-25 20:44 Christian Faulhammer (fauli)
2010-12-23 11:50 Samuli Suominen (ssuominen)
2010-12-19 12:40 Samuli Suominen (ssuominen)
2010-12-04 12:48 Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox