diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-18 21:39:47 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-18 21:39:47 +0000 |
commit | c79b8272a3b53aaae1f549b1d544a25a5878edbb (patch) | |
tree | b9fc21de8b236a7409747be37a2e25e9aa4e097f /x11-apps | |
parent | x11-apps/xman: bump to 1.1.0, sync with overlay (diff) | |
download | gentoo-2-c79b8272a3b53aaae1f549b1d544a25a5878edbb.tar.gz gentoo-2-c79b8272a3b53aaae1f549b1d544a25a5878edbb.tar.bz2 gentoo-2-c79b8272a3b53aaae1f549b1d544a25a5878edbb.zip |
x11-apps/x11perf: bump to 1.5.1, sync with overlay
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/x11perf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/x11perf/x11perf-1.5.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/x11perf/ChangeLog b/x11-apps/x11perf/ChangeLog index baa74c6b366c..4a36c1f7a61f 100644 --- a/x11-apps/x11perf/ChangeLog +++ b/x11-apps/x11perf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/x11perf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.37 2009/10/11 11:12:29 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.38 2009/10/18 21:39:47 remi Exp $ + +*x11perf-1.5.1 (18 Oct 2009) + + 18 Oct 2009; Rémi Cardona <remi@gentoo.org> +x11perf-1.5.1.ebuild: + bump to 1.5.1, sync with overlay 11 Oct 2009; nixnut <nixnut@gentoo.org> ChangeLog: ppc stable #282290 diff --git a/x11-apps/x11perf/x11perf-1.5.1.ebuild b/x11-apps/x11perf/x11perf-1.5.1.ebuild new file mode 100644 index 000000000000..0268fd2d6862 --- /dev/null +++ b/x11-apps/x11perf/x11perf-1.5.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/x11perf-1.5.1.ebuild,v 1.1 2009/10/18 21:39:47 remi Exp $ + +inherit x-modular + +DESCRIPTION="X rendering operation stress test utility" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXft + x11-libs/libXrender + x11-libs/libXext" +DEPEND="${RDEPEND}" |