diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-10-08 03:50:47 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-10-08 03:50:47 +0000 |
commit | efc9866cd9136c35c09e8bd1e54fbb060313d9cd (patch) | |
tree | b52fbdbe2ac1a3984ed56dc28bdcaa5f5cbb681e /x11-apps/xbacklight | |
parent | 1.5 version bump. This fixes bug #470212 (unbundle non-free prs500 fonts). (diff) | |
download | gentoo-2-efc9866cd9136c35c09e8bd1e54fbb060313d9cd.tar.gz gentoo-2-efc9866cd9136c35c09e8bd1e54fbb060313d9cd.tar.bz2 gentoo-2-efc9866cd9136c35c09e8bd1e54fbb060313d9cd.zip |
Version bump to 1.2.1.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-apps/xbacklight')
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.2.1.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index f4fdbfc4f2d0..687ec732f9c9 100644 --- a/x11-apps/xbacklight/ChangeLog +++ b/x11-apps/xbacklight/ChangeLog @@ -1,6 +1,11 @@ # 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.50 2013/02/06 00:33:45 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.51 2013/10/08 03:50:47 mattst88 Exp $ + +*xbacklight-1.2.1 (08 Oct 2013) + + 08 Oct 2013; Matt Turner <mattst88@gentoo.org> +xbacklight-1.2.1.ebuild: + Version bump to 1.2.1. 06 Feb 2013; Matt Turner <mattst88@gentoo.org> -xbacklight-1.1.2.ebuild: Drop old 1.1.2. diff --git a/x11-apps/xbacklight/xbacklight-1.2.1.ebuild b/x11-apps/xbacklight/xbacklight-1.2.1.ebuild new file mode 100644 index 000000000000..ce18b862d819 --- /dev/null +++ b/x11-apps/xbacklight/xbacklight-1.2.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.2.1.ebuild,v 1.1 2013/10/08 03:50:47 mattst88 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/libxcb + >=x11-libs/xcb-util-0.3.8" +DEPEND="${RDEPEND}" |