diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-09-11 17:56:27 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-09-11 17:56:27 +0000 |
commit | 63320d24a6ce7746635b6a0687047a37bcb9c830 (patch) | |
tree | 65dfed1c44950e2076b9fbb8a050bc926647389d /x11-apps/xwininfo | |
parent | Version bump. We now pull in the exact packages and versions as 7.4 will be r... (diff) | |
download | historical-63320d24a6ce7746635b6a0687047a37bcb9c830.tar.gz historical-63320d24a6ce7746635b6a0687047a37bcb9c830.tar.bz2 historical-63320d24a6ce7746635b6a0687047a37bcb9c830.zip |
Version bump.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.27-rc6 x86_64
Diffstat (limited to 'x11-apps/xwininfo')
-rw-r--r-- | x11-apps/xwininfo/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xwininfo/xwininfo-1.0.4.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xwininfo/ChangeLog b/x11-apps/xwininfo/ChangeLog index 3840073adae1..d4fd86dbdf1e 100644 --- a/x11-apps/xwininfo/ChangeLog +++ b/x11-apps/xwininfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xwininfo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.26 2008/02/05 11:40:39 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.27 2008/09/11 17:56:27 dberkholz Exp $ + +*xwininfo-1.0.4 (11 Sep 2008) + + 11 Sep 2008; Donnie Berkholz <dberkholz@gentoo.org>; + +xwininfo-1.0.4.ebuild: + Version bump. 05 Feb 2008; Markus Rothe <corsair@gentoo.org> xwininfo-1.0.3.ebuild: Stable on ppc64 diff --git a/x11-apps/xwininfo/xwininfo-1.0.4.ebuild b/x11-apps/xwininfo/xwininfo-1.0.4.ebuild new file mode 100644 index 000000000000..66ec3de5cad5 --- /dev/null +++ b/x11-apps/xwininfo/xwininfo-1.0.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.0.4.ebuild,v 1.1 2008/09/11 17:56:27 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="window information utility for X" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" |