summaryrefslogtreecommitdiff
path: root/x11-apps/xgamma
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/xgamma
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/xgamma')
-rw-r--r--x11-apps/xgamma/Manifest1
-rw-r--r--x11-apps/xgamma/xgamma-1.0.6-r1.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xgamma/Manifest b/x11-apps/xgamma/Manifest
index 80a1d986db32..a9298edecc5f 100644
--- a/x11-apps/xgamma/Manifest
+++ b/x11-apps/xgamma/Manifest
@@ -1,3 +1,4 @@
DIST xgamma-1.0.6.tar.bz2 123105 BLAKE2B fbf5496e7c91f1e96d591721bfe7a1771659e7ef408be689e205e898191e0fd6beeff9466f4eff628054aefa640e83d7a8d69de028a6a6e5716a1eee50ef0abd SHA512 2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a
+EBUILD xgamma-1.0.6-r1.ebuild 375 BLAKE2B bfe784ce754f36cad02e25167a06c37fe19d89920a0b3475cf0d17c9421bffd1b6980e392b43618dd300ee4af63e3e73ae10c18ac2432b99791a65976519c534 SHA512 22e14697fc9028901c758ee27eda50533f01fe7f8a9eee2f25c5dd6070a19abe968f43e76f684d6d74f259419e55dbf3c4f5d5f5b18f617846767868de94eb8f
EBUILD xgamma-1.0.6.ebuild 375 BLAKE2B 0316bc444b1d541a3c0fefbda73c01a2ae6b5fc76ac0535b4887d43183640e33188683a34ba943c2d9823bf838b73b592605899e9558163dd87d3f1c63cf7c50 SHA512 0cf4db7a84d5c5f0622e1ae6bfc14611f32799e036f3c4dbe4f2221882363833d36ebcf284893fddb079fabb496e942bede4ce6f5131eb55a0cad02e3b7a4634
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xgamma/xgamma-1.0.6-r1.ebuild b/x11-apps/xgamma/xgamma-1.0.6-r1.ebuild
new file mode 100644
index 000000000000..2cbd04c886d3
--- /dev/null
+++ b/x11-apps/xgamma/xgamma-1.0.6-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="Alter a monitor's gamma correction through the X server"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXxf86vm
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"