summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-10-19 18:20:40 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-10-19 18:20:40 +0000
commita70ce03f95cd801cf99fdd5910a2a2dbd9893305 (patch)
tree29c397585f3b2f56a168d6a0456517df24650b65 /x11-apps
parentVersion bump. Remove old. (diff)
downloadgentoo-2-a70ce03f95cd801cf99fdd5910a2a2dbd9893305.tar.gz
gentoo-2-a70ce03f95cd801cf99fdd5910a2a2dbd9893305.tar.bz2
gentoo-2-a70ce03f95cd801cf99fdd5910a2a2dbd9893305.zip
Version bump.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xwd/ChangeLog7
-rw-r--r--x11-apps/xwd/xwd-1.0.3.ebuild12
2 files changed, 18 insertions, 1 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog
index a022ed828d75..9347b3e83ed8 100644
--- a/x11-apps/xwd/ChangeLog
+++ b/x11-apps/xwd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xwd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.25 2009/06/23 20:56:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.26 2009/10/19 18:20:40 scarabeus Exp $
+
+*xwd-1.0.3 (19 Oct 2009)
+
+ 19 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xwd-1.0.3.ebuild:
+ Version bump.
23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xwd-1.0.2.ebuild:
Stable on alpha for xorg-server-1.5/xorg-x11-7.4
diff --git a/x11-apps/xwd/xwd-1.0.3.ebuild b/x11-apps/xwd/xwd-1.0.3.ebuild
new file mode 100644
index 000000000000..b1f20dab69b7
--- /dev/null
+++ b/x11-apps/xwd/xwd-1.0.3.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.3.ebuild,v 1.1 2009/10/19 18:20:40 scarabeus Exp $
+
+inherit x-modular
+
+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}"