summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-09-08 06:28:40 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-09-08 06:28:40 +0000
commit3d6cda64b014d05de7d314d6ddf81c41ceb2b50b (patch)
treea09e1f813f5703b310ae70c8ec7ac49d8b2388f0 /x11-apps/xgamma/xgamma-1.0.2.ebuild
parentFixup false test failures with newer gcc versions #146592. (diff)
downloadhistorical-3d6cda64b014d05de7d314d6ddf81c41ceb2b50b.tar.gz
historical-3d6cda64b014d05de7d314d6ddf81c41ceb2b50b.tar.bz2
historical-3d6cda64b014d05de7d314d6ddf81c41ceb2b50b.zip
Bump for 7.3.
Package-Manager: portage-2.1.3.8
Diffstat (limited to 'x11-apps/xgamma/xgamma-1.0.2.ebuild')
-rw-r--r--x11-apps/xgamma/xgamma-1.0.2.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xgamma/xgamma-1.0.2.ebuild b/x11-apps/xgamma/xgamma-1.0.2.ebuild
new file mode 100644
index 000000000000..74f321125fca
--- /dev/null
+++ b/x11-apps/xgamma/xgamma-1.0.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.2.ebuild,v 1.1 2007/09/08 06:14:07 dberkholz Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="Alter a monitor's gamma correction through the X server"
+
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+
+RDEPEND="x11-libs/libXxf86vm"
+DEPEND="${RDEPEND}"