From f8368de4a586d9c89d43b67a429c59795d7880b6 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Tue, 27 Mar 2018 22:41:16 +0200 Subject: x11-misc/xflux: New package Closes: https://bugs.gentoo.org/606128 Closes: https://github.com/gentoo/gentoo/pull/7311 --- x11-misc/xflux/Manifest | 2 ++ x11-misc/xflux/metadata.xml | 12 ++++++++++++ x11-misc/xflux/xflux-20130927.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 x11-misc/xflux/Manifest create mode 100644 x11-misc/xflux/metadata.xml create mode 100644 x11-misc/xflux/xflux-20130927.ebuild (limited to 'x11-misc/xflux') diff --git a/x11-misc/xflux/Manifest b/x11-misc/xflux/Manifest new file mode 100644 index 000000000000..77b6010b104d --- /dev/null +++ b/x11-misc/xflux/Manifest @@ -0,0 +1,2 @@ +DIST xflux-20130927.tar.gz 339845 BLAKE2B 15751b75b7c0603044c4e7e98a9b23ceab7e245b12833ed1b6e8bc1d1734c5838777b7561d035bdf6d6d781105cc48dbda6c262895c310cf9710529a088b0a97 SHA512 6204558b8fa1063ee19fe444f740ab4ddfdbc412459b2f5cea94ddbf11818e0c9bff7e066a4958c1ab5c160b1aedcd18fa7fc4cd800a67c5d51ad1206f203e52 +DIST xflux64-20130927.tar.gz 339845 BLAKE2B 15751b75b7c0603044c4e7e98a9b23ceab7e245b12833ed1b6e8bc1d1734c5838777b7561d035bdf6d6d781105cc48dbda6c262895c310cf9710529a088b0a97 SHA512 6204558b8fa1063ee19fe444f740ab4ddfdbc412459b2f5cea94ddbf11818e0c9bff7e066a4958c1ab5c160b1aedcd18fa7fc4cd800a67c5d51ad1206f203e52 diff --git a/x11-misc/xflux/metadata.xml b/x11-misc/xflux/metadata.xml new file mode 100644 index 000000000000..54d5423c4060 --- /dev/null +++ b/x11-misc/xflux/metadata.xml @@ -0,0 +1,12 @@ + + + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/x11-misc/xflux/xflux-20130927.ebuild b/x11-misc/xflux/xflux-20130927.ebuild new file mode 100644 index 000000000000..4a83ec1eecd4 --- /dev/null +++ b/x11-misc/xflux/xflux-20130927.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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() { + # Install binary + dobin xflux +} -- cgit v1.2.3-18-g5258