diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-08-11 12:34:30 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-08-11 12:34:30 +0000 |
commit | d89606a4e98a24e8b1f8be73c45ac3c50fc3c451 (patch) | |
tree | 84d721a9c8347ad4ceb8ac5fa2a43518d739e31c /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-d89606a4e98a24e8b1f8be73c45ac3c50fc3c451.tar.gz gentoo-2-d89606a4e98a24e8b1f8be73c45ac3c50fc3c451.tar.bz2 gentoo-2-d89606a4e98a24e8b1f8be73c45ac3c50fc3c451.zip |
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.6.ebuild | 19 |
2 files changed, 27 insertions, 3 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index 336e802355ff..0293ffe60e99 100644 --- a/x11-apps/xwd/ChangeLog +++ b/x11-apps/xwd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xwd -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.54 2012/08/26 17:09:46 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.55 2013/08/11 12:34:30 chithanh Exp $ + +*xwd-1.0.6 (11 Aug 2013) + + 11 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xwd-1.0.6.ebuild: + Version bump. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xwd-1.0.5.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -188,4 +194,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xwd-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xwd/xwd-1.0.6.ebuild b/x11-apps/xwd/xwd-1.0.6.ebuild new file mode 100644 index 000000000000..924c1e372574 --- /dev/null +++ b/x11-apps/xwd/xwd-1.0.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.6.ebuild,v 1.1 2013/08/11 12:34:30 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="dump an image of an X window" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +# libXt dependency is not in configure.ac, bug #408629, upstream #47462." +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-libs/libXt + x11-libs/libxkbfile + x11-proto/xproto" |