summaryrefslogtreecommitdiff
path: root/x11-apps/x11perf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /x11-apps/x11perf
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'x11-apps/x11perf')
-rw-r--r--x11-apps/x11perf/Manifest2
-rw-r--r--x11-apps/x11perf/x11perf-1.6.1.ebuild19
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/x11perf/Manifest b/x11-apps/x11perf/Manifest
index 8b2c4735a0e5..b9f47c393b64 100644
--- a/x11-apps/x11perf/Manifest
+++ b/x11-apps/x11perf/Manifest
@@ -1,3 +1,5 @@
DIST x11perf-1.6.0.tar.bz2 191086 BLAKE2B accdbc4899a28a76bc1487d2f6fa04f5309337eee5e650455c9c3bd4a5187cd7ad42565bb2713c7f5974542bf8b9a2297db0ada81659479487b4a1a2e6227f25 SHA512 a9508c9dd6db2663b5bd30f5e1f5f80b1d22ce5221ae3dc292e746f8e554fda2d3130f7311f2545e20244dceb51e867fe80fec82c9ac5911dcdc90a73b231623
+DIST x11perf-1.6.1.tar.bz2 189446 BLAKE2B 2a36bea5e1c9a414d9a1ce798e4f0481aeab86522c5924fb7520c0bc917b832f3e4c63c70a5430cd3fd92cac4374691a64db4542180e0917a0617bae7f783a6f SHA512 b386151bfe3d7c04ab9953ae1882f3c5b627d6d1afb9a8cfe87c58236a88883fc11bbadb2226b9aa61df84b4fce625a1c9e3d146a124ac17e8d7d605b35d9c0b
EBUILD x11perf-1.6.0.ebuild 418 BLAKE2B b2940ce8477cfdfd28963bb373b4801caf6fb4c7401f2f3a82618063c6430ba8f6216743385c26cbba5fb042bde5d260637ec9c5315e7ec533e2fb23f64d4116 SHA512 6e2adbd3d46ea817008f6a06367d287a6165f55fff4f98486ac471ef3b86916cff6e299b77f48a4bdf781f6a1b350deebfdd86d3019e9a9302cd6e32aafa6877
+EBUILD x11perf-1.6.1.ebuild 446 BLAKE2B 8e1b8149abd68e36e052f899220e783fe7addc9ece66abddd9f847808c2f4f48c3b59cf4673ece5607bba1104105f6930e6c14a74480b3341439ffacd1beefef SHA512 d31ba17090f85ff56870b5377e363229c57b71240098b80f3f09aff149fcae7d13b8384000035f6d9b416f3e2389148b4c14bf505f7520f08f22cc9bce68145e
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
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"