Version bump.
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Sun, 1 Jan 2012 14:28:51 +0000 (14:28 +0000)
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Sun, 1 Jan 2012 14:28:51 +0000 (14:28 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

x11-apps/intel-gpu-tools/ChangeLog
x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild [new file with mode: 0644]
x11-apps/xinput/ChangeLog
x11-apps/xinput/xinput-1.5.4.ebuild [new file with mode: 0644]

index f9f07ceb9fb2355d952da3fa1376f81d615569d3..5e91c2affc6bf1cc42e45f7f8d02b6cd7ebf7a1d 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/intel-gpu-tools
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v 1.4 2009/12/10 18:16:44 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v 1.5 2012/01/01 14:28:51 chithanh Exp $
+
+*intel-gpu-tools-1.1 (01 Jan 2012)
+
+  01 Jan 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +intel-gpu-tools-1.1.ebuild:
+  Version bump.
 
   10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
   intel-gpu-tools-1.0.2.ebuild:
diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild
new file mode 100644 (file)
index 0000000..22e22b9
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild,v 1.1 2012/01/01 14:28:51 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="intel gpu userland tools"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test"
+
+DEPEND="
+       x11-libs/libdrm[video_cards_intel]
+       >=x11-libs/libpciaccess-0.10"
+RDEPEND="${DEPEND}"
index 02eec9b8f535410d7dd6f0a4e226011f071f3129..6681cfe2a1ce4049c1a054f1f7f5a076021a04d2 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/xinput
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.39 2011/12/21 19:41:42 chithanh Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.40 2012/01/01 14:27:34 chithanh Exp $
+
+*xinput-1.5.4 (01 Jan 2012)
+
+  01 Jan 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +xinput-1.5.4.ebuild:
+  Version bump.
 
 *xinput-1.5.3-r1 (21 Dec 2011)
 
diff --git a/x11-apps/xinput/xinput-1.5.4.ebuild b/x11-apps/xinput/xinput-1.5.4.ebuild
new file mode 100644 (file)
index 0000000..76c2ee6
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.5.4.ebuild,v 1.1 2012/01/01 14:27:34 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="Utility to set XInput device parameters"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-libs/libX11-1.3
+       x11-libs/libXext
+       >=x11-libs/libXi-1.4.5"
+DEPEND="${RDEPEND}
+       >=x11-proto/inputproto-2.0"