diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-02-06 00:33:45 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-02-06 00:33:45 +0000 |
commit | 4bc4a7ee5c78140d532d19c27b7e39ecccc3448b (patch) | |
tree | d64ce06adaf407a2883b71a502f7a42e53fbea03 /x11-apps/xbacklight | |
parent | Version bump to 1.12.12, bug 455094. Also don't build the test suite, bug 454... (diff) | |
download | gentoo-2-4bc4a7ee5c78140d532d19c27b7e39ecccc3448b.tar.gz gentoo-2-4bc4a7ee5c78140d532d19c27b7e39ecccc3448b.tar.bz2 gentoo-2-4bc4a7ee5c78140d532d19c27b7e39ecccc3448b.zip |
Drop old 1.1.2.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-apps/xbacklight')
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.1.2.ebuild | 15 |
2 files changed, 4 insertions, 16 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index ff25844fed90..f4fdbfc4f2d0 100644 --- a/x11-apps/xbacklight/ChangeLog +++ b/x11-apps/xbacklight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xbacklight # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.49 2013/01/04 17:51:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.50 2013/02/06 00:33:45 mattst88 Exp $ + + 06 Feb 2013; Matt Turner <mattst88@gentoo.org> -xbacklight-1.1.2.ebuild: + Drop old 1.1.2. 04 Jan 2013; Jeroen Roovers <jer@gentoo.org> xbacklight-1.2.0.ebuild: Stable for HPPA (bug #440872). diff --git a/x11-apps/xbacklight/xbacklight-1.1.2.ebuild b/x11-apps/xbacklight/xbacklight-1.1.2.ebuild deleted file mode 100644 index dd4beca4e106..000000000000 --- a/x11-apps/xbacklight/xbacklight-1.1.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.2.ebuild,v 1.8 2012/05/15 14:12:26 aballier Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-libs/libXrandr-1.2 - x11-libs/libX11" -DEPEND="${RDEPEND}" |