diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-16 16:38:53 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-16 16:45:05 -0700 |
commit | 087ac7df590ca1b7bcbbc6608e330c697913e469 (patch) | |
tree | e197f876a4fd03cb316e1b285fbb8a53043eb050 /x11-apps/x11perf | |
parent | x11-libs/libXxf86dga: Version bump to 1.1.5 (diff) | |
download | gentoo-087ac7df590ca1b7bcbbc6608e330c697913e469.tar.gz gentoo-087ac7df590ca1b7bcbbc6608e330c697913e469.tar.bz2 gentoo-087ac7df590ca1b7bcbbc6608e330c697913e469.zip |
x11-apps/x11perf: Version bump to 1.6.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/x11perf')
-rw-r--r-- | x11-apps/x11perf/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/x11perf/x11perf-1.6.1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-apps/x11perf/Manifest b/x11-apps/x11perf/Manifest index a8bb792317b2..de1ad51f32af 100644 --- a/x11-apps/x11perf/Manifest +++ b/x11-apps/x11perf/Manifest @@ -1 +1,2 @@ DIST x11perf-1.6.0.tar.bz2 191086 BLAKE2B accdbc4899a28a76bc1487d2f6fa04f5309337eee5e650455c9c3bd4a5187cd7ad42565bb2713c7f5974542bf8b9a2297db0ada81659479487b4a1a2e6227f25 SHA512 a9508c9dd6db2663b5bd30f5e1f5f80b1d22ce5221ae3dc292e746f8e554fda2d3130f7311f2545e20244dceb51e867fe80fec82c9ac5911dcdc90a73b231623 +DIST x11perf-1.6.1.tar.bz2 189446 BLAKE2B 2a36bea5e1c9a414d9a1ce798e4f0481aeab86522c5924fb7520c0bc917b832f3e4c63c70a5430cd3fd92cac4374691a64db4542180e0917a0617bae7f783a6f SHA512 b386151bfe3d7c04ab9953ae1882f3c5b627d6d1afb9a8cfe87c58236a88883fc11bbadb2226b9aa61df84b4fce625a1c9e3d146a124ac17e8d7d605b35d9c0b diff --git a/x11-apps/x11perf/x11perf-1.6.1.ebuild b/x11-apps/x11perf/x11perf-1.6.1.ebuild new file mode 100644 index 000000000000..e16a97600d85 --- /dev/null +++ b/x11-apps/x11perf/x11perf-1.6.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="X rendering operation stress test utility" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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} + x11-base/xorg-proto" |