From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AA32138334 for ; Sat, 16 Mar 2019 23:45:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9212E099C; Sat, 16 Mar 2019 23:45:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF8B7E099C for ; Sat, 16 Mar 2019 23:45:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27419335D16 for ; Sat, 16 Mar 2019 23:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A4EB56C for ; Sat, 16 Mar 2019 23:45:14 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1552779905.087ac7df590ca1b7bcbbc6608e330c697913e469.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/x11perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/x11perf/Manifest x11-apps/x11perf/x11perf-1.6.1.ebuild X-VCS-Directories: x11-apps/x11perf/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 087ac7df590ca1b7bcbbc6608e330c697913e469 X-VCS-Branch: master Date: Sat, 16 Mar 2019 23:45:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4baca01-2c61-49a5-9b02-652ef0833fb7 X-Archives-Hash: 92a2985d51ff667b1ed0b73e5da36f35 commit: 087ac7df590ca1b7bcbbc6608e330c697913e469 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 16 23:38:53 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 16 23:45:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087ac7df x11-apps/x11perf: Version bump to 1.6.1 Signed-off-by: Matt Turner gentoo.org> x11-apps/x11perf/Manifest | 1 + x11-apps/x11perf/x11perf-1.6.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/x11-apps/x11perf/Manifest b/x11-apps/x11perf/Manifest index a8bb792317b..de1ad51f32a 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 00000000000..e16a97600d8 --- /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"