commit:     f8368de4a586d9c89d43b67a429c59795d7880b6
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Tue Mar 27 20:41:16 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 09:16:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8368de4

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(+)

diff --git a/x11-misc/xflux/Manifest b/x11-misc/xflux/Manifest
new file mode 100644
index 00000000000..77b6010b104
--- /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 00000000000..54d5423c406
--- /dev/null
+++ b/x11-misc/xflux/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Conrad Kostecki</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/x11-misc/xflux/xflux-20130927.ebuild 
b/x11-misc/xflux/xflux-20130927.ebuild
new file mode 100644
index 00000000000..4a83ec1eecd
--- /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
+}

Reply via email to