* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-01-26 19:08 Matt Turner (mattst88)
0 siblings, 0 replies; 13+ messages in thread
From: Matt Turner (mattst88) @ 2014-01-26 19:08 UTC (permalink / raw
To: gentoo-commits
mattst88 14/01/26 19:08:13
Modified: ChangeLog
Added: xcb-proto-1.10.ebuild
Log:
Version bump to 1.10, bug 496802.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path
1.127 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 12 Nov 2013 02:38:27 -0000 1.126
+++ ChangeLog 26 Jan 2014 19:08:12 -0000 1.127
@@ -1,6 +1,11 @@
# ChangeLog for x11-proto/xcb-proto
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.126 2013/11/12 02:38:27 mattst88 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.127 2014/01/26 19:08:12 mattst88 Exp $
+
+*xcb-proto-1.10 (26 Jan 2014)
+
+ 26 Jan 2014; Matt Turner <mattst88@gentoo.org> +xcb-proto-1.10.ebuild:
+ Version bump to 1.10, bug 496802.
*xcb-proto-1.9-r1 (12 Nov 2013)
1.1 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.1&content-type=text/plain
Index: xcb-proto-1.10.ebuild
===================================================================
# Copyright 1999-2014 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.10.ebuild,v 1.1 2014/01/26 19:08:12 mattst88 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
XORG_MULTILIB=yes
inherit python-r1 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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}
dev-libs/libxml2"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_configure() {
python_export_best
xorg-2_src_configure
#Note: multilib is not supported with python, therefore use only one ABI
python_parallel_foreach_impl autotools-utils_src_configure
}
src_compile() {
xorg-2_src_compile
python_foreach_impl autotools-utils_src_compile -C xcbgen \
top_builddir="${WORKDIR}/${P}-${ABI:-${DEFAULT_ABI}}"
}
src_install() {
xorg-2_src_install
python_foreach_impl autotools-utils_src_install -C xcbgen \
top_builddir="${WORKDIR}/${P}-${ABI:-${DEFAULT_ABI}}"
sed -i -e '/pythondir/s:=.*$:=/dev/null:' \
"${ED}"/usr/lib*/pkgconfig/xcb-proto.pc || die
}
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-02-11 13:01 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 13+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2014-02-11 13:01 UTC (permalink / raw
To: gentoo-commits
chithanh 14/02/11 13:01:38
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
add comment about pythondir removal, bug #486512
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.1&r2=1.2
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xcb-proto-1.10.ebuild 26 Jan 2014 19:08:12 -0000 1.1
+++ xcb-proto-1.10.ebuild 11 Feb 2014 13:01:38 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.1 2014/01/26 19:08:12 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.2 2014/02/11 13:01:38 chithanh Exp $
EAPI=5
@@ -44,6 +44,7 @@
python_foreach_impl autotools-utils_src_install -C xcbgen \
top_builddir="${WORKDIR}/${P}-${ABI:-${DEFAULT_ABI}}"
+ # pkg-config file hardcodes python sitedir, bug 486512
sed -i -e '/pythondir/s:=.*$:=/dev/null:' \
"${ED}"/usr/lib*/pkgconfig/xcb-proto.pc || die
}
1.128 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.127&r2=1.128
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog 26 Jan 2014 19:08:12 -0000 1.127
+++ ChangeLog 11 Feb 2014 13:01:38 -0000 1.128
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.127 2014/01/26 19:08:12 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.128 2014/02/11 13:01:38 chithanh Exp $
+
+ 11 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xcb-proto-1.10.ebuild:
+ add comment about pythondir removal, bug #486512
*xcb-proto-1.10 (26 Jan 2014)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-03-27 11:07 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-27 11:07 UTC (permalink / raw
To: gentoo-commits
ago 14/03/27 11:07:41
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.2&r2=1.3
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xcb-proto-1.10.ebuild 11 Feb 2014 13:01:38 -0000 1.2
+++ xcb-proto-1.10.ebuild 27 Mar 2014 11:07:41 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.2 2014/02/11 13:01:38 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.3 2014/03/27 11:07:41 ago Exp $
EAPI=5
@@ -15,7 +15,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.130 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.129&r2=1.130
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog 26 Mar 2014 13:38:45 -0000 1.129
+++ ChangeLog 27 Mar 2014 11:07:41 -0000 1.130
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.129 2014/03/26 13:38:45 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.130 2014/03/27 11:07:41 ago Exp $
+
+ 27 Mar 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
+ Stable for amd64, wrt bug #500368
26 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
-files/1.6-fix_negative.patch, -files/1.6-libdir-pc.patch,
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-03-28 1:39 Jeroen Roovers (jer)
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2014-03-28 1:39 UTC (permalink / raw
To: gentoo-commits
jer 14/03/28 01:39:16
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
Stable for HPPA (bug #500368).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.4 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.3&r2=1.4
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xcb-proto-1.10.ebuild 27 Mar 2014 11:07:41 -0000 1.3
+++ xcb-proto-1.10.ebuild 28 Mar 2014 01:39:15 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.3 2014/03/27 11:07:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.4 2014/03/28 01:39:15 jer Exp $
EAPI=5
@@ -15,7 +15,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.131 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.130&r2=1.131
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog 27 Mar 2014 11:07:41 -0000 1.130
+++ ChangeLog 28 Mar 2014 01:39:15 -0000 1.131
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.130 2014/03/27 11:07:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.131 2014/03/28 01:39:15 jer Exp $
+
+ 28 Mar 2014; Jeroen Roovers <jer@gentoo.org> xcb-proto-1.10.ebuild:
+ Stable for HPPA (bug #500368).
27 Mar 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
Stable for amd64, wrt bug #500368
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-03-29 20:01 Matt Turner (mattst88)
0 siblings, 0 replies; 13+ messages in thread
From: Matt Turner (mattst88) @ 2014-03-29 20:01 UTC (permalink / raw
To: gentoo-commits
mattst88 14/03/29 20:01:56
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
alpha stable, bug #500368.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path
1.5 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.4&r2=1.5
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xcb-proto-1.10.ebuild 28 Mar 2014 01:39:15 -0000 1.4
+++ xcb-proto-1.10.ebuild 29 Mar 2014 20:01:56 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.4 2014/03/28 01:39:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.5 2014/03/29 20:01:56 mattst88 Exp $
EAPI=5
@@ -15,7 +15,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.132 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.131&r2=1.132
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog 28 Mar 2014 01:39:15 -0000 1.131
+++ ChangeLog 29 Mar 2014 20:01:56 -0000 1.132
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.131 2014/03/28 01:39:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.132 2014/03/29 20:01:56 mattst88 Exp $
+
+ 29 Mar 2014; Matt Turner <mattst88@gentoo.org> xcb-proto-1.10.ebuild:
+ alpha stable, bug #500368.
28 Mar 2014; Jeroen Roovers <jer@gentoo.org> xcb-proto-1.10.ebuild:
Stable for HPPA (bug #500368).
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-04-06 10:12 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-06 10:12 UTC (permalink / raw
To: gentoo-commits
ago 14/04/06 10:12:02
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
Stable for x86, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.5&r2=1.6
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xcb-proto-1.10.ebuild 29 Mar 2014 20:01:56 -0000 1.5
+++ xcb-proto-1.10.ebuild 6 Apr 2014 10:12:02 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.5 2014/03/29 20:01:56 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.6 2014/04/06 10:12:02 ago Exp $
EAPI=5
@@ -15,7 +15,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.133 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog 29 Mar 2014 20:01:56 -0000 1.132
+++ ChangeLog 6 Apr 2014 10:12:02 -0000 1.133
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.132 2014/03/29 20:01:56 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.133 2014/04/06 10:12:02 ago Exp $
+
+ 06 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
+ Stable for x86, wrt bug #500368
29 Mar 2014; Matt Turner <mattst88@gentoo.org> xcb-proto-1.10.ebuild:
alpha stable, bug #500368.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-04-08 20:04 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-08 20:04 UTC (permalink / raw
To: gentoo-commits
ago 14/04/08 20:04:08
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.6&r2=1.7
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xcb-proto-1.10.ebuild 6 Apr 2014 10:12:02 -0000 1.6
+++ xcb-proto-1.10.ebuild 8 Apr 2014 20:04:08 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.6 2014/04/06 10:12:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.7 2014/04/08 20:04:08 ago Exp $
EAPI=5
@@ -15,7 +15,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.134 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 6 Apr 2014 10:12:02 -0000 1.133
+++ ChangeLog 8 Apr 2014 20:04:08 -0000 1.134
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.133 2014/04/06 10:12:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.134 2014/04/08 20:04:08 ago Exp $
+
+ 08 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
+ Stable for ppc, wrt bug #500368
06 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
Stable for x86, wrt bug #500368
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-04-16 7:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-16 7:44 UTC (permalink / raw
To: gentoo-commits
ago 14/04/16 07:44:50
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.7&r2=1.8
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xcb-proto-1.10.ebuild 8 Apr 2014 20:04:08 -0000 1.7
+++ xcb-proto-1.10.ebuild 16 Apr 2014 07:44:50 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.7 2014/04/08 20:04:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.8 2014/04/16 07:44:50 ago Exp $
EAPI=5
@@ -15,7 +15,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.135 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.134&r2=1.135
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog 8 Apr 2014 20:04:08 -0000 1.134
+++ ChangeLog 16 Apr 2014 07:44:50 -0000 1.135
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.134 2014/04/08 20:04:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.135 2014/04/16 07:44:50 ago Exp $
+
+ 16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
+ Stable for ppc64, wrt bug #500368
08 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
Stable for ppc, wrt bug #500368
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-04-17 7:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-17 7:52 UTC (permalink / raw
To: gentoo-commits
ago 14/04/17 07:52:28
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.8&r2=1.9
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xcb-proto-1.10.ebuild 16 Apr 2014 07:44:50 -0000 1.8
+++ xcb-proto-1.10.ebuild 17 Apr 2014 07:52:28 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.8 2014/04/16 07:44:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.9 2014/04/17 07:52:28 ago Exp $
EAPI=5
@@ -15,7 +15,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.136 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.135&r2=1.136
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog 16 Apr 2014 07:44:50 -0000 1.135
+++ ChangeLog 17 Apr 2014 07:52:28 -0000 1.136
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.135 2014/04/16 07:44:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.136 2014/04/17 07:52:28 ago Exp $
+
+ 17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
+ Stable for ia64, wrt bug #500368
16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
Stable for ppc64, wrt bug #500368
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-04-19 17:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-19 17:48 UTC (permalink / raw
To: gentoo-commits
ago 14/04/19 17:48:02
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.9&r2=1.10
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xcb-proto-1.10.ebuild 17 Apr 2014 07:52:28 -0000 1.9
+++ xcb-proto-1.10.ebuild 19 Apr 2014 17:48:02 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.9 2014/04/17 07:52:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.10 2014/04/19 17:48:02 ago Exp $
EAPI=5
@@ -15,7 +15,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.137 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.136&r2=1.137
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog 17 Apr 2014 07:52:28 -0000 1.136
+++ ChangeLog 19 Apr 2014 17:48:02 -0000 1.137
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.136 2014/04/17 07:52:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.137 2014/04/19 17:48:02 ago Exp $
+
+ 19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
+ Stable for sparc, wrt bug #500368
17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
Stable for ia64, wrt bug #500368
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-06-08 9:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-06-08 9:16 UTC (permalink / raw
To: gentoo-commits
ago 14/06/08 09:16:22
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
Stable for arm, wrt bug #500368
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.11&r2=1.12
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xcb-proto-1.10.ebuild 23 May 2014 22:43:17 -0000 1.11
+++ xcb-proto-1.10.ebuild 8 Jun 2014 09:16:22 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.11 2014/05/23 22:43:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.12 2014/06/08 09:16:22 ago Exp $
EAPI=5
@@ -15,7 +15,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.139 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.138&r2=1.139
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog 23 May 2014 22:43:17 -0000 1.138
+++ ChangeLog 8 Jun 2014 09:16:22 -0000 1.139
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.138 2014/05/23 22:43:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.139 2014/06/08 09:16:22 ago Exp $
+
+ 08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
+ Stable for arm, wrt bug #500368
23 May 2014; Michał Górny <mgorny@gentoo.org> xcb-proto-1.10.ebuild,
xcb-proto-1.8-r3.ebuild, xcb-proto-1.9-r1.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-06-15 0:42 Mike Frysinger (vapier)
0 siblings, 0 replies; 13+ messages in thread
From: Mike Frysinger (vapier) @ 2014-06-15 0:42 UTC (permalink / raw
To: gentoo-commits
vapier 14/06/15 00:42:38
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
Add arm64 love.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.13 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.12&r2=1.13
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xcb-proto-1.10.ebuild 8 Jun 2014 09:16:22 -0000 1.12
+++ xcb-proto-1.10.ebuild 15 Jun 2014 00:42:37 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.12 2014/06/08 09:16:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.13 2014/06/15 00:42:37 vapier Exp $
EAPI=5
@@ -15,7 +15,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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.140 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.139&r2=1.140
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog 8 Jun 2014 09:16:22 -0000 1.139
+++ ChangeLog 15 Jun 2014 00:42:37 -0000 1.140
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.139 2014/06/08 09:16:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.140 2014/06/15 00:42:37 vapier Exp $
+
+ 15 Jun 2014; Mike Frysinger <vapier@gentoo.org> xcb-proto-1.10.ebuild:
+ Add arm64 love.
08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> xcb-proto-1.10.ebuild:
Stable for arm, wrt bug #500368
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog
@ 2014-07-04 13:20 Michael Haubenwallner (haubi)
0 siblings, 0 replies; 13+ messages in thread
From: Michael Haubenwallner (haubi) @ 2014-07-04 13:20 UTC (permalink / raw
To: gentoo-commits
haubi 14/07/04 13:20:35
Modified: xcb-proto-1.10.ebuild ChangeLog
Log:
xcb-proto-1.10: add ~ppc-aix keyword
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)
Revision Changes Path
1.14 x11-proto/xcb-proto/xcb-proto-1.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild?r1=1.13&r2=1.14
Index: xcb-proto-1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xcb-proto-1.10.ebuild 15 Jun 2014 00:42:37 -0000 1.13
+++ xcb-proto-1.10.ebuild 4 Jul 2014 13:20:35 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.13 2014/06/15 00:42:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.14 2014/07/04 13:20:35 haubi Exp $
EAPI=5
@@ -15,7 +15,7 @@
[[ ${PV} != 9999* ]] && \
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
1.141 x11-proto/xcb-proto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.140&r2=1.141
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog 15 Jun 2014 00:42:37 -0000 1.140
+++ ChangeLog 4 Jul 2014 13:20:35 -0000 1.141
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xcb-proto
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.140 2014/06/15 00:42:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.141 2014/07/04 13:20:35 haubi Exp $
+
+ 04 Jul 2014; Michael Haubenwallner <haubi@gentoo.org> xcb-proto-1.10.ebuild:
+ add ~ppc-aix keyword
15 Jun 2014; Mike Frysinger <vapier@gentoo.org> xcb-proto-1.10.ebuild:
Add arm64 love.
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2014-07-04 13:20 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-15 0:42 [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.10.ebuild ChangeLog Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2014-07-04 13:20 Michael Haubenwallner (haubi)
2014-06-08 9:16 Agostino Sarubbo (ago)
2014-04-19 17:48 Agostino Sarubbo (ago)
2014-04-17 7:52 Agostino Sarubbo (ago)
2014-04-16 7:44 Agostino Sarubbo (ago)
2014-04-08 20:04 Agostino Sarubbo (ago)
2014-04-06 10:12 Agostino Sarubbo (ago)
2014-03-29 20:01 Matt Turner (mattst88)
2014-03-28 1:39 Jeroen Roovers (jer)
2014-03-27 11:07 Agostino Sarubbo (ago)
2014-02-11 13:01 Chi-Thanh Christopher Nguyen (chithanh)
2014-01-26 19:08 Matt Turner (mattst88)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox