diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-19 18:29:58 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-19 18:29:58 +0000 |
commit | fdfe7a7463da62e17c2d19d1b47d36173b6d11af (patch) | |
tree | 69998bb17bfff878303cfd98219718884950738b /x11-apps/xwd | |
parent | Version bump. Remove old. (diff) | |
download | historical-fdfe7a7463da62e17c2d19d1b47d36173b6d11af.tar.gz historical-fdfe7a7463da62e17c2d19d1b47d36173b6d11af.tar.bz2 historical-fdfe7a7463da62e17c2d19d1b47d36173b6d11af.zip |
Version bump.
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xwd')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.3.ebuild | 12 |
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}" |