diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 11:28:56 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 11:28:56 +0000 |
commit | 0ea453529f2c450c2568685d5a91ffaadf77949c (patch) | |
tree | 8bc01222e2b4cdda1d12cfc630a9399666edf59c /x11-apps/xbacklight | |
parent | Remove old version with built_with_use. Fixes bug #285463. (diff) | |
download | gentoo-2-0ea453529f2c450c2568685d5a91ffaadf77949c.tar.gz gentoo-2-0ea453529f2c450c2568685d5a91ffaadf77949c.tar.bz2 gentoo-2-0ea453529f2c450c2568685d5a91ffaadf77949c.zip |
Version bump.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xbacklight')
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.1.1.ebuild | 14 |
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}" |