summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-06-04 12:29:14 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-06-04 12:29:14 +0000
commite4f822aa5ef986c4fe87324330d2b49d5c67c83c (patch)
treecfd4c645b1e327ae14b2093d8b6a223d7aea4fb3 /kde-base/kgamma
parentVersion bump KDE 4.2.4 (diff)
downloadgentoo-2-e4f822aa5ef986c4fe87324330d2b49d5c67c83c.tar.gz
gentoo-2-e4f822aa5ef986c4fe87324330d2b49d5c67c83c.tar.bz2
gentoo-2-e4f822aa5ef986c4fe87324330d2b49d5c67c83c.zip
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kgamma')
-rw-r--r--kde-base/kgamma/ChangeLog7
-rw-r--r--kde-base/kgamma/kgamma-4.2.4.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/kgamma/ChangeLog b/kde-base/kgamma/ChangeLog
index 32bdf1a1bc8f..5c475599e6a2 100644
--- a/kde-base/kgamma/ChangeLog
+++ b/kde-base/kgamma/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kgamma
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.113 2009/06/03 15:44:15 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.114 2009/06/04 12:29:14 alexxy Exp $
+
+*kgamma-4.2.4 (04 Jun 2009)
+
+ 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kgamma-4.2.4.ebuild:
+ Version bump
03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kgamma-4.2.2.ebuild:
Drop KDE 4.2.2
diff --git a/kde-base/kgamma/kgamma-4.2.4.ebuild b/kde-base/kgamma/kgamma-4.2.4.ebuild
new file mode 100644
index 000000000000..e5637ae1e2a0
--- /dev/null
+++ b/kde-base/kgamma/kgamma-4.2.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.2.4.ebuild,v 1.1 2009/06/04 12:29:14 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdegraphics"
+inherit kde4-meta
+
+DESCRIPTION="KDE screen gamma values kcontrol module"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug +handbook"
+
+RDEPEND="
+ x11-libs/libXxf86vm
+"
+DEPEND="${RDEPEND}
+ x11-proto/xf86vidmodeproto
+"