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 E22111382C5 for ; Sat, 10 Mar 2018 06:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F70CE0884; Sat, 10 Mar 2018 06:03:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E3359E0884 for ; Sat, 10 Mar 2018 06:03:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DF6B9335C31 for ; Sat, 10 Mar 2018 06:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E5D323D for ; Sat, 10 Mar 2018 06:03:03 +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: <1520661747.993e02d090075878a43b20fa7239f915c4c43faf.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrefresh/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xrefresh/Manifest x11-apps/xrefresh/xrefresh-1.0.6.ebuild X-VCS-Directories: x11-apps/xrefresh/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 993e02d090075878a43b20fa7239f915c4c43faf X-VCS-Branch: master Date: Sat, 10 Mar 2018 06:03:03 +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-Archives-Salt: a9c18789-6266-4105-b3a5-66333284323e X-Archives-Hash: 1b7285c150cbe869de7ca0493aa61216 commit: 993e02d090075878a43b20fa7239f915c4c43faf Author: Matt Turner gentoo org> AuthorDate: Sat Mar 10 05:57:52 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 10 06:02:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993e02d0 x11-apps/xrefresh: Version bump to 1.0.6 x11-apps/xrefresh/Manifest | 1 + x11-apps/xrefresh/xrefresh-1.0.6.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/x11-apps/xrefresh/Manifest b/x11-apps/xrefresh/Manifest index 244f52419ec..e57a616e8c5 100644 --- a/x11-apps/xrefresh/Manifest +++ b/x11-apps/xrefresh/Manifest @@ -1 +1,2 @@ DIST xrefresh-1.0.5.tar.bz2 120757 BLAKE2B 5c29df155649998cc18e607267f140e59fc50df063d1ba26440103c71c998050f4a0e940ef87a78ceeb3f350e9340fea3813c204548d5f506cb8c014be9362e0 SHA512 287d167cd167aa35cfc89364bf4e74313137ce47978419446c60cb915188c34051f95d4900d0d5dcf692173f31e00e2699d70e54b79f0b21a59b4694be744014 +DIST xrefresh-1.0.6.tar.bz2 127494 BLAKE2B 587f5756bbd3095e77494288d4b9cca99992b342bb718e5cadefdfbf018710ce0f216f43b68814d0d0a681c87d855be4ecf199a314361278c3bfdd81e6073f69 SHA512 361e97fecfc2706d5eeab69df0d4dd4baa55b6783cfddabf51d8561b7c930d71ce6c217e0512c6564208d69b04f89c69ea8c0bfb2e4f6cc25b062b55e4db3674 diff --git a/x11-apps/xrefresh/xrefresh-1.0.6.ebuild b/x11-apps/xrefresh/xrefresh-1.0.6.ebuild new file mode 100644 index 00000000000..86999d924a4 --- /dev/null +++ b/x11-apps/xrefresh/xrefresh-1.0.6.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="refresh all or part of an X screen" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}"