* [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild
@ 2010-08-11 8:14 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 10+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-08-11 8:14 UTC (permalink / raw
To: gentoo-commits
scarabeus 10/08/11 08:14:09
Modified: ChangeLog xextproto-7.1.2.ebuild
Log:
Add doc useflag.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.62 x11-proto/xextproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 10 Aug 2010 14:42:05 -0000 1.61
+++ ChangeLog 11 Aug 2010 08:14:08 -0000 1.62
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.61 2010/08/10 14:42:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.62 2010/08/11 08:14:08 scarabeus Exp $
+
+ 11 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ xextproto-7.1.2.ebuild:
+ Add doc useflag.
*xextproto-7.1.2 (10 Aug 2010)
1.2 x11-proto/xextproto/xextproto-7.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?r1=1.1&r2=1.2
Index: xextproto-7.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xextproto-7.1.2.ebuild 10 Aug 2010 14:42:05 -0000 1.1
+++ xextproto-7.1.2.ebuild 11 Aug 2010 08:14:08 -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/xextproto/xextproto-7.1.2.ebuild,v 1.1 2010/08/10 14:42:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v 1.2 2010/08/11 08:14:08 scarabeus Exp $
EAPI=3
@@ -9,7 +9,20 @@
DESCRIPTION="X.Org XExt protocol headers"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
+IUSE="doc"
RDEPEND="!<x11-libs/libXext-1.0.99"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ doc? (
+ app-text/xmlto
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/docbook-xml-dtd:4.3
+ )"
+
+pkg_setup() {
+ CONFIGURE_OPTIONS="
+ $(use_with doc xmlto)
+ --without-fop
+ --docdir=/usr/share/${PF}
+ "
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild
@ 2010-08-11 9:25 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 10+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-08-11 9:25 UTC (permalink / raw
To: gentoo-commits
scarabeus 10/08/11 09:25:05
Modified: ChangeLog xextproto-7.1.2.ebuild
Log:
Drop wrong docdir definition.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.63 x11-proto/xextproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 11 Aug 2010 08:14:08 -0000 1.62
+++ ChangeLog 11 Aug 2010 09:25:05 -0000 1.63
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.62 2010/08/11 08:14:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.63 2010/08/11 09:25:05 scarabeus Exp $
+
+ 11 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ xextproto-7.1.2.ebuild:
+ Drop wrong docdir definition.
11 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
xextproto-7.1.2.ebuild:
1.3 x11-proto/xextproto/xextproto-7.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?r1=1.2&r2=1.3
Index: xextproto-7.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xextproto-7.1.2.ebuild 11 Aug 2010 08:14:08 -0000 1.2
+++ xextproto-7.1.2.ebuild 11 Aug 2010 09:25:05 -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/xextproto/xextproto-7.1.2.ebuild,v 1.2 2010/08/11 08:14:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v 1.3 2010/08/11 09:25:05 scarabeus Exp $
EAPI=3
@@ -23,6 +23,5 @@
CONFIGURE_OPTIONS="
$(use_with doc xmlto)
--without-fop
- --docdir=/usr/share/${PF}
"
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild
@ 2010-12-19 12:41 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-19 12:41 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/12/19 12:41:15
Modified: ChangeLog xextproto-7.1.2.ebuild
Log:
ppc64 stable wrt #344827
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Revision Changes Path
1.64 x11-proto/xextproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 11 Aug 2010 09:25:05 -0000 1.63
+++ ChangeLog 19 Dec 2010 12:41:15 -0000 1.64
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.63 2010/08/11 09:25:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.64 2010/12/19 12:41:15 ssuominen Exp $
+
+ 19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> xextproto-7.1.2.ebuild:
+ ppc64 stable wrt #344827
11 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
xextproto-7.1.2.ebuild:
1.4 x11-proto/xextproto/xextproto-7.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?r1=1.3&r2=1.4
Index: xextproto-7.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xextproto-7.1.2.ebuild 11 Aug 2010 09:25:05 -0000 1.3
+++ xextproto-7.1.2.ebuild 19 Dec 2010 12:41:15 -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/xextproto/xextproto-7.1.2.ebuild,v 1.3 2010/08/11 09:25:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v 1.4 2010/12/19 12:41:15 ssuominen Exp $
EAPI=3
@@ -8,7 +8,7 @@
DESCRIPTION="X.Org XExt protocol headers"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="doc"
RDEPEND="!<x11-libs/libXext-1.0.99"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild
@ 2010-12-23 11:50 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-23 11:50 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/12/23 11:50:20
Modified: ChangeLog xextproto-7.1.2.ebuild
Log:
amd64 stable wrt #344827
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.65 x11-proto/xextproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 19 Dec 2010 12:41:15 -0000 1.64
+++ ChangeLog 23 Dec 2010 11:50:20 -0000 1.65
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.64 2010/12/19 12:41:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.65 2010/12/23 11:50:20 ssuominen Exp $
+
+ 23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> xextproto-7.1.2.ebuild:
+ amd64 stable wrt #344827
19 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> xextproto-7.1.2.ebuild:
ppc64 stable wrt #344827
1.5 x11-proto/xextproto/xextproto-7.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?r1=1.4&r2=1.5
Index: xextproto-7.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xextproto-7.1.2.ebuild 19 Dec 2010 12:41:15 -0000 1.4
+++ xextproto-7.1.2.ebuild 23 Dec 2010 11:50:20 -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/xextproto/xextproto-7.1.2.ebuild,v 1.4 2010/12/19 12:41:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v 1.5 2010/12/23 11:50:20 ssuominen Exp $
EAPI=3
@@ -8,7 +8,7 @@
DESCRIPTION="X.Org XExt protocol headers"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="doc"
RDEPEND="!<x11-libs/libXext-1.0.99"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild
@ 2010-12-25 20:45 Christian Faulhammer (fauli)
0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-12-25 20:45 UTC (permalink / raw
To: gentoo-commits
fauli 10/12/25 20:45:05
Modified: ChangeLog xextproto-7.1.2.ebuild
Log:
x86 stable, bug 344827
(Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.66 x11-proto/xextproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 23 Dec 2010 11:50:20 -0000 1.65
+++ ChangeLog 25 Dec 2010 20:45:05 -0000 1.66
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.65 2010/12/23 11:50:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.66 2010/12/25 20:45:05 fauli Exp $
+
+ 25 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
+ xextproto-7.1.2.ebuild:
+ x86 stable, bug 344827
23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> xextproto-7.1.2.ebuild:
amd64 stable wrt #344827
1.6 x11-proto/xextproto/xextproto-7.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?r1=1.5&r2=1.6
Index: xextproto-7.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xextproto-7.1.2.ebuild 23 Dec 2010 11:50:20 -0000 1.5
+++ xextproto-7.1.2.ebuild 25 Dec 2010 20:45:05 -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/xextproto/xextproto-7.1.2.ebuild,v 1.5 2010/12/23 11:50:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v 1.6 2010/12/25 20:45:05 fauli Exp $
EAPI=3
@@ -8,7 +8,7 @@
DESCRIPTION="X.Org XExt protocol headers"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="doc"
RDEPEND="!<x11-libs/libXext-1.0.99"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild
@ 2010-12-29 20:52 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2010-12-29 20:52 UTC (permalink / raw
To: gentoo-commits
maekke 10/12/29 20:52:23
Modified: ChangeLog xextproto-7.1.2.ebuild
Log:
arm stable, bug #344827
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Revision Changes Path
1.67 x11-proto/xextproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 25 Dec 2010 20:45:05 -0000 1.66
+++ ChangeLog 29 Dec 2010 20:52:22 -0000 1.67
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.66 2010/12/25 20:45:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.67 2010/12/29 20:52:22 maekke Exp $
+
+ 29 Dec 2010; Markus Meier <maekke@gentoo.org> xextproto-7.1.2.ebuild:
+ arm stable, bug #344827
25 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
xextproto-7.1.2.ebuild:
1.7 x11-proto/xextproto/xextproto-7.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?r1=1.6&r2=1.7
Index: xextproto-7.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xextproto-7.1.2.ebuild 25 Dec 2010 20:45:05 -0000 1.6
+++ xextproto-7.1.2.ebuild 29 Dec 2010 20:52:22 -0000 1.7
@@ -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/xextproto/xextproto-7.1.2.ebuild,v 1.6 2010/12/25 20:45:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v 1.7 2010/12/29 20:52:22 maekke Exp $
EAPI=3
@@ -8,7 +8,7 @@
DESCRIPTION="X.Org XExt protocol headers"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="doc"
RDEPEND="!<x11-libs/libXext-1.0.99"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild
@ 2010-12-31 19:55 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2010-12-31 19:55 UTC (permalink / raw
To: gentoo-commits
jer 10/12/31 19:55:15
Modified: ChangeLog xextproto-7.1.2.ebuild
Log:
Stable for HPPA (bug #344827).
(Portage version: 2.2.0_alpha10/cvs/Linux i686)
Revision Changes Path
1.68 x11-proto/xextproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 29 Dec 2010 20:52:22 -0000 1.67
+++ ChangeLog 31 Dec 2010 19:55:14 -0000 1.68
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.67 2010/12/29 20:52:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.68 2010/12/31 19:55:14 jer Exp $
+
+ 31 Dec 2010; Jeroen Roovers <jer@gentoo.org> xextproto-7.1.2.ebuild:
+ Stable for HPPA (bug #344827).
29 Dec 2010; Markus Meier <maekke@gentoo.org> xextproto-7.1.2.ebuild:
arm stable, bug #344827
1.8 x11-proto/xextproto/xextproto-7.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?r1=1.7&r2=1.8
Index: xextproto-7.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xextproto-7.1.2.ebuild 29 Dec 2010 20:52:22 -0000 1.7
+++ xextproto-7.1.2.ebuild 31 Dec 2010 19:55:14 -0000 1.8
@@ -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/xextproto/xextproto-7.1.2.ebuild,v 1.7 2010/12/29 20:52:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v 1.8 2010/12/31 19:55:14 jer Exp $
EAPI=3
@@ -8,7 +8,7 @@
DESCRIPTION="X.Org XExt protocol headers"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="doc"
RDEPEND="!<x11-libs/libXext-1.0.99"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild
@ 2011-02-12 21:59 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-12 21:59 UTC (permalink / raw
To: gentoo-commits
armin76 11/02/12 21:59:44
Modified: ChangeLog xextproto-7.1.2.ebuild
Log:
alpha/ia64/s390/sh/sparc stable wrt #344827
(Portage version: 2.1.9.25/cvs/Linux ia64)
Revision Changes Path
1.69 x11-proto/xextproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 31 Dec 2010 19:55:14 -0000 1.68
+++ ChangeLog 12 Feb 2011 21:59:44 -0000 1.69
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xextproto
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.68 2010/12/31 19:55:14 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.69 2011/02/12 21:59:44 armin76 Exp $
+
+ 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xextproto-7.1.2.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #344827
31 Dec 2010; Jeroen Roovers <jer@gentoo.org> xextproto-7.1.2.ebuild:
Stable for HPPA (bug #344827).
1.9 x11-proto/xextproto/xextproto-7.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?r1=1.8&r2=1.9
Index: xextproto-7.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xextproto-7.1.2.ebuild 31 Dec 2010 19:55:14 -0000 1.8
+++ xextproto-7.1.2.ebuild 12 Feb 2011 21:59:44 -0000 1.9
@@ -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/xextproto/xextproto-7.1.2.ebuild,v 1.8 2010/12/31 19:55:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v 1.9 2011/02/12 21:59:44 armin76 Exp $
EAPI=3
@@ -8,7 +8,7 @@
DESCRIPTION="X.Org XExt protocol headers"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="doc"
RDEPEND="!<x11-libs/libXext-1.0.99"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild
@ 2011-02-14 13:51 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-14 13:51 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/02/14 13:51:39
Modified: ChangeLog xextproto-7.1.2.ebuild
Log:
ppc stable wrt #344827, #354237
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Revision Changes Path
1.70 x11-proto/xextproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.69&r2=1.70
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog 12 Feb 2011 21:59:44 -0000 1.69
+++ ChangeLog 14 Feb 2011 13:51:39 -0000 1.70
@@ -1,6 +1,10 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.69 2011/02/12 21:59:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.70 2011/02/14 13:51:39 xarthisius Exp $
+
+ 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ xextproto-7.1.2.ebuild:
+ ppc stable wrt #344827, #354237
12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xextproto-7.1.2.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #344827
1.10 x11-proto/xextproto/xextproto-7.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild?r1=1.9&r2=1.10
Index: xextproto-7.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xextproto-7.1.2.ebuild 12 Feb 2011 21:59:44 -0000 1.9
+++ xextproto-7.1.2.ebuild 14 Feb 2011 13:51:39 -0000 1.10
@@ -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/xextproto/xextproto-7.1.2.ebuild,v 1.9 2011/02/12 21:59:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.1.2.ebuild,v 1.10 2011/02/14 13:51:39 xarthisius Exp $
EAPI=3
@@ -8,7 +8,7 @@
DESCRIPTION="X.Org XExt protocol headers"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="doc"
RDEPEND="!<x11-libs/libXext-1.0.99"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild
@ 2011-04-18 11:41 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 10+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-04-18 11:41 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/04/18 11:41:40
Modified: ChangeLog
Removed: xextproto-7.1.2.ebuild
Log:
old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Revision Changes Path
1.79 x11-proto/xextproto/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xextproto/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 16 Apr 2011 18:12:12 -0000 1.78
+++ ChangeLog 18 Apr 2011 11:41:40 -0000 1.79
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/xextproto
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.78 2011/04/16 18:12:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.79 2011/04/18 11:41:40 scarabeus Exp $
+
+ 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xextproto-7.1.2.ebuild:
+ old
16 Apr 2011; Raúl Porcel <armin76@gentoo.org> xextproto-7.2.0.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #359059
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-04-18 11:41 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-19 12:41 [gentoo-commits] gentoo-x86 commit in x11-proto/xextproto: ChangeLog xextproto-7.1.2.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2011-04-18 11:41 Tomas Chvatal (scarabeus)
2011-02-14 13:51 Kacper Kowalik (xarthisius)
2011-02-12 21:59 Raul Porcel (armin76)
2010-12-31 19:55 Jeroen Roovers (jer)
2010-12-29 20:52 Markus Meier (maekke)
2010-12-25 20:45 Christian Faulhammer (fauli)
2010-12-23 11:50 Samuli Suominen (ssuominen)
2010-08-11 9:25 Tomas Chvatal (scarabeus)
2010-08-11 8:14 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