summaryrefslogtreecommitdiff
path: root/x11-apps/xgamma
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-04 03:01:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-04 03:01:24 +0000
commit0b0f15411ade2ffeba5d057f14bd8bc7dfdcf440 (patch)
tree37599a60f6e5f5ffdd4b935bceb67cb20c1a808b /x11-apps/xgamma
parent9bf71d942b8f2e9c367ac95320da8d0d0593e19f (diff)
gentoo auto-resync : 04:12:2022 - 03:01:24
Diffstat (limited to 'x11-apps/xgamma')
-rw-r--r--x11-apps/xgamma/Manifest2
-rw-r--r--x11-apps/xgamma/xgamma-1.0.7.ebuild16
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xgamma/Manifest b/x11-apps/xgamma/Manifest
index 1d8f3c96cafc..7473f1ab4513 100644
--- a/x11-apps/xgamma/Manifest
+++ b/x11-apps/xgamma/Manifest
@@ -1,3 +1,5 @@
DIST xgamma-1.0.6.tar.bz2 123105 BLAKE2B fbf5496e7c91f1e96d591721bfe7a1771659e7ef408be689e205e898191e0fd6beeff9466f4eff628054aefa640e83d7a8d69de028a6a6e5716a1eee50ef0abd SHA512 2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a
+DIST xgamma-1.0.7.tar.xz 119992 BLAKE2B 8d8fb0161a57f910238b801f30cd2a1fdad5dacead82f5f607e0eff6d88705e378ae81289528869767cb2b12f3c40b85d9e0f34e18ad03caf74b40bd1b86f4e6 SHA512 9eeee9b537dcae9e4d153774eb632a6a5e8dd32bebadc9bbd897a773e5b56f76848f32a1699b8c921d3094760c42b5083365d853b89ab31fd85c7a0d46feeceb
EBUILD xgamma-1.0.6-r1.ebuild 375 BLAKE2B 7c0337e205283bd405464080a1ac70ce0857e976582409fc4bcf9a5b8593140c285bc30956a5bfe92df826d580275dccf8b7e819fd1adb0399bded5f2d45e2f4 SHA512 9c31b873c317a27017a73f0e759de83d4c4516dfc593665b25dd90fdd7605f28623a0d2e0f2f352e826370042a515525bd1ec69d9cd7d09876f9a96935616022
+EBUILD xgamma-1.0.7.ebuild 407 BLAKE2B 550b4181ee37fc3b6aedc8eeff8c757bab48171825238f0c357aebda5e58a7761a8be275f149749099edec48e5a8cd9d3fc9f5c85cdc2cde1b885c780da346c5 SHA512 ce2b9f4cbc7f60ad40ebde719247aa19b8a1f73eed6ea9b10466f31fcb6ccd144adda1380f67738cece71423fe182506e086f5aecf31a7d55221e6359d5bd118
MISC metadata.xml 337 BLAKE2B ef7de297d2f6dd9870fe1d33345d30c142710b56bee604f680f9ff92413acad4f8686553f505fa19f28a40fa9b0c781d0668391bfc7ed3f512a046a5c9691c90 SHA512 3c61b321abebcc2bd0e7358d939de1dbb69fd026426e368f3a6874473154860da551a251234a31962964dc6ee62afbf9c35e5ffd65af7b89b175fb594e32ffd3
diff --git a/x11-apps/xgamma/xgamma-1.0.7.ebuild b/x11-apps/xgamma/xgamma-1.0.7.ebuild
new file mode 100644
index 000000000000..cd55e41627d9
--- /dev/null
+++ b/x11-apps/xgamma/xgamma-1.0.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Alter a monitor's gamma correction through the X server"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXxf86vm
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"