summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-10-31 12:56:04 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-10-31 12:56:04 +0000
commit02c074235a611560e47676b05f20c6078ab11d90 (patch)
tree95d8b7b70a47f4ca6826b340ea4f70a69cd2d2f9 /x11-proto/randrproto
parentVersion bump (diff)
downloadgentoo-2-02c074235a611560e47676b05f20c6078ab11d90.tar.gz
gentoo-2-02c074235a611560e47676b05f20c6078ab11d90.tar.bz2
gentoo-2-02c074235a611560e47676b05f20c6078ab11d90.zip
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto/randrproto')
-rw-r--r--x11-proto/randrproto/ChangeLog8
-rw-r--r--x11-proto/randrproto/randrproto-1.3.2.ebuild14
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-proto/randrproto/ChangeLog b/x11-proto/randrproto/ChangeLog
index d33f3faf8336..151849e91ad3 100644
--- a/x11-proto/randrproto/ChangeLog
+++ b/x11-proto/randrproto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-proto/randrproto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.75 2010/01/23 21:19:38 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.76 2010/10/31 12:56:04 scarabeus Exp $
+
+*randrproto-1.3.2 (31 Oct 2010)
+
+ 31 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +randrproto-1.3.2.ebuild:
+ Version bump
23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-randrproto-1.2.1.ebuild, -randrproto-1.2.2.ebuild,
diff --git a/x11-proto/randrproto/randrproto-1.3.2.ebuild b/x11-proto/randrproto/randrproto-1.3.2.ebuild
new file mode 100644
index 000000000000..5ffb1c56c38c
--- /dev/null
+++ b/x11-proto/randrproto/randrproto-1.3.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.3.2.ebuild,v 1.1 2010/10/31 12:56:04 scarabeus Exp $
+
+EAPI=3
+inherit xorg-2
+
+DESCRIPTION="X.Org Randr protocol headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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}"