summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-02-24 15:38:38 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-02-24 15:38:38 +0000
commit57fc022329baac0843fe951ace262a091abac931 (patch)
treea5627014dddcd0dc3c8e293e264cfd0ff8298c40 /x11-apps
parentStable for HPPA (bug #400285). (diff)
downloadhistorical-57fc022329baac0843fe951ace262a091abac931.tar.gz
historical-57fc022329baac0843fe951ace262a091abac931.tar.bz2
historical-57fc022329baac0843fe951ace262a091abac931.zip
Version bump.
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/intel-gpu-tools/ChangeLog8
-rw-r--r--x11-apps/intel-gpu-tools/intel-gpu-tools-1.2.ebuild16
-rw-r--r--x11-apps/mkfontdir/ChangeLog10
-rw-r--r--x11-apps/mkfontdir/mkfontdir-1.0.7.ebuild14
-rw-r--r--x11-apps/mkfontscale/ChangeLog8
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.1.0.ebuild23
-rw-r--r--x11-apps/oclock/ChangeLog10
-rw-r--r--x11-apps/oclock/oclock-1.0.3.ebuild16
-rw-r--r--x11-apps/xclipboard/ChangeLog10
-rw-r--r--x11-apps/xclipboard/xclipboard-1.1.2.ebuild17
-rw-r--r--x11-apps/xclock/ChangeLog14
-rw-r--r--x11-apps/xclock/xclock-1.0.6.ebuild20
-rw-r--r--x11-apps/xcmsdb/ChangeLog10
-rw-r--r--x11-apps/xcmsdb/xcmsdb-1.0.4.ebuild14
-rw-r--r--x11-apps/xev/ChangeLog10
-rw-r--r--x11-apps/xev/xev-1.2.0.ebuild15
-rw-r--r--x11-apps/xfd/ChangeLog10
-rw-r--r--x11-apps/xfd/xfd-1.1.1.ebuild21
-rw-r--r--x11-apps/xwd/ChangeLog10
-rw-r--r--x11-apps/xwd/xwd-1.0.5.ebuild15
20 files changed, 253 insertions, 18 deletions
diff --git a/x11-apps/intel-gpu-tools/ChangeLog b/x11-apps/intel-gpu-tools/ChangeLog
index 5e91c2affc6b..a34d3aa2e5a9 100644
--- a/x11-apps/intel-gpu-tools/ChangeLog
+++ b/x11-apps/intel-gpu-tools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/intel-gpu-tools
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v 1.5 2012/01/01 14:28:51 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v 1.6 2012/02/24 15:34:06 chithanh Exp $
+
+*intel-gpu-tools-1.2 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +intel-gpu-tools-1.2.ebuild:
+ Version bump.
*intel-gpu-tools-1.1 (01 Jan 2012)
diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.2.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.2.ebuild
new file mode 100644
index 000000000000..f820c60b48b1
--- /dev/null
+++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.2.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/intel-gpu-tools/intel-gpu-tools-1.2.ebuild,v 1.1 2012/02/24 15:34:06 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="intel gpu userland tools"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test"
+
+DEPEND="
+ x11-libs/libdrm[video_cards_intel]
+ >=x11-libs/libpciaccess-0.10"
+RDEPEND="${DEPEND}"
diff --git a/x11-apps/mkfontdir/ChangeLog b/x11-apps/mkfontdir/ChangeLog
index 4c3267ca0571..d8d272260e03 100644
--- a/x11-apps/mkfontdir/ChangeLog
+++ b/x11-apps/mkfontdir/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/mkfontdir
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontdir/ChangeLog,v 1.72 2011/02/14 15:47:17 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontdir/ChangeLog,v 1.73 2012/02/24 15:34:31 chithanh Exp $
+
+*mkfontdir-1.0.7 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +mkfontdir-1.0.7.ebuild:
+ Version bump.
14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -mkfontdir-1.0.5.ebuild:
old
diff --git a/x11-apps/mkfontdir/mkfontdir-1.0.7.ebuild b/x11-apps/mkfontdir/mkfontdir-1.0.7.ebuild
new file mode 100644
index 000000000000..44db6ac9a19c
--- /dev/null
+++ b/x11-apps/mkfontdir/mkfontdir-1.0.7.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontdir/mkfontdir-1.0.7.ebuild,v 1.1 2012/02/24 15:34:31 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="create an index of X font files in a directory"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-apps/mkfontscale"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog
index e7634c820fe9..905f16ca7811 100644
--- a/x11-apps/mkfontscale/ChangeLog
+++ b/x11-apps/mkfontscale/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/mkfontscale
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.91 2012/02/19 14:22:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.92 2012/02/24 15:34:57 chithanh Exp $
+
+*mkfontscale-1.1.0 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +mkfontscale-1.1.0.ebuild:
+ Version bump.
19 Feb 2012; Raúl Porcel <armin76@gentoo.org> mkfontscale-1.0.9-r1.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #394393
diff --git a/x11-apps/mkfontscale/mkfontscale-1.1.0.ebuild b/x11-apps/mkfontscale/mkfontscale-1.1.0.ebuild
new file mode 100644
index 000000000000..2844c47152ba
--- /dev/null
+++ b/x11-apps/mkfontscale/mkfontscale-1.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.1.0.ebuild,v 1.1 2012/02/24 15:34:57 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="create an index of scalable font files for X"
+
+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 ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libfontenc
+ media-libs/freetype:2"
+DEPEND="${RDEPEND}
+ x11-proto/xproto
+ app-arch/gzip
+ app-arch/bzip2"
+
+XORG_CONFIGURE_OPTIONS=(
+ --with-bzip2
+)
diff --git a/x11-apps/oclock/ChangeLog b/x11-apps/oclock/ChangeLog
index b0e3eae7b6d5..df53b53d8ebb 100644
--- a/x11-apps/oclock/ChangeLog
+++ b/x11-apps/oclock/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/oclock
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/oclock/ChangeLog,v 1.26 2011/08/10 15:12:22 mduft Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/oclock/ChangeLog,v 1.27 2012/02/24 15:35:22 chithanh Exp $
+
+*oclock-1.0.3 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +oclock-1.0.3.ebuild:
+ Version bump.
10 Aug 2011; Markus Duft <mduft@gentoo.org> oclock-1.0.2.ebuild:
added ~x86-interix prefix keyword
diff --git a/x11-apps/oclock/oclock-1.0.3.ebuild b/x11-apps/oclock/oclock-1.0.3.ebuild
new file mode 100644
index 000000000000..89a74e6a7493
--- /dev/null
+++ b/x11-apps/oclock/oclock-1.0.3.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/oclock/oclock-1.0.3.ebuild,v 1.1 2012/02/24 15:35:22 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="round X clock"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXext"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog
index 42d6d1cd94d1..27a88618fa9b 100644
--- a/x11-apps/xclipboard/ChangeLog
+++ b/x11-apps/xclipboard/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xclipboard
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.43 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/xclipboard/ChangeLog,v 1.44 2012/02/24 15:35:47 chithanh Exp $
+
+*xclipboard-1.1.2 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xclipboard-1.1.2.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
xclipboard-1.1.1.ebuild:
diff --git a/x11-apps/xclipboard/xclipboard-1.1.2.ebuild b/x11-apps/xclipboard/xclipboard-1.1.2.ebuild
new file mode 100644
index 000000000000..d243a19d694a
--- /dev/null
+++ b/x11-apps/xclipboard/xclipboard-1.1.2.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/xclipboard/xclipboard-1.1.2.ebuild,v 1.1 2012/02/24 15:35:47 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="interchange between cut buffer and selection"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="x11-libs/libXaw
+ x11-libs/libxkbfile
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xclock/ChangeLog b/x11-apps/xclock/ChangeLog
index 992b07991dee..0188a71b1d69 100644
--- a/x11-apps/xclock/ChangeLog
+++ b/x11-apps/xclock/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for x11-apps/xclock
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.60 2011/02/14 23:41:01 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.61 2012/02/24 15:36:15 chithanh Exp $
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xclock-1.0.6.ebuild:
+ Version bump.
+
+*xclock-1.0.6 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xclock-1.0.6.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xclock-1.0.5.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xclock/xclock-1.0.6.ebuild b/x11-apps/xclock/xclock-1.0.6.ebuild
new file mode 100644
index 000000000000..ad4a3940f8fb
--- /dev/null
+++ b/x11-apps/xclock/xclock-1.0.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/xclock-1.0.6.ebuild,v 1.1 2012/02/24 15:36:15 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="analog / digital clock for X"
+
+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"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXrender
+ x11-libs/libXft
+ x11-libs/libxkbfile
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xcmsdb/ChangeLog b/x11-apps/xcmsdb/ChangeLog
index 8979555c59c6..f9c5740ef5a2 100644
--- a/x11-apps/xcmsdb/ChangeLog
+++ b/x11-apps/xcmsdb/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xcmsdb
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.43 2011/02/14 18:51:41 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.44 2012/02/24 15:36:44 chithanh Exp $
+
+*xcmsdb-1.0.4 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xcmsdb-1.0.4.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xcmsdb-1.0.3.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.4.ebuild b/x11-apps/xcmsdb/xcmsdb-1.0.4.ebuild
new file mode 100644
index 000000000000..46b987ed645b
--- /dev/null
+++ b/x11-apps/xcmsdb/xcmsdb-1.0.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/xcmsdb-1.0.4.ebuild,v 1.1 2012/02/24 15:36:44 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="Device Color Characterization utility for X Color Management System"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog
index cc5f73283572..1426739e0f71 100644
--- a/x11-apps/xev/ChangeLog
+++ b/x11-apps/xev/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xev
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.52 2011/08/10 15:18:42 mduft Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.53 2012/02/24 15:37:38 chithanh Exp $
+
+*xev-1.2.0 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xev-1.2.0.ebuild:
+ Version bump.
10 Aug 2011; Markus Duft <mduft@gentoo.org> xev-1.1.0.ebuild:
added ~x86-interix prefix keyword
diff --git a/x11-apps/xev/xev-1.2.0.ebuild b/x11-apps/xev/xev-1.2.0.ebuild
new file mode 100644
index 000000000000..77c97801edf1
--- /dev/null
+++ b/x11-apps/xev/xev-1.2.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/xev/xev-1.2.0.ebuild,v 1.1 2012/02/24 15:37:38 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="print contents of X events"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-interix ~x86-linux ~x86-winnt"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xfd/ChangeLog b/x11-apps/xfd/ChangeLog
index 4f4558eae5c9..df40250908aa 100644
--- a/x11-apps/xfd/ChangeLog
+++ b/x11-apps/xfd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xfd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.33 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/xfd/ChangeLog,v 1.34 2012/02/24 15:38:02 chithanh Exp $
+
+*xfd-1.1.1 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xfd-1.1.1.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xfd-1.1.0.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xfd/xfd-1.1.1.ebuild b/x11-apps/xfd/xfd-1.1.1.ebuild
new file mode 100644
index 000000000000..f47146d9dbb7
--- /dev/null
+++ b/x11-apps/xfd/xfd-1.1.1.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/xfd/xfd-1.1.1.ebuild,v 1.1 2012/02/24 15:38:02 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="X.Org xfd application"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="media-libs/freetype:2
+ media-libs/fontconfig
+ x11-libs/libXft
+ x11-libs/libXt
+ x11-libs/libXmu
+ x11-libs/libXrender
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}
+ sys-devel/gettext"
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog
index 26b6a9dddfcf..2047143f7eac 100644
--- a/x11-apps/xwd/ChangeLog
+++ b/x11-apps/xwd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xwd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.43 2011/02/14 18:57:31 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.44 2012/02/24 15:38:38 chithanh Exp $
+
+*xwd-1.0.5 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xwd-1.0.5.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xwd-1.0.4.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xwd/xwd-1.0.5.ebuild b/x11-apps/xwd/xwd-1.0.5.ebuild
new file mode 100644
index 000000000000..c37d4d60ee33
--- /dev/null
+++ b/x11-apps/xwd/xwd-1.0.5.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/xwd/xwd-1.0.5.ebuild,v 1.1 2012/02/24 15:38:38 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="dump an image of an X window"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"