summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-10-27 12:27:48 +0200
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2018-12-16 14:42:47 -0800
commit601725e469d1dc79c3b5c0f455688458c6bfff88 (patch)
tree2dc1b06a637c70f4f8c9da584b6cf5757db7f1a3 /x11-misc/xflux
parentdev-python/colorful: fix mixed use of tabs and spaces (diff)
downloadgentoo-601725e469d1dc79c3b5c0f455688458c6bfff88.tar.gz
gentoo-601725e469d1dc79c3b5c0f455688458c6bfff88.tar.bz2
gentoo-601725e469d1dc79c3b5c0f455688458c6bfff88.zip
x11-misc/xflux: bump to EAPI=7
Closes: https://bugs.gentoo.org/669760 Closes: https://github.com/gentoo/gentoo/pull/10250 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-misc/xflux')
-rw-r--r--x11-misc/xflux/metadata.xml5
-rw-r--r--x11-misc/xflux/xflux-20130927-r1.ebuild32
2 files changed, 37 insertions, 0 deletions
diff --git a/x11-misc/xflux/metadata.xml b/x11-misc/xflux/metadata.xml
index 54d5423c4060..4eae2cce3dd6 100644
--- a/x11-misc/xflux/metadata.xml
+++ b/x11-misc/xflux/metadata.xml
@@ -9,4 +9,9 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <longdescription>
+ F.lux makes your computer screen look like the room you're in, all the time.
+ When the sun sets, it makes your computer look like your indoor lights.
+ In the morning, it makes things look like sunlight again.
+ </longdescription>
</pkgmetadata>
diff --git a/x11-misc/xflux/xflux-20130927-r1.ebuild b/x11-misc/xflux/xflux-20130927-r1.ebuild
new file mode 100644
index 000000000000..49418c455247
--- /dev/null
+++ b/x11-misc/xflux/xflux-20130927-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 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
+}