summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/xhost/ChangeLog7
-rw-r--r--x11-apps/xhost/xhost-1.0.0.ebuild6
-rw-r--r--x11-apps/xinit/ChangeLog5
-rw-r--r--x11-apps/xinit/xinit-1.0.1.ebuild4
-rw-r--r--x11-apps/xmodmap/ChangeLog7
-rw-r--r--x11-apps/xmodmap/xmodmap-1.0.0.ebuild6
-rw-r--r--x11-apps/xrandr/ChangeLog7
-rw-r--r--x11-apps/xrandr/xrandr-1.0.1.ebuild6
-rw-r--r--x11-apps/xrdb/ChangeLog7
-rw-r--r--x11-apps/xrdb/xrdb-1.0.1.ebuild6
10 files changed, 38 insertions, 23 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog
index b46527969aa3..6830c7e9ec83 100644
--- a/x11-apps/xhost/ChangeLog
+++ b/x11-apps/xhost/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xhost
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.15 2005/12/26 21:12:22 joshuabaergen Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.16 2006/01/31 13:25:38 killerfox Exp $
+
+ 31 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org> xhost-1.0.0.ebuild:
+ Unstable on hppa.
26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
-xhost-0.99.3.ebuild:
diff --git a/x11-apps/xhost/xhost-1.0.0.ebuild b/x11-apps/xhost/xhost-1.0.0.ebuild
index 7e43574d3583..a140dafd2801 100644
--- a/x11-apps/xhost/xhost-1.0.0.ebuild
+++ b/x11-apps/xhost/xhost-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.0.ebuild,v 1.1 2005/12/18 19:38:27 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.0.ebuild,v 1.2 2006/01/31 13:25:38 killerfox Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,7 +8,7 @@
inherit x-modular
DESCRIPTION="X.Org xhost application"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~s390 ~sh ~sparc ~x86"
RDEPEND="x11-libs/libX11
x11-libs/libXmu"
DEPEND="${RDEPEND}"
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index 8ac65c94b6cf..f742352c0b47 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xinit
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.34 2006/01/14 20:38:13 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.35 2006/01/31 13:32:34 killerfox Exp $
+
+ 31 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org> xinit-1.0.1.ebuild:
+ Unstable on hppa.
14 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> xinit-1.0.1.ebuild:
xinit uses the GPL-2 among its other licenses.
diff --git a/x11-apps/xinit/xinit-1.0.1.ebuild b/x11-apps/xinit/xinit-1.0.1.ebuild
index 92bc293ae36f..f53728424efb 100644
--- a/x11-apps/xinit/xinit-1.0.1.ebuild
+++ b/x11-apps/xinit/xinit-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.1.ebuild,v 1.6 2006/01/14 20:38:13 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.1.ebuild,v 1.7 2006/01/31 13:32:34 killerfox Exp $
# Must be before x-modular eclass is inherited
# This is enabled due to modified Makefile.am from the patches
@@ -9,7 +9,7 @@ SNAPSHOT="yes"
inherit x-modular pam
DESCRIPTION="X.Org xinit application"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~s390 ~sh ~sparc ~x86"
RDEPEND="x11-libs/libX11
x11-wm/twm
x11-apps/xclock
diff --git a/x11-apps/xmodmap/ChangeLog b/x11-apps/xmodmap/ChangeLog
index 2dc25363e19b..611e5ec07dc0 100644
--- a/x11-apps/xmodmap/ChangeLog
+++ b/x11-apps/xmodmap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xmodmap
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/ChangeLog,v 1.10 2005/12/26 21:20:08 joshuabaergen Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/ChangeLog,v 1.11 2006/01/31 13:28:34 killerfox Exp $
+
+ 31 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org> xmodmap-1.0.0.ebuild:
+ Unstable on hppa.
26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
-xmodmap-0.99.2.ebuild:
diff --git a/x11-apps/xmodmap/xmodmap-1.0.0.ebuild b/x11-apps/xmodmap/xmodmap-1.0.0.ebuild
index 4b448b6484ac..2ed049aac7dd 100644
--- a/x11-apps/xmodmap/xmodmap-1.0.0.ebuild
+++ b/x11-apps/xmodmap/xmodmap-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/xmodmap-1.0.0.ebuild,v 1.2 2005/12/31 09:47:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/xmodmap-1.0.0.ebuild,v 1.3 2006/01/31 13:28:34 killerfox Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,6 +8,6 @@
inherit x-modular
DESCRIPTION="X.Org xwud application"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~s390 ~sh ~sparc ~x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"
diff --git a/x11-apps/xrandr/ChangeLog b/x11-apps/xrandr/ChangeLog
index 527907ff6c74..de294d2c5e3a 100644
--- a/x11-apps/xrandr/ChangeLog
+++ b/x11-apps/xrandr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xrandr
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/ChangeLog,v 1.11 2005/12/26 21:23:45 joshuabaergen Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/ChangeLog,v 1.12 2006/01/31 13:34:03 killerfox Exp $
+
+ 31 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org> xrandr-1.0.1.ebuild:
+ Unstable on hppa.
26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
-xrandr-0.99.2.ebuild, -xrandr-1.0.0.ebuild:
diff --git a/x11-apps/xrandr/xrandr-1.0.1.ebuild b/x11-apps/xrandr/xrandr-1.0.1.ebuild
index fb9380787633..840d728b1164 100644
--- a/x11-apps/xrandr/xrandr-1.0.1.ebuild
+++ b/x11-apps/xrandr/xrandr-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.0.1.ebuild,v 1.2 2005/12/31 09:47:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.0.1.ebuild,v 1.3 2006/01/31 13:34:03 killerfox Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,7 +8,7 @@
inherit x-modular
DESCRIPTION="X.Org xrandr application"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~s390 ~sh ~sparc ~x86"
RDEPEND="x11-libs/libXrandr
x11-libs/libX11"
DEPEND="${RDEPEND}"
diff --git a/x11-apps/xrdb/ChangeLog b/x11-apps/xrdb/ChangeLog
index 1da95d8abd41..a0b5e5294895 100644
--- a/x11-apps/xrdb/ChangeLog
+++ b/x11-apps/xrdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xrdb
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrdb/ChangeLog,v 1.13 2005/12/26 21:24:13 joshuabaergen Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrdb/ChangeLog,v 1.14 2006/01/31 13:30:34 killerfox Exp $
+
+ 31 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org> xrdb-1.0.1.ebuild:
+ Unstable on hppa.
26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
-xrdb-0.99.2.ebuild, -xrdb-1.0.0.ebuild:
diff --git a/x11-apps/xrdb/xrdb-1.0.1.ebuild b/x11-apps/xrdb/xrdb-1.0.1.ebuild
index 6179bdc35a99..5f6b0b73f31a 100644
--- a/x11-apps/xrdb/xrdb-1.0.1.ebuild
+++ b/x11-apps/xrdb/xrdb-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrdb/xrdb-1.0.1.ebuild,v 1.4 2005/12/31 09:47:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrdb/xrdb-1.0.1.ebuild,v 1.5 2006/01/31 13:30:34 killerfox Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,7 +8,7 @@
inherit x-modular
DESCRIPTION="X.Org xrdb application"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~s390 ~sh ~sparc ~x86"
RDEPEND="x11-libs/libXmu
x11-libs/libX11"
DEPEND="${RDEPEND}"