From 691e29dfa4931dc1b93a1649432b885965df12f4 Mon Sep 17 00:00:00 2001 From: Daniel Kurtz Date: Fri, 2 Sep 2011 03:32:05 +0800 Subject: [PATCH] x11-proto/inputproto: import current stable from upstream gentoo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream has added a few minor improvements, and released 2.0.2. BUG=chromium-os:13270 TEST=For an x86- and a tegra2- board: build_packages --board=${B} Test keyboard, USB mouse and touchpad function as expected. Change-Id: I75ce14981275c2aaedd8bcf56330a5b7741cf493 Reviewed-on: http://gerrit.chromium.org/gerrit/7086 Reviewed-by: Stéphane Marchesin Reviewed-by: Daniel Kurtz Tested-by: Daniel Kurtz --- .../{inputproto-2.0.1.ebuild => inputproto-2.0.2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/portage-stable/x11-proto/inputproto/{inputproto-2.0.1.ebuild => inputproto-2.0.2.ebuild} (89%) diff --git a/sdk_container/src/third_party/portage-stable/x11-proto/inputproto/inputproto-2.0.1.ebuild b/sdk_container/src/third_party/portage-stable/x11-proto/inputproto/inputproto-2.0.2.ebuild similarity index 89% rename from sdk_container/src/third_party/portage-stable/x11-proto/inputproto/inputproto-2.0.1.ebuild rename to sdk_container/src/third_party/portage-stable/x11-proto/inputproto/inputproto-2.0.2.ebuild index 2127e18330..df2e17f8ab 100644 --- a/sdk_container/src/third_party/portage-stable/x11-proto/inputproto/inputproto-2.0.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/x11-proto/inputproto/inputproto-2.0.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-2.0.1.ebuild,v 1.8 2011/03/15 21:12:16 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-2.0.2.ebuild,v 1.8 2011/08/20 15:55:01 jer Exp $ -EAPI=3 +EAPI=4 inherit xorg-2 DESCRIPTION="X.Org Input protocol headers"