summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-02-24 15:38:38 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-02-24 15:38:38 +0000
commit57fc022329baac0843fe951ace262a091abac931 (patch)
treea5627014dddcd0dc3c8e293e264cfd0ff8298c40 /x11-apps/xev
parentStable for HPPA (bug #400285). (diff)
downloadhistorical-57fc022329baac0843fe951ace262a091abac931.tar.gz
historical-57fc022329baac0843fe951ace262a091abac931.tar.bz2
historical-57fc022329baac0843fe951ace262a091abac931.zip
Version bump.
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xev')
-rw-r--r--x11-apps/xev/ChangeLog10
-rw-r--r--x11-apps/xev/xev-1.2.0.ebuild15
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog
index cc5f73283572..1426739e0f71 100644
--- a/x11-apps/xev/ChangeLog
+++ b/x11-apps/xev/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xev
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.52 2011/08/10 15:18:42 mduft Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.53 2012/02/24 15:37:38 chithanh Exp $
+
+*xev-1.2.0 (24 Feb 2012)
+
+ 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xev-1.2.0.ebuild:
+ Version bump.
10 Aug 2011; Markus Duft <mduft@gentoo.org> xev-1.1.0.ebuild:
added ~x86-interix prefix keyword
diff --git a/x11-apps/xev/xev-1.2.0.ebuild b/x11-apps/xev/xev-1.2.0.ebuild
new file mode 100644
index 000000000000..77c97801edf1
--- /dev/null
+++ b/x11-apps/xev/xev-1.2.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild,v 1.1 2012/02/24 15:37:38 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="print contents of X events"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-interix ~x86-linux ~x86-winnt"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"