summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-27 23:06:21 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-27 23:06:21 +0000
commit1bcca5bfacc162984d8d41aac7487dfc27d46cce (patch)
tree97e09c07254951e67c5600b559913919086b4079 /x11-libs
parentVersion bump. (diff)
downloadgentoo-2-1bcca5bfacc162984d8d41aac7487dfc27d46cce.tar.gz
gentoo-2-1bcca5bfacc162984d8d41aac7487dfc27d46cce.tar.bz2
gentoo-2-1bcca5bfacc162984d8d41aac7487dfc27d46cce.zip
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXrandr/ChangeLog9
-rw-r--r--x11-libs/libXrandr/libXrandr-1.4.0.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/x11-libs/libXrandr/ChangeLog b/x11-libs/libXrandr/ChangeLog
index dc828f629918..cb8b1fa18226 100644
--- a/x11-libs/libXrandr/ChangeLog
+++ b/x11-libs/libXrandr/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXrandr
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/ChangeLog,v 1.88 2012/06/04 21:34:31 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/ChangeLog,v 1.89 2012/07/27 23:06:21 chithanh Exp $
+
+*libXrandr-1.4.0 (27 Jul 2012)
+
+ 27 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +libXrandr-1.4.0.ebuild:
+ Version bump.
04 Jun 2012; Matt Turner <mattst88@gentoo.org> libXrandr-1.3.1.ebuild,
libXrandr-1.3.2.ebuild:
@@ -347,4 +353,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+libXrandr-0.99.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-libs/libXrandr/libXrandr-1.4.0.ebuild b/x11-libs/libXrandr/libXrandr-1.4.0.ebuild
new file mode 100644
index 000000000000..448113443316
--- /dev/null
+++ b/x11-libs/libXrandr/libXrandr-1.4.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/libXrandr-1.4.0.ebuild,v 1.1 2012/07/27 23:06:21 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="X.Org Xrandr library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXrender
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/xextproto"
+DEPEND="${RDEPEND}"