From 57fc022329baac0843fe951ace262a091abac931 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Fri, 24 Feb 2012 15:38:38 +0000 Subject: Version bump. Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64 --- x11-apps/xev/ChangeLog | 10 ++++++++-- x11-apps/xev/xev-1.2.0.ebuild | 15 +++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 x11-apps/xev/xev-1.2.0.ebuild (limited to 'x11-apps/xev') 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 + +xev-1.2.0.ebuild: + Version bump. 10 Aug 2011; Markus Duft 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}" -- cgit v1.2.3-65-gdbad