summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/luit/ChangeLog8
-rw-r--r--x11-apps/luit/luit-1.1.1.ebuild16
-rw-r--r--x11-apps/setxkbmap/ChangeLog10
-rw-r--r--x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild15
-rw-r--r--x11-apps/xauth/ChangeLog10
-rw-r--r--x11-apps/xauth/xauth-1.0.7.ebuild25
-rw-r--r--x11-apps/xcursorgen/ChangeLog10
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.5.ebuild16
-rw-r--r--x11-apps/xfontsel/ChangeLog10
-rw-r--r--x11-apps/xfontsel/xfontsel-1.0.4.ebuild18
-rw-r--r--x11-apps/xgamma/ChangeLog10
-rw-r--r--x11-apps/xgamma/xgamma-1.0.5.ebuild16
-rw-r--r--x11-apps/xhost/ChangeLog10
-rw-r--r--x11-apps/xhost/xhost-1.0.5.ebuild21
-rw-r--r--x11-apps/xkbevd/ChangeLog10
-rw-r--r--x11-apps/xkbevd/xkbevd-1.1.3.ebuild17
-rw-r--r--x11-apps/xload/ChangeLog10
-rw-r--r--x11-apps/xload/xload-1.1.1.ebuild19
-rw-r--r--x11-apps/xlogo/ChangeLog10
-rw-r--r--x11-apps/xlogo/xlogo-1.0.4.ebuild24
-rw-r--r--x11-apps/xmodmap/ChangeLog10
-rw-r--r--x11-apps/xmodmap/xmodmap-1.0.6.ebuild15
22 files changed, 289 insertions, 21 deletions
diff --git a/x11-apps/luit/ChangeLog b/x11-apps/luit/ChangeLog
index 0e94983bd908..ab28f54c73f8 100644
--- a/x11-apps/luit/ChangeLog
+++ b/x11-apps/luit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/luit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.73 2012/03/07 04:26:32 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/ChangeLog,v 1.74 2012/03/23 15:29:02 chithanh Exp $
+
+*luit-1.1.1 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +luit-1.1.1.ebuild:
+ Version bump.
07 Mar 2012; Jeremy Olexa <darkside@gentoo.org> luit-1.1.0.ebuild:
add ~x64-macos, bug 395011
diff --git a/x11-apps/luit/luit-1.1.1.ebuild b/x11-apps/luit/luit-1.1.1.ebuild
new file mode 100644
index 000000000000..916cf14bbc52
--- /dev/null
+++ b/x11-apps/luit/luit-1.1.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/luit/luit-1.1.1.ebuild,v 1.1 2012/03/23 15:29:02 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="Locale and ISO 2022 support for Unicode terminals"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+RDEPEND="sys-libs/zlib
+ x11-libs/libX11
+ x11-libs/libfontenc"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/setxkbmap/ChangeLog b/x11-apps/setxkbmap/ChangeLog
index 9ffc3d28d082..1d331243f97b 100644
--- a/x11-apps/setxkbmap/ChangeLog
+++ b/x11-apps/setxkbmap/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/setxkbmap
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v 1.57 2011/02/14 23:04:23 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v 1.58 2012/03/23 15:29:52 chithanh Exp $
+
+*setxkbmap-1.3.0 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +setxkbmap-1.3.0.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
setxkbmap-1.2.0.ebuild:
diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild
new file mode 100644
index 000000000000..1d60fc041a59
--- /dev/null
+++ b/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild,v 1.1 2012/03/23 15:29:52 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="Controls the keyboard layout of a running X server."
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+RDEPEND="x11-libs/libxkbfile
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog
index be7ed7867df5..4b819963042a 100644
--- a/x11-apps/xauth/ChangeLog
+++ b/x11-apps/xauth/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xauth
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.77 2011/08/20 15:45:11 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.78 2012/03/23 15:30:46 chithanh Exp $
+
+*xauth-1.0.7 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xauth-1.0.7.ebuild:
+ Version bump.
20 Aug 2011; Jeroen Roovers <jer@gentoo.org> xauth-1.0.6.ebuild:
Stable for HPPA (bug #371857).
diff --git a/x11-apps/xauth/xauth-1.0.7.ebuild b/x11-apps/xauth/xauth-1.0.7.ebuild
new file mode 100644
index 000000000000..a6002878d82e
--- /dev/null
+++ b/x11-apps/xauth/xauth-1.0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.7.ebuild,v 1.1 2012/03/23 15:30:46 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="X authority file utility"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXext
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ipv6)
+ )
+ xorg-2_pkg_setup
+}
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog
index 79e510e9488f..3375b18bca3d 100644
--- a/x11-apps/xcursorgen/ChangeLog
+++ b/x11-apps/xcursorgen/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xcursorgen
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.56 2011/02/14 23:02:32 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.57 2012/03/23 15:32:48 chithanh Exp $
+
+*xcursorgen-1.0.5 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xcursorgen-1.0.5.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
xcursorgen-1.0.4.ebuild:
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.5.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.5.ebuild
new file mode 100644
index 000000000000..0b7ab16f32f8
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.5.ebuild,v 1.1 2012/03/23 15:32:48 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="create an X cursor file from a collection of PNG images"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXcursor
+ media-libs/libpng:0"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xfontsel/ChangeLog b/x11-apps/xfontsel/ChangeLog
index 9dc4559bfc2a..6395248f09e6 100644
--- a/x11-apps/xfontsel/ChangeLog
+++ b/x11-apps/xfontsel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xfontsel
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.43 2011/08/24 13:49:34 darkside Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.44 2012/03/23 15:34:01 chithanh Exp $
+
+*xfontsel-1.0.4 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xfontsel-1.0.4.ebuild:
+ Version bump.
24 Aug 2011; Jeremy Olexa <darkside@gentoo.org> xfontsel-1.0.3.ebuild:
add ~amd64-linux ~x86-linux
diff --git a/x11-apps/xfontsel/xfontsel-1.0.4.ebuild b/x11-apps/xfontsel/xfontsel-1.0.4.ebuild
new file mode 100644
index 000000000000..46b5f9f83476
--- /dev/null
+++ b/x11-apps/xfontsel/xfontsel-1.0.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/xfontsel-1.0.4.ebuild,v 1.1 2012/03/23 15:34:01 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="point and click selection of X11 font names"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xgamma/ChangeLog b/x11-apps/xgamma/ChangeLog
index 4c4578c9d8b0..f0abebc3153e 100644
--- a/x11-apps/xgamma/ChangeLog
+++ b/x11-apps/xgamma/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xgamma
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.43 2011/02/14 23:40:58 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.44 2012/03/23 15:34:28 chithanh Exp $
+
+*xgamma-1.0.5 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xgamma-1.0.5.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xgamma-1.0.4.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xgamma/xgamma-1.0.5.ebuild b/x11-apps/xgamma/xgamma-1.0.5.ebuild
new file mode 100644
index 000000000000..7f2d0c7b564e
--- /dev/null
+++ b/x11-apps/xgamma/xgamma-1.0.5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.5.ebuild,v 1.1 2012/03/23 15:34:27 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="Alter a monitor's gamma correction through the X server"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libXxf86vm
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-proto/xf86vidmodeproto"
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog
index 3d21e85ffb55..3562b6181ec5 100644
--- a/x11-apps/xhost/ChangeLog
+++ b/x11-apps/xhost/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xhost
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.63 2011/02/14 23:41:03 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.64 2012/03/23 15:33:15 chithanh Exp $
+
+*xhost-1.0.5 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xhost-1.0.5.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xhost-1.0.4.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xhost/xhost-1.0.5.ebuild b/x11-apps/xhost/xhost-1.0.5.ebuild
new file mode 100644
index 000000000000..ed9b79018811
--- /dev/null
+++ b/x11-apps/xhost/xhost-1.0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.5.ebuild,v 1.1 2012/03/23 15:33:15 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="Controls host and/or user access to a running X server."
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXau"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)"
+}
diff --git a/x11-apps/xkbevd/ChangeLog b/x11-apps/xkbevd/ChangeLog
index 8d35692b9c1a..aade7046766e 100644
--- a/x11-apps/xkbevd/ChangeLog
+++ b/x11-apps/xkbevd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xkbevd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbevd/ChangeLog,v 1.53 2011/03/07 21:16:26 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbevd/ChangeLog,v 1.54 2012/03/23 15:34:54 chithanh Exp $
+
+*xkbevd-1.1.3 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xkbevd-1.1.3.ebuild:
+ Version bump.
07 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xkbevd-1.1.1.ebuild:
old
diff --git a/x11-apps/xkbevd/xkbevd-1.1.3.ebuild b/x11-apps/xkbevd/xkbevd-1.1.3.ebuild
new file mode 100644
index 000000000000..3a9879590cab
--- /dev/null
+++ b/x11-apps/xkbevd/xkbevd-1.1.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbevd/xkbevd-1.1.3.ebuild,v 1.1 2012/03/23 15:34:54 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="XKB event daemon"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+ sys-devel/bison"
diff --git a/x11-apps/xload/ChangeLog b/x11-apps/xload/ChangeLog
index fa05337cf081..d2e74a9cd878 100644
--- a/x11-apps/xload/ChangeLog
+++ b/x11-apps/xload/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xload
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.44 2011/02/14 23:40:57 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.45 2012/03/23 15:35:21 chithanh Exp $
+
+*xload-1.1.1 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xload-1.1.1.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xload-1.1.0.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xload/xload-1.1.1.ebuild b/x11-apps/xload/xload-1.1.1.ebuild
new file mode 100644
index 000000000000..be9b194e2b82
--- /dev/null
+++ b/x11-apps/xload/xload-1.1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/xload-1.1.1.ebuild,v 1.1 2012/03/23 15:35:21 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="system load average display for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ sys-devel/gettext"
diff --git a/x11-apps/xlogo/ChangeLog b/x11-apps/xlogo/ChangeLog
index d54eac66b2b5..e26f3af733dd 100644
--- a/x11-apps/xlogo/ChangeLog
+++ b/x11-apps/xlogo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xlogo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlogo/ChangeLog,v 1.34 2011/08/10 15:00:45 mduft Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlogo/ChangeLog,v 1.35 2012/03/23 15:35:54 chithanh Exp $
+
+*xlogo-1.0.4 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xlogo-1.0.4.ebuild:
+ Version bump.
10 Aug 2011; Markus Duft <mduft@gentoo.org> xlogo-1.0.3.ebuild:
added ~x86-interix prefix keyword
diff --git a/x11-apps/xlogo/xlogo-1.0.4.ebuild b/x11-apps/xlogo/xlogo-1.0.4.ebuild
new file mode 100644
index 000000000000..d5708533517c
--- /dev/null
+++ b/x11-apps/xlogo/xlogo-1.0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlogo/xlogo-1.0.4.ebuild,v 1.1 2012/03/23 15:35:53 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="X Window System logo"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix"
+IUSE=""
+
+RDEPEND="x11-libs/libXrender
+ x11-libs/libXext
+ x11-libs/libXt
+ x11-libs/libXft
+ x11-libs/libXaw
+ x11-libs/libSM
+ x11-libs/libXmu
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="--with-render"
diff --git a/x11-apps/xmodmap/ChangeLog b/x11-apps/xmodmap/ChangeLog
index 4e1f066fb63f..83d02e0b88a5 100644
--- a/x11-apps/xmodmap/ChangeLog
+++ b/x11-apps/xmodmap/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xmodmap
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/ChangeLog,v 1.65 2011/02/14 18:53:51 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/ChangeLog,v 1.66 2012/03/23 15:36:22 chithanh Exp $
+
+*xmodmap-1.0.6 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xmodmap-1.0.6.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xmodmap-1.0.5.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xmodmap/xmodmap-1.0.6.ebuild b/x11-apps/xmodmap/xmodmap-1.0.6.ebuild
new file mode 100644
index 000000000000..c4a9fe28f798
--- /dev/null
+++ b/x11-apps/xmodmap/xmodmap-1.0.6.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/xmodmap-1.0.6.ebuild,v 1.1 2012/03/23 15:36:22 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="utility for modifying keymaps and pointer button mappings in X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"