summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-proto/randrproto/ChangeLog9
-rw-r--r--x11-proto/randrproto/randrproto-1.4.0.ebuild14
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-proto/randrproto/ChangeLog b/x11-proto/randrproto/ChangeLog
index 2b6bc509d060..b0435a58372b 100644
--- a/x11-proto/randrproto/ChangeLog
+++ b/x11-proto/randrproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/randrproto
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.84 2012/05/06 01:00:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.85 2012/07/12 13:40:06 chithanh Exp $
+
+*randrproto-1.4.0 (12 Jul 2012)
+
+ 12 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +randrproto-1.4.0.ebuild:
+ Version bump.
06 May 2012; Alexis Ballier <aballier@gentoo.org> randrproto-1.3.2.ebuild:
keyword ~amd64-fbsd
@@ -307,4 +313,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+randrproto-1.1.ebuild:
Initial commit for modular X
-
diff --git a/x11-proto/randrproto/randrproto-1.4.0.ebuild b/x11-proto/randrproto/randrproto-1.4.0.ebuild
new file mode 100644
index 000000000000..86c11eac28f9
--- /dev/null
+++ b/x11-proto/randrproto/randrproto-1.4.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.4.0.ebuild,v 1.1 2012/07/12 13:40:06 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="X.Org Randr protocol headers"
+
+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=""
+DEPEND="${RDEPEND}"