commit: 601725e469d1dc79c3b5c0f455688458c6bfff88 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Sat Oct 27 10:27:48 2018 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Dec 16 22:42:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601725e4
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 <AT> kostecki.com> Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> x11-misc/xflux/metadata.xml | 5 +++++ x11-misc/xflux/xflux-20130927-r1.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/x11-misc/xflux/metadata.xml b/x11-misc/xflux/metadata.xml index 54d5423c406..4eae2cce3dd 100644 --- a/x11-misc/xflux/metadata.xml +++ b/x11-misc/xflux/metadata.xml @@ -9,4 +9,9 @@ <email>proxy-ma...@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 00000000000..49418c45524 --- /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 +}