summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-01-01 14:28:51 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-01-01 14:28:51 +0000
commit9b679b6db576ded4aa238a5f58686e84dfdc7b3f (patch)
treeed7b7ed554747b71feafeb5cc639b5859a143bbc /x11-apps
parentVersion bump. (diff)
downloadhistorical-9b679b6db576ded4aa238a5f58686e84dfdc7b3f.tar.gz
historical-9b679b6db576ded4aa238a5f58686e84dfdc7b3f.tar.bz2
historical-9b679b6db576ded4aa238a5f58686e84dfdc7b3f.zip
Version bump.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/intel-gpu-tools/ChangeLog10
-rw-r--r--x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild16
-rw-r--r--x11-apps/xinput/ChangeLog10
-rw-r--r--x11-apps/xinput/xinput-1.5.4.ebuild17
4 files changed, 49 insertions, 4 deletions
diff --git a/x11-apps/intel-gpu-tools/ChangeLog b/x11-apps/intel-gpu-tools/ChangeLog
index f9f07ceb9fb2..5e91c2affc6b 100644
--- a/x11-apps/intel-gpu-tools/ChangeLog
+++ b/x11-apps/intel-gpu-tools/ChangeLog
@@ -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
index 000000000000..22e22b938de4
--- /dev/null
+++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.1.ebuild
@@ -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}"
diff --git a/x11-apps/xinput/ChangeLog b/x11-apps/xinput/ChangeLog
index 02eec9b8f535..6681cfe2a1ce 100644
--- a/x11-apps/xinput/ChangeLog
+++ b/x11-apps/xinput/ChangeLog
@@ -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
index 000000000000..76c2ee68b1c1
--- /dev/null
+++ b/x11-apps/xinput/xinput-1.5.4.ebuild
@@ -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"