summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-10-03 11:36:14 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-10-03 11:36:14 +0000
commit1a0993a8b670aa8d1dd5c26215ef597153a5db10 (patch)
tree2a2289ce553a8b82ed285ef403f7ec31cf11784b /x11-apps/xbacklight
parentRemove old version with built_with_use. Fixes bug #285463. (diff)
downloadhistorical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.tar.gz
historical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.tar.bz2
historical-1a0993a8b670aa8d1dd5c26215ef597153a5db10.zip
Version bump.
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xbacklight')
-rw-r--r--x11-apps/xbacklight/ChangeLog8
-rw-r--r--x11-apps/xbacklight/xbacklight-1.1.1.ebuild14
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog
index b4a5b7972a08..64657c91c59f 100644
--- a/x11-apps/xbacklight/ChangeLog
+++ b/x11-apps/xbacklight/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xbacklight
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.15 2009/06/23 20:55:23 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.16 2009/10/03 11:28:56 scarabeus Exp $
+
+*xbacklight-1.1.1 (03 Oct 2009)
+
+ 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ +xbacklight-1.1.1.ebuild:
+ Version bump.
23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xbacklight-1.1.ebuild:
Stable on alpha for xorg-server-1.5/xorg-x11-7.4
diff --git a/x11-apps/xbacklight/xbacklight-1.1.1.ebuild b/x11-apps/xbacklight/xbacklight-1.1.1.ebuild
new file mode 100644
index 000000000000..14fbe0628b50
--- /dev/null
+++ b/x11-apps/xbacklight/xbacklight-1.1.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.1.ebuild,v 1.1 2009/10/03 11:28:56 scarabeus Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+RDEPEND=">=x11-libs/libXrandr-1.2"
+DEPEND="${RDEPEND}"