diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-09 18:51:38 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-09 18:51:38 +0000 |
commit | ec7aee0fc967f2da4c7a48e3e34226c20f0b4bea (patch) | |
tree | 8914f4f23f71c34dbe6112832da65a3fb4e637da /x11-apps/xgamma | |
parent | Version bump. (diff) | |
download | historical-ec7aee0fc967f2da4c7a48e3e34226c20f0b4bea.tar.gz historical-ec7aee0fc967f2da4c7a48e3e34226c20f0b4bea.tar.bz2 historical-ec7aee0fc967f2da4c7a48e3e34226c20f0b4bea.zip |
Version bump
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xgamma')
-rw-r--r-- | x11-apps/xgamma/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xgamma/xgamma-1.0.4.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xgamma/ChangeLog b/x11-apps/xgamma/ChangeLog index bdd13948c198..7a0134cf2c47 100644 --- a/x11-apps/xgamma/ChangeLog +++ b/x11-apps/xgamma/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xgamma # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.35 2010/01/23 18:57:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.36 2010/11/09 18:51:38 scarabeus Exp $ + +*xgamma-1.0.4 (09 Nov 2010) + + 09 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xgamma-1.0.4.ebuild: + Version bump 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xgamma-1.0.2.ebuild: rm diff --git a/x11-apps/xgamma/xgamma-1.0.4.ebuild b/x11-apps/xgamma/xgamma-1.0.4.ebuild new file mode 100644 index 000000000000..6051c992f8b4 --- /dev/null +++ b/x11-apps/xgamma/xgamma-1.0.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.4.ebuild,v 1.1 2010/11/09 18:51:38 scarabeus Exp $ + +EAPI=3 + +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 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libXxf86vm + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-proto/xf86vidmodeproto" |