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 3E8BD138330 for ; Fri, 25 May 2018 04:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6216AE092E; Fri, 25 May 2018 04:40:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 26C3BE0933 for ; Fri, 25 May 2018 04:40:35 +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 0368C335CC7 for ; Fri, 25 May 2018 04:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C95F2BD for ; Fri, 25 May 2018 04:40:21 +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: <1527223144.20befc51edaed0a6296821244bb39b0ee3844fc7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xgamma/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xgamma/Manifest x11-apps/xgamma/xgamma-1.0.5.ebuild X-VCS-Directories: x11-apps/xgamma/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 20befc51edaed0a6296821244bb39b0ee3844fc7 X-VCS-Branch: master Date: Fri, 25 May 2018 04:40:21 +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: 9faa8661-5900-438d-b58f-98f5bc7d1558 X-Archives-Hash: d1ac2ecff9b366362662904067c43dbe commit: 20befc51edaed0a6296821244bb39b0ee3844fc7 Author: Matt Turner gentoo org> AuthorDate: Fri May 25 04:39:04 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 25 04:39:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20befc51 x11-apps/xgamma: Drop old versions x11-apps/xgamma/Manifest | 1 - x11-apps/xgamma/xgamma-1.0.5.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/x11-apps/xgamma/Manifest b/x11-apps/xgamma/Manifest index 89c8272b8f3..77c3d0822d1 100644 --- a/x11-apps/xgamma/Manifest +++ b/x11-apps/xgamma/Manifest @@ -1,2 +1 @@ -DIST xgamma-1.0.5.tar.bz2 115035 BLAKE2B e24ad2d1ad76139d8cb0dc9e86e2eb25deda01d5c1ee1f16da135cb45d937e7c574d2330ef8359548dfd7e7400034ce031a6b1250efeab55ea3d8f2d3e08da62 SHA512 6680a4e2ef7cc8806febdb69b85922eaf98a4c779ef2b1f9875507d10b31a43dc3cc2ec147b1f3ccac6f3c5f6abdaaea320eef2ebac68c14608599b17bae4ec9 DIST xgamma-1.0.6.tar.bz2 123105 BLAKE2B fbf5496e7c91f1e96d591721bfe7a1771659e7ef408be689e205e898191e0fd6beeff9466f4eff628054aefa640e83d7a8d69de028a6a6e5716a1eee50ef0abd SHA512 2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a diff --git a/x11-apps/xgamma/xgamma-1.0.5.ebuild b/x11-apps/xgamma/xgamma-1.0.5.ebuild deleted file mode 100644 index bc105e08848..00000000000 --- a/x11-apps/xgamma/xgamma-1.0.5.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit xorg-2 - -DESCRIPTION="Alter a monitor's gamma correction through the X server" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libXxf86vm - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto"