From 0ea453529f2c450c2568685d5a91ffaadf77949c Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sat, 3 Oct 2009 11:28:56 +0000 Subject: Version bump. (Portage version: 2.2_rc41/cvs/Linux x86_64) --- x11-apps/xbacklight/ChangeLog | 8 +++++++- x11-apps/xbacklight/xbacklight-1.1.1.ebuild | 14 ++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 x11-apps/xbacklight/xbacklight-1.1.1.ebuild (limited to 'x11-apps') 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 + +xbacklight-1.1.1.ebuild: + Version bump. 23 Jun 2009; Tobias Klausmann 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}" -- cgit v1.2.3-65-gdbad