From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1366145-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E3D5A15808B
	for <garchives@archives.gentoo.org>; Wed,  9 Feb 2022 22:57:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4EFE1E08A0;
	Wed,  9 Feb 2022 22:57:39 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1DFA4E08CD
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Feb 2022 22:57:39 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8B5663430F4
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Feb 2022 22:57:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E7CF2F0
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Feb 2022 22:57:33 +0000 (UTC)
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org>
Message-ID: <1644447413.b7e01b984a971b30562fbff3a7ce4d8ec3e7c962.conikost@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/xflux/xflux-20130927-r1.ebuild x11-misc/xflux/xflux-20170103.ebuild
X-VCS-Directories: x11-misc/xflux/
X-VCS-Committer: conikost
X-VCS-Committer-Name: Conrad Kostecki
X-VCS-Revision: b7e01b984a971b30562fbff3a7ce4d8ec3e7c962
X-VCS-Branch: master
Date: Wed,  9 Feb 2022 22:57:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a3c50a46-0707-428d-a079-bf5e0b397388
X-Archives-Hash: 1431536bcf90da186a79f8829de13c24

commit:     b7e01b984a971b30562fbff3a7ce4d8ec3e7c962
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  9 21:47:04 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 22:56:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e01b98

x11-misc/xflux: drop 20130927-r1, 20170103

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-misc/xflux/xflux-20130927-r1.ebuild | 32 --------------------------------
 x11-misc/xflux/xflux-20170103.ebuild    | 29 -----------------------------
 2 files changed, 61 deletions(-)

diff --git a/x11-misc/xflux/xflux-20130927-r1.ebuild b/x11-misc/xflux/xflux-20130927-r1.ebuild
deleted file mode 100644
index c34eac9ddae4..000000000000
--- a/x11-misc/xflux/xflux-20130927-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Makes the color of your computer's display adapt to the time of the day"
-HOMEPAGE="https://justgetflux.com/"
-SRC_URI="
-	amd64? ( https://justgetflux.com/linux/${PN}64.tgz -> ${PN}64-${PV}.tar.gz )
-	x86? ( https://justgetflux.com/linux/${PN}-pre.tgz -> ${P}.tar.gz )
-"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="f.lux"
-SLOT="0"
-
-RESTRICT="bindist mirror"
-
-RDEPEND="
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXrandr
-	x11-libs/libXxf86vm
-"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="usr/bin/xflux"
-
-src_install() {
-	dobin xflux
-}

diff --git a/x11-misc/xflux/xflux-20170103.ebuild b/x11-misc/xflux/xflux-20170103.ebuild
deleted file mode 100644
index c5897e2e7152..000000000000
--- a/x11-misc/xflux/xflux-20170103.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Makes the color of your computer's display adapt to the time of the day"
-HOMEPAGE="https://justgetflux.com/"
-SRC_URI="https://justgetflux.com/linux/${PN}12.tgz -> ${PN}12-${PV}.tar.gz"
-
-KEYWORDS="-* amd64"
-LICENSE="f.lux"
-SLOT="0"
-
-RESTRICT="bindist mirror"
-
-RDEPEND="
-	x11-libs/libX11
-	x11-libs/libXext
-	x11-libs/libXrandr
-	x11-libs/libXxf86vm
-"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="usr/bin/xflux"
-
-src_install() {
-	newbin xflux12 xflux
-}