summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/rgb/ChangeLog5
-rw-r--r--x11-apps/rgb/rgb-1.0.3.ebuild4
-rw-r--r--x11-apps/xauth/ChangeLog5
-rw-r--r--x11-apps/xauth/xauth-1.0.3.ebuild4
-rw-r--r--x11-apps/xinit/ChangeLog5
-rw-r--r--x11-apps/xinit/xinit-1.0.8-r4.ebuild4
6 files changed, 18 insertions, 9 deletions
diff --git a/x11-apps/rgb/ChangeLog b/x11-apps/rgb/ChangeLog
index df7a15d6bb9d..115eb9b73090 100644
--- a/x11-apps/rgb/ChangeLog
+++ b/x11-apps/rgb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/rgb
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v 1.44 2009/05/15 14:46:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v 1.45 2009/06/23 19:20:46 klausman Exp $
+
+ 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> rgb-1.0.3.ebuild:
+ Stable on alpha for xorg-server-1.5/xorg-x11-7.4
15 May 2009; Raúl Porcel <armin76@gentoo.org> rgb-1.0.3.ebuild:
arm/s390 stable
diff --git a/x11-apps/rgb/rgb-1.0.3.ebuild b/x11-apps/rgb/rgb-1.0.3.ebuild
index 5f032ead47cb..844a6ec03c88 100644
--- a/x11-apps/rgb/rgb-1.0.3.ebuild
+++ b/x11-apps/rgb/rgb-1.0.3.ebuild
@@ -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-apps/rgb/rgb-1.0.3.ebuild,v 1.10 2009/05/15 14:46:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/rgb-1.0.3.ebuild,v 1.11 2009/06/23 19:20:46 klausman Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -9,7 +9,7 @@ inherit x-modular
DESCRIPTION="uncompile an rgb color-name database"
-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=""
RDEPEND=""
DEPEND="${RDEPEND}
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog
index d2ae2a9a8591..9298b6769d9a 100644
--- a/x11-apps/xauth/ChangeLog
+++ b/x11-apps/xauth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xauth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.49 2009/05/15 15:13:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.50 2009/06/23 19:23:51 klausman Exp $
+
+ 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xauth-1.0.3.ebuild:
+ Stable on alpha for xorg-server-1.5/xorg-x11-7.4
15 May 2009; Raúl Porcel <armin76@gentoo.org> xauth-1.0.3.ebuild:
arm/s390 stable
diff --git a/x11-apps/xauth/xauth-1.0.3.ebuild b/x11-apps/xauth/xauth-1.0.3.ebuild
index aff005ef27c9..6373d9cb5098 100644
--- a/x11-apps/xauth/xauth-1.0.3.ebuild
+++ b/x11-apps/xauth/xauth-1.0.3.ebuild
@@ -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-apps/xauth/xauth-1.0.3.ebuild,v 1.10 2009/05/15 15:13:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.3.ebuild,v 1.11 2009/06/23 19:23:51 klausman Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -9,7 +9,7 @@ inherit x-modular
DESCRIPTION="X authority file utility"
-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/libX11
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index a855c036ddda..edbab1007216 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xinit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.129 2009/05/30 17:34:21 miknix Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.130 2009/06/23 19:25:02 klausman Exp $
+
+ 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xinit-1.0.8-r4.ebuild:
+ Stable on alpha for xorg-server-1.5/xorg-x11-7.4
30 May 2009; Angelo Arrifano files/xdm.confd-1, files/xdm.initd-2:
Add GPE (gpe-dm) support.
diff --git a/x11-apps/xinit/xinit-1.0.8-r4.ebuild b/x11-apps/xinit/xinit-1.0.8-r4.ebuild
index fb44a0e13496..e900df46174d 100644
--- a/x11-apps/xinit/xinit-1.0.8-r4.ebuild
+++ b/x11-apps/xinit/xinit-1.0.8-r4.ebuild
@@ -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-apps/xinit/xinit-1.0.8-r4.ebuild,v 1.11 2009/05/15 15:26:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r4.ebuild,v 1.12 2009/06/23 19:25:02 klausman Exp $
# Must be before x-modular eclass is inherited
# This is enabled due to modified Makefile.am from the patches
@@ -11,7 +11,7 @@ inherit x-modular pam
DESCRIPTION="X Window System initializer"
LICENSE="${LICENSE} GPL-2"
-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="hal minimal pam"
RDEPEND="x11-apps/xauth