Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux/
Date: Sat, 17 Aug 2019 15:59:27
Message-Id: 1566057549.2ed6f3e27bbe4fc0765ddd95e69bd195151b9fde.juippis@gentoo
1 commit: 2ed6f3e27bbe4fc0765ddd95e69bd195151b9fde
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Fri Aug 16 14:18:47 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 15:59:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed6f3e2
7
8 x11-misc/xflux: bump to version 20170103
9
10 x86 support got dropped in this version.
11
12 Package-Manager: Portage-2.3.71, Repoman-2.3.17
13 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
14 Closes: https://github.com/gentoo/gentoo/pull/12726
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 x11-misc/xflux/Manifest | 1 +
18 x11-misc/xflux/xflux-20170103.ebuild | 29 +++++++++++++++++++++++++++++
19 2 files changed, 30 insertions(+)
20
21 diff --git a/x11-misc/xflux/Manifest b/x11-misc/xflux/Manifest
22 index 43c9b37b96d..cc61a64fd28 100644
23 --- a/x11-misc/xflux/Manifest
24 +++ b/x11-misc/xflux/Manifest
25 @@ -1,2 +1,3 @@
26 DIST xflux-20130927.tar.gz 335911 BLAKE2B 56e683a6969f129c7dcdfd4b13a23523ca5ce3d19feae947a654ca02437e372bd998a71048d00c5b7bf653eb9fa57c696b8d5bb1b3dfd75a0b17e9213368c1bd SHA512 c35003b9cc6bc95f6ce98efc2e69ea94c99ed31671ec5d1f5919294edd7e504d23aa1df29ec0f1d1c68c4ceafbcd386e1207ef4c9957d7a5079ce96c2ac6d924
27 +DIST xflux12-20170103.tar.gz 340461 BLAKE2B 81e8567cb7ce0980cb2fbee4a455d023fd76ee40d949b9616a8f2c4d15a361a286769dc91d67eb6d4391851eddb93dc2fa56b78d0f5c620fb56e69e82083d7cb SHA512 752da038c5b57042dd624acfdbf64926e73ab559f8f069358969ab91de158e6688b0c9f0d681f4400d0bc8f1b7434b55bff7725288ce9e7def49d31382770fd3
28 DIST xflux64-20130927.tar.gz 339845 BLAKE2B 15751b75b7c0603044c4e7e98a9b23ceab7e245b12833ed1b6e8bc1d1734c5838777b7561d035bdf6d6d781105cc48dbda6c262895c310cf9710529a088b0a97 SHA512 6204558b8fa1063ee19fe444f740ab4ddfdbc412459b2f5cea94ddbf11818e0c9bff7e066a4958c1ab5c160b1aedcd18fa7fc4cd800a67c5d51ad1206f203e52
29
30 diff --git a/x11-misc/xflux/xflux-20170103.ebuild b/x11-misc/xflux/xflux-20170103.ebuild
31 new file mode 100644
32 index 00000000000..d5c90b00341
33 --- /dev/null
34 +++ b/x11-misc/xflux/xflux-20170103.ebuild
35 @@ -0,0 +1,29 @@
36 +# Copyright 1999-2019 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +DESCRIPTION="Makes the color of your computer's display adapt to the time of the day"
42 +HOMEPAGE="https://justgetflux.com/"
43 +SRC_URI="https://justgetflux.com/linux/${PN}12.tgz -> ${PN}12-${PV}.tar.gz"
44 +
45 +KEYWORDS="-* ~amd64"
46 +LICENSE="f.lux"
47 +SLOT="0"
48 +
49 +RESTRICT="bindist mirror"
50 +
51 +RDEPEND="
52 + x11-libs/libX11
53 + x11-libs/libXext
54 + x11-libs/libXrandr
55 + x11-libs/libXxf86vm
56 +"
57 +
58 +S="${WORKDIR}"
59 +
60 +QA_PREBUILT="usr/bin/xflux"
61 +
62 +src_install() {
63 + newbin xflux12 xflux
64 +}