summaryrefslogtreecommitdiff
path: root/x11-misc/sct
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /x11-misc/sct
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'x11-misc/sct')
-rw-r--r--x11-misc/sct/Manifest3
-rw-r--r--x11-misc/sct/sct-0.5-r1.ebuild4
-rw-r--r--x11-misc/sct/sct-0.5.ebuild38
3 files changed, 3 insertions, 42 deletions
diff --git a/x11-misc/sct/Manifest b/x11-misc/sct/Manifest
index 079f96b85902..5bf2904353de 100644
--- a/x11-misc/sct/Manifest
+++ b/x11-misc/sct/Manifest
@@ -1,4 +1,3 @@
DIST sct-0.5.tar.gz 4802 BLAKE2B 2a7d522031f159b2a8d8d8b63603ff4094d6726d92ad7ac1675c8fbc4c716a8c8b1ae6fbc12d3fe5238552621ebbbc4416658ac89610d40010bf1560446fc55d SHA512 15f2013e3c6c56ff50078f1aa070b3388e07a780d14e5664542ea47e51e8eb84e937927467bf9ed74127a7382dea16c5ca94d255c8aeaaa696c9a81ca658f4a2
-EBUILD sct-0.5-r1.ebuild 650 BLAKE2B c542ba220656116b9a4dc4aa8ca1394ac359d1763a0bfde0e6670e28abb4f8ce01f31e90573e6220b2c64f853b0104971aa197e50f945d692f3452b2dfb6b29a SHA512 cfdd0df768b1388f0b02b2ff4f5ff02a045fd47300f40b943fca11b9f70e9ffe5e7964329f0f72e89b78b4cdfec615ce0a275b0192721356c8e583c937f233bf
-EBUILD sct-0.5.ebuild 648 BLAKE2B da2ad5954af75c1abd20618872196c7678fc30df636267e7235f111052ee2c4cd739b554a6df0517ba7b1af0045a9a338ad05fd0f1e592a1fc00ad56959bc191 SHA512 3ee17c629d7d91468675f23c1fb5d3b90de350ff390dfa1e340dda15983f74875b71369a1b9354ee4b484551bcbae214a9d1b9cad76387da8f4f32612cc40d40
+EBUILD sct-0.5-r1.ebuild 649 BLAKE2B 3412ca42809f559c5279a334cacb4cda82ae3089a3cd05378a3d5f676b7dd34ef9eeae65fd3f2179b5b76f39da55c79989be4f7f80fd92b215db7fe94cffb4c4 SHA512 3627a77b666cc7862ad9596df444229ff0e024822bd48b641c0106c1bdafd9476b9e4937ddfb0ef3568462c113a50b2d544de5a92a127d090bf5fb831a3e7d0f
MISC metadata.xml 251 BLAKE2B f3c965f619454b2d17e1039b6c218308c83af9214f41a5b18244ce9bd811b0a0b6e0227fdaac9b1659a2e2467e6b992b771ff6cf431220648363ab8173ee76f2 SHA512 e8203a24b5e739dcf0d94742215ee6ccdccbd00bb43001f9df58d27100fa427b01937065e1d7399e3552532b09179611e06099e3af14aac5fcf9ddc4ca5463da
diff --git a/x11-misc/sct/sct-0.5-r1.ebuild b/x11-misc/sct/sct-0.5-r1.ebuild
index 2fbc0da2e7cd..34262ce5fd71 100644
--- a/x11-misc/sct/sct-0.5-r1.ebuild
+++ b/x11-misc/sct/sct-0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://www.umaxx.net/dl/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
DEPEND="
x11-libs/libXrender
diff --git a/x11-misc/sct/sct-0.5.ebuild b/x11-misc/sct/sct-0.5.ebuild
deleted file mode 100644
index f16460c1db01..000000000000
--- a/x11-misc/sct/sct-0.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Set color temperature of the screen"
-HOMEPAGE="https://www.umaxx.net/"
-SRC_URI="https://www.umaxx.net/dl/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-
-DEPEND="
- x11-libs/libXrender
- x11-libs/libXrandr
- x11-libs/libXdmcp
- x11-libs/libXext
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libxcb
- dev-libs/libbsd"
-
-RDEPEND="
- ${DEPEND}"
-
-src_prepare() {
- default
- sed \
- -e 's:_BSD_SOURCE:_DEFAULT_SOURCE:g' \
- -i Makefile || die
-}
-
-src_install() {
- dobin "${PN}"
- doman "${PN}.1"
- einstalldocs
-}