diff options
author | 2015-07-05 11:31:16 +0000 | |
---|---|---|
committer | 2015-07-05 11:31:16 +0000 | |
commit | b97037ca817973c4033805a5e727d6c63f6fb071 (patch) | |
tree | 269205f50e22adaa431d7efb883614ee1c42984e /x11-apps/x11perf | |
parent | Version bump. (diff) | |
download | gentoo-2-b97037ca817973c4033805a5e727d6c63f6fb071.tar.gz gentoo-2-b97037ca817973c4033805a5e727d6c63f6fb071.tar.bz2 gentoo-2-b97037ca817973c4033805a5e727d6c63f6fb071.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps/x11perf')
-rw-r--r-- | x11-apps/x11perf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/x11perf/x11perf-1.6.0.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-apps/x11perf/ChangeLog b/x11-apps/x11perf/ChangeLog index d05e29e552a8..1349f1aabeb5 100644 --- a/x11-apps/x11perf/ChangeLog +++ b/x11-apps/x11perf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/x11perf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.74 2015/04/12 18:40:50 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.75 2015/07/05 11:31:16 mrueg Exp $ + +*x11perf-1.6.0 (05 Jul 2015) + + 05 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +x11perf-1.6.0.ebuild: + Version bump. 12 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -x11perf-1.5.3.ebuild: Remove old. diff --git a/x11-apps/x11perf/x11perf-1.6.0.ebuild b/x11-apps/x11perf/x11perf-1.6.0.ebuild new file mode 100644 index 000000000000..2509c1ec429f --- /dev/null +++ b/x11-apps/x11perf/x11perf-1.6.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/x11perf-1.6.0.ebuild,v 1.1 2015/07/05 11:31:16 mrueg Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X rendering operation stress test utility" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXft + x11-libs/libXrender + x11-libs/libXext" +DEPEND="${RDEPEND}" |