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 | |
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')
-rw-r--r-- | x11-apps/xwininfo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xwininfo/xwininfo-1.0.5.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/xwininfo/ChangeLog b/x11-apps/xwininfo/ChangeLog index a05bc666f9c1..a78ee9bbd705 100644 --- a/x11-apps/xwininfo/ChangeLog +++ b/x11-apps/xwininfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xwininfo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.38 2009/10/14 11:45:57 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.39 2009/10/14 11:52:07 remi Exp $ + +*xwininfo-1.0.5 (14 Oct 2009) + + 14 Oct 2009; Rémi Cardona <remi@gentoo.org> +xwininfo-1.0.5.ebuild: + bump to 1.0.5, sync with overlay 14 Oct 2009; Rémi Cardona <remi@gentoo.org> -xwininfo-1.0.2.ebuild: drop old ebuilds 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}" |