summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-02 02:38:03 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-02 02:38:03 +0000
commitc3011a809d5def56fd9a1a46479f36c375d19df1 (patch)
treea82f9051f8924e487350c373d040fcb49956c37d /x11-apps
parentVersion bump. Remove old. (diff)
downloadgentoo-2-c3011a809d5def56fd9a1a46479f36c375d19df1.tar.gz
gentoo-2-c3011a809d5def56fd9a1a46479f36c375d19df1.tar.bz2
gentoo-2-c3011a809d5def56fd9a1a46479f36c375d19df1.zip
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xgamma/ChangeLog7
-rw-r--r--x11-apps/xgamma/xgamma-1.0.6.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xgamma/ChangeLog b/x11-apps/xgamma/ChangeLog
index dadc58a2d8ff..12b0e4a2eb7f 100644
--- a/x11-apps/xgamma/ChangeLog
+++ b/x11-apps/xgamma/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xgamma
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.53 2015/03/31 00:53:37 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.54 2015/07/02 02:38:03 mrueg Exp $
+
+*xgamma-1.0.6 (02 Jul 2015)
+
+ 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +xgamma-1.0.6.ebuild:
+ Version bump.
31 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -xgamma-1.0.4.ebuild:
Remove old.
diff --git a/x11-apps/xgamma/xgamma-1.0.6.ebuild b/x11-apps/xgamma/xgamma-1.0.6.ebuild
new file mode 100644
index 000000000000..c75bb6da274c
--- /dev/null
+++ b/x11-apps/xgamma/xgamma-1.0.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.6.ebuild,v 1.1 2015/07/02 02:38:03 mrueg Exp $
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="Alter a monitor's gamma correction through the X server"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libXxf86vm
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-proto/xf86vidmodeproto"