* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2009-10-11 23:53 Remi Cardona (remi)
0 siblings, 0 replies; 11+ messages in thread
From: Remi Cardona (remi) @ 2009-10-11 23:53 UTC (permalink / raw
To: gentoo-commits
remi 09/10/11 23:53:57
Modified: ChangeLog
Added: libXfont-1.4.1.ebuild
Log:
x11-libs/libXfont: bump to 1.4.1, sync with overlay
(Portage version: 2.2_rc45/cvs/Linux i686)
Revision Changes Path
1.114 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.113&r2=1.114
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog 11 Oct 2009 10:56:14 -0000 1.113
+++ ChangeLog 11 Oct 2009 23:53:57 -0000 1.114
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.113 2009/10/11 10:56:14 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.114 2009/10/11 23:53:57 remi Exp $
+
+*libXfont-1.4.1 (11 Oct 2009)
+
+ 11 Oct 2009; Rémi Cardona <remi@gentoo.org> +libXfont-1.4.1.ebuild:
+ bump to 1.4.1, sync with overlay
11 Oct 2009; nixnut <nixnut@gentoo.org> libXfont-1.4.0.ebuild:
ppc stable #282290
1.1 x11-libs/libXfont/libXfont-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.1&content-type=text/plain
Index: libXfont-1.4.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.1 2009/10/11 23:53:57 remi Exp $
inherit x-modular flag-o-matic
DESCRIPTION="X.Org Xfont library"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ipv6"
RDEPEND="x11-libs/xtrans
x11-libs/libfontenc
x11-proto/xproto
x11-proto/fontsproto
>=media-libs/freetype-2"
DEPEND="${RDEPEND}"
pkg_setup() {
CONFIGURE_OPTIONS="$(use_enable ipv6)
--with-bzip2
--disable-devel-docs"
# (#125465) Broken with Bdirect support
filter-flags -Wl,-Bdirect
filter-ldflags -Bdirect
filter-ldflags -Wl,-Bdirect
}
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2009-11-08 9:31 Remi Cardona (remi)
0 siblings, 0 replies; 11+ messages in thread
From: Remi Cardona (remi) @ 2009-11-08 9:31 UTC (permalink / raw
To: gentoo-commits
remi 09/11/08 09:31:10
Modified: ChangeLog libXfont-1.4.1.ebuild
Log:
x11-libs/libXfont: sync with the overlay, add missing dep on bzip2, fixes bug #265761
(Portage version: 2.2_rc49/cvs/Linux i686)
Revision Changes Path
1.116 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.115&r2=1.116
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog 26 Oct 2009 21:01:19 -0000 1.115
+++ ChangeLog 8 Nov 2009 09:31:09 -0000 1.116
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.115 2009/10/26 21:01:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.116 2009/11/08 09:31:09 remi Exp $
+
+ 08 Nov 2009; Rémi Cardona <remi@gentoo.org> libXfont-1.4.1.ebuild:
+ sync with the overlay, add missing dep on bzip2, fixes bug #265761
26 Oct 2009; Jeroen Roovers <jer@gentoo.org> libXfont-1.4.0.ebuild:
Stable for HPPA (bug #282290).
1.2 x11-libs/libXfont/libXfont-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?r1=1.1&r2=1.2
Index: libXfont-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libXfont-1.4.1.ebuild 11 Oct 2009 23:53:57 -0000 1.1
+++ libXfont-1.4.1.ebuild 8 Nov 2009 09:31:09 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.1 2009/10/11 23:53:57 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.2 2009/11/08 09:31:09 remi Exp $
inherit x-modular flag-o-matic
@@ -13,7 +13,8 @@
x11-libs/libfontenc
x11-proto/xproto
x11-proto/fontsproto
- >=media-libs/freetype-2"
+ >=media-libs/freetype-2
+ app-arch/bzip2"
DEPEND="${RDEPEND}"
pkg_setup() {
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2009-12-10 13:33 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 11+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-10 13:33 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/12/10 13:33:57
Modified: ChangeLog libXfont-1.4.1.ebuild
Log:
amd64 stable wrt #294958
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Revision Changes Path
1.117 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 8 Nov 2009 09:31:09 -0000 1.116
+++ ChangeLog 10 Dec 2009 13:33:57 -0000 1.117
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.116 2009/11/08 09:31:09 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.117 2009/12/10 13:33:57 ssuominen Exp $
+
+ 10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> libXfont-1.4.1.ebuild:
+ amd64 stable wrt #294958
08 Nov 2009; Rémi Cardona <remi@gentoo.org> libXfont-1.4.1.ebuild:
sync with the overlay, add missing dep on bzip2, fixes bug #265761
1.3 x11-libs/libXfont/libXfont-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?r1=1.2&r2=1.3
Index: libXfont-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libXfont-1.4.1.ebuild 8 Nov 2009 09:31:09 -0000 1.2
+++ libXfont-1.4.1.ebuild 10 Dec 2009 13:33:57 -0000 1.3
@@ -1,12 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.2 2009/11/08 09:31:09 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.3 2009/12/10 13:33:57 ssuominen Exp $
inherit x-modular flag-o-matic
DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ipv6"
RDEPEND="x11-libs/xtrans
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2009-12-10 19:17 Christian Faulhammer (fauli)
0 siblings, 0 replies; 11+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-10 19:17 UTC (permalink / raw
To: gentoo-commits
fauli 09/12/10 19:17:51
Modified: ChangeLog libXfont-1.4.1.ebuild
Log:
x86 stable, bug 294958
(Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.118 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 10 Dec 2009 13:33:57 -0000 1.117
+++ ChangeLog 10 Dec 2009 19:17:51 -0000 1.118
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.117 2009/12/10 13:33:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.118 2009/12/10 19:17:51 fauli Exp $
+
+ 10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
+ libXfont-1.4.1.ebuild:
+ x86 stable, bug 294958
10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> libXfont-1.4.1.ebuild:
amd64 stable wrt #294958
1.4 x11-libs/libXfont/libXfont-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?r1=1.3&r2=1.4
Index: libXfont-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libXfont-1.4.1.ebuild 10 Dec 2009 13:33:57 -0000 1.3
+++ libXfont-1.4.1.ebuild 10 Dec 2009 19:17:51 -0000 1.4
@@ -1,12 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.3 2009/12/10 13:33:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.4 2009/12/10 19:17:51 fauli Exp $
inherit x-modular flag-o-matic
DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="ipv6"
RDEPEND="x11-libs/xtrans
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2009-12-15 19:36 Brent Baude (ranger)
0 siblings, 0 replies; 11+ messages in thread
From: Brent Baude (ranger) @ 2009-12-15 19:36 UTC (permalink / raw
To: gentoo-commits
ranger 09/12/15 19:36:50
Modified: ChangeLog libXfont-1.4.1.ebuild
Log:
Marking libXfont-1.4.1 ppc64 for bug 294958
(Portage version: 2.1.7.1/cvs/Linux ppc64)
Revision Changes Path
1.120 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 15 Dec 2009 16:09:24 -0000 1.119
+++ ChangeLog 15 Dec 2009 19:36:50 -0000 1.120
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.119 2009/12/15 16:09:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.120 2009/12/15 19:36:50 ranger Exp $
+
+ 15 Dec 2009; Brent Baude <ranger@gentoo.org> libXfont-1.4.1.ebuild:
+ Marking libXfont-1.4.1 ppc64 stable for bug 294958
15 Dec 2009; Raúl Porcel <armin76@gentoo.org> libXfont-1.4.0.ebuild:
alpha/ia64/m68k/s390/sh/sparc stable wrt #282290
1.5 x11-libs/libXfont/libXfont-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?r1=1.4&r2=1.5
Index: libXfont-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libXfont-1.4.1.ebuild 10 Dec 2009 19:17:51 -0000 1.4
+++ libXfont-1.4.1.ebuild 15 Dec 2009 19:36:50 -0000 1.5
@@ -1,12 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.4 2009/12/10 19:17:51 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.5 2009/12/15 19:36:50 ranger Exp $
inherit x-modular flag-o-matic
DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="ipv6"
RDEPEND="x11-libs/xtrans
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2009-12-27 18:06 Joseph Jezak (josejx)
0 siblings, 0 replies; 11+ messages in thread
From: Joseph Jezak (josejx) @ 2009-12-27 18:06 UTC (permalink / raw
To: gentoo-commits
josejx 09/12/27 18:06:27
Modified: ChangeLog libXfont-1.4.1.ebuild
Log:
Marked ppc stable for bug #294958.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.121 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 15 Dec 2009 19:36:50 -0000 1.120
+++ ChangeLog 27 Dec 2009 18:06:27 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.120 2009/12/15 19:36:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.121 2009/12/27 18:06:27 josejx Exp $
+
+ 27 Dec 2009; Joseph Jezak <josejx@gentoo.org> libXfont-1.4.1.ebuild:
+ Marked ppc stable for bug #294958.
15 Dec 2009; Brent Baude <ranger@gentoo.org> libXfont-1.4.1.ebuild:
Marking libXfont-1.4.1 ppc64 stable for bug 294958
1.6 x11-libs/libXfont/libXfont-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?r1=1.5&r2=1.6
Index: libXfont-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libXfont-1.4.1.ebuild 15 Dec 2009 19:36:50 -0000 1.5
+++ libXfont-1.4.1.ebuild 27 Dec 2009 18:06:27 -0000 1.6
@@ -1,12 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.5 2009/12/15 19:36:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.6 2009/12/27 18:06:27 josejx Exp $
inherit x-modular flag-o-matic
DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="ipv6"
RDEPEND="x11-libs/xtrans
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2010-01-14 17:36 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-14 17:36 UTC (permalink / raw
To: gentoo-commits
jer 10/01/14 17:36:12
Modified: ChangeLog libXfont-1.4.1.ebuild
Log:
Stable for HPPA (bug #294958).
(Portage version: 2.2_rc61/cvs/Linux i686)
Revision Changes Path
1.122 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 27 Dec 2009 18:06:27 -0000 1.121
+++ ChangeLog 14 Jan 2010 17:36:12 -0000 1.122
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libXfont
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.121 2009/12/27 18:06:27 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.122 2010/01/14 17:36:12 jer Exp $
+
+ 14 Jan 2010; Jeroen Roovers <jer@gentoo.org> libXfont-1.4.1.ebuild:
+ Stable for HPPA (bug #294958).
27 Dec 2009; Joseph Jezak <josejx@gentoo.org> libXfont-1.4.1.ebuild:
Marked ppc stable for bug #294958.
1.7 x11-libs/libXfont/libXfont-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?r1=1.6&r2=1.7
Index: libXfont-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libXfont-1.4.1.ebuild 27 Dec 2009 18:06:27 -0000 1.6
+++ libXfont-1.4.1.ebuild 14 Jan 2010 17:36:12 -0000 1.7
@@ -1,12 +1,12 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.6 2009/12/27 18:06:27 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.7 2010/01/14 17:36:12 jer Exp $
inherit x-modular flag-o-matic
DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="ipv6"
RDEPEND="x11-libs/xtrans
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2010-01-14 22:41 Markus Meier (maekke)
0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2010-01-14 22:41 UTC (permalink / raw
To: gentoo-commits
maekke 10/01/14 22:41:36
Modified: ChangeLog libXfont-1.4.1.ebuild
Log:
arm stable, bug #294958
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.123 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 14 Jan 2010 17:36:12 -0000 1.122
+++ ChangeLog 14 Jan 2010 22:41:35 -0000 1.123
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.122 2010/01/14 17:36:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.123 2010/01/14 22:41:35 maekke Exp $
+
+ 14 Jan 2010; Markus Meier <maekke@gentoo.org> libXfont-1.4.1.ebuild:
+ arm stable, bug #294958
14 Jan 2010; Jeroen Roovers <jer@gentoo.org> libXfont-1.4.1.ebuild:
Stable for HPPA (bug #294958).
1.8 x11-libs/libXfont/libXfont-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?r1=1.7&r2=1.8
Index: libXfont-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libXfont-1.4.1.ebuild 14 Jan 2010 17:36:12 -0000 1.7
+++ libXfont-1.4.1.ebuild 14 Jan 2010 22:41:35 -0000 1.8
@@ -1,12 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.7 2010/01/14 17:36:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.8 2010/01/14 22:41:35 maekke Exp $
inherit x-modular flag-o-matic
DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="ipv6"
RDEPEND="x11-libs/xtrans
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2010-01-18 19:52 Raul Porcel (armin76)
0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-18 19:52 UTC (permalink / raw
To: gentoo-commits
armin76 10/01/18 19:52:11
Modified: ChangeLog libXfont-1.4.1.ebuild
Log:
alpha/ia64/sh/sparc stable wrt #294958
(Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.124 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 14 Jan 2010 22:41:35 -0000 1.123
+++ ChangeLog 18 Jan 2010 19:52:10 -0000 1.124
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.123 2010/01/14 22:41:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.124 2010/01/18 19:52:10 armin76 Exp $
+
+ 18 Jan 2010; Raúl Porcel <armin76@gentoo.org> libXfont-1.4.1.ebuild:
+ alpha/ia64/sh/sparc stable wrt #294958
14 Jan 2010; Markus Meier <maekke@gentoo.org> libXfont-1.4.1.ebuild:
arm stable, bug #294958
1.9 x11-libs/libXfont/libXfont-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?r1=1.8&r2=1.9
Index: libXfont-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libXfont-1.4.1.ebuild 14 Jan 2010 22:41:35 -0000 1.8
+++ libXfont-1.4.1.ebuild 18 Jan 2010 19:52:10 -0000 1.9
@@ -1,12 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.8 2010/01/14 22:41:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.9 2010/01/18 19:52:10 armin76 Exp $
inherit x-modular flag-o-matic
DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd"
IUSE="ipv6"
RDEPEND="x11-libs/xtrans
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2010-01-19 20:06 Raul Porcel (armin76)
0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-19 20:06 UTC (permalink / raw
To: gentoo-commits
armin76 10/01/19 20:06:32
Modified: ChangeLog libXfont-1.4.1.ebuild
Log:
s390 stable wrt #294958
(Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.125 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.124&r2=1.125
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 18 Jan 2010 19:52:10 -0000 1.124
+++ ChangeLog 19 Jan 2010 20:06:31 -0000 1.125
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.124 2010/01/18 19:52:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.125 2010/01/19 20:06:31 armin76 Exp $
+
+ 19 Jan 2010; Raúl Porcel <armin76@gentoo.org> libXfont-1.4.1.ebuild:
+ s390 stable wrt #294958
18 Jan 2010; Raúl Porcel <armin76@gentoo.org> libXfont-1.4.1.ebuild:
alpha/ia64/sh/sparc stable wrt #294958
1.10 x11-libs/libXfont/libXfont-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild?r1=1.9&r2=1.10
Index: libXfont-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libXfont-1.4.1.ebuild 18 Jan 2010 19:52:10 -0000 1.9
+++ libXfont-1.4.1.ebuild 19 Jan 2010 20:06:31 -0000 1.10
@@ -1,12 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.9 2010/01/18 19:52:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.1.ebuild,v 1.10 2010/01/19 20:06:31 armin76 Exp $
inherit x-modular flag-o-matic
DESCRIPTION="X.Org Xfont library"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="ipv6"
RDEPEND="x11-libs/xtrans
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild
@ 2010-10-21 14:14 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 11+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-10-21 14:14 UTC (permalink / raw
To: gentoo-commits
scarabeus 10/10/21 14:14:22
Modified: ChangeLog
Removed: libXfont-1.4.1.ebuild
Log:
old
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Revision Changes Path
1.136 x11-libs/libXfont/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.135&r2=1.136
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog 21 Oct 2010 01:17:42 -0000 1.135
+++ ChangeLog 21 Oct 2010 14:14:21 -0000 1.136
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.135 2010/10/21 01:17:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.136 2010/10/21 14:14:21 scarabeus Exp $
+
+ 21 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -libXfont-1.4.1.ebuild:
+ old
21 Oct 2010; Brent Baude <ranger@gentoo.org> libXfont-1.4.2.ebuild:
Marking libXfont-1.4.2 ppc stable for bug 239063
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2010-10-21 14:14 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-14 17:36 [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.1.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2010-10-21 14:14 Tomas Chvatal (scarabeus)
2010-01-19 20:06 Raul Porcel (armin76)
2010-01-18 19:52 Raul Porcel (armin76)
2010-01-14 22:41 Markus Meier (maekke)
2009-12-27 18:06 Joseph Jezak (josejx)
2009-12-15 19:36 Brent Baude (ranger)
2009-12-10 19:17 Christian Faulhammer (fauli)
2009-12-10 13:33 Samuli Suominen (ssuominen)
2009-11-08 9:31 Remi Cardona (remi)
2009-10-11 23:53 Remi Cardona (remi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox