diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-14 11:52:07 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-14 11:52:07 +0000 |
commit | 567203b4ca38dd6d90158a4e7a0307709d5c183c (patch) | |
tree | 77721b833e5743f19d94cfabb7d12826932d261c /x11-apps/xwininfo/xwininfo-1.0.5.ebuild | |
parent | x11-apps/xwininfo: drop old ebuilds (diff) | |
download | gentoo-2-567203b4ca38dd6d90158a4e7a0307709d5c183c.tar.gz gentoo-2-567203b4ca38dd6d90158a4e7a0307709d5c183c.tar.bz2 gentoo-2-567203b4ca38dd6d90158a4e7a0307709d5c183c.zip |
x11-apps/xwininfo: bump to 1.0.5, sync with overlay
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xwininfo/xwininfo-1.0.5.ebuild')
-rw-r--r-- | x11-apps/xwininfo/xwininfo-1.0.5.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xwininfo/xwininfo-1.0.5.ebuild b/x11-apps/xwininfo/xwininfo-1.0.5.ebuild new file mode 100644 index 000000000000..04eddb3d40ca --- /dev/null +++ b/x11-apps/xwininfo/xwininfo-1.0.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.0.5.ebuild,v 1.1 2009/10/14 11:52:07 remi Exp $ + +inherit x-modular + +DESCRIPTION="window information utility for X" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" |