summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-09 22:47:04 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-09 23:56:53 +0100
commitb7e01b984a971b30562fbff3a7ce4d8ec3e7c962 (patch)
tree3dff66fc8480c10810e0397244b1b52cc478bcae
parentx11-misc/xflux: update EAPI 7 -> 8 (diff)
downloadgentoo-b7e01b984a971b30562fbff3a7ce4d8ec3e7c962.tar.gz
gentoo-b7e01b984a971b30562fbff3a7ce4d8ec3e7c962.tar.bz2
gentoo-b7e01b984a971b30562fbff3a7ce4d8ec3e7c962.zip
x11-misc/xflux: drop 20130927-r1, 20170103
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--x11-misc/xflux/xflux-20130927-r1.ebuild32
-rw-r--r--x11-misc/xflux/xflux-20170103.ebuild29
2 files changed, 0 insertions, 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
-}