From d89606a4e98a24e8b1f8be73c45ac3c50fc3c451 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Sun, 11 Aug 2013 12:34:30 +0000 Subject: Version bump. (Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit) --- x11-apps/xwd/ChangeLog | 11 ++++++++--- x11-apps/xwd/xwd-1.0.6.ebuild | 19 +++++++++++++++++++ 2 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 x11-apps/xwd/xwd-1.0.6.ebuild (limited to 'x11-apps') 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 + +xwd-1.0.6.ebuild: + Version bump. 26 Aug 2012; Raúl Porcel xwd-1.0.5.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -188,4 +194,3 @@ 08 Aug 2005; Donnie Berkholz ; +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" -- cgit v1.2.3-65-gdbad