summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-proto/randrproto/ChangeLog10
-rw-r--r--x11-proto/randrproto/randrproto-1.2.2.ebuild15
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-proto/randrproto/ChangeLog b/x11-proto/randrproto/ChangeLog
index 3131da877875..dd3bae315fef 100644
--- a/x11-proto/randrproto/ChangeLog
+++ b/x11-proto/randrproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/randrproto
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.45 2007/10/09 09:40:40 dberkholz Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.46 2008/07/05 06:24:31 dberkholz Exp $
+
+*randrproto-1.2.2 (05 Jul 2008)
+
+ 05 Jul 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+ +randrproto-1.2.2.ebuild:
+ Bump for X.Org 7.4.
09 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>;
-randrproto-1.1.2.ebuild, -randrproto-1.2.0.ebuild:
diff --git a/x11-proto/randrproto/randrproto-1.2.2.ebuild b/x11-proto/randrproto/randrproto-1.2.2.ebuild
new file mode 100644
index 000000000000..6d3c0fe10570
--- /dev/null
+++ b/x11-proto/randrproto/randrproto-1.2.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.2.2.ebuild,v 1.1 2008/07/05 06:24:31 dberkholz Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Randr protocol headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"