diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 15:37:38 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 15:37:38 +0000 |
commit | f829c1aa78feff57e08bc2f2e0abc8ffba83843e (patch) | |
tree | 84143c67af28c86e8efd41531a185b4ab1d19d7d /x11-apps/xev | |
parent | Version bump. (diff) | |
download | gentoo-2-f829c1aa78feff57e08bc2f2e0abc8ffba83843e.tar.gz gentoo-2-f829c1aa78feff57e08bc2f2e0abc8ffba83843e.tar.bz2 gentoo-2-f829c1aa78feff57e08bc2f2e0abc8ffba83843e.zip |
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xev')
-rw-r--r-- | x11-apps/xev/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/xev/xev-1.2.0.ebuild | 15 |
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}" |