diff options
author | 2009-10-14 11:41:29 +0000 | |
---|---|---|
committer | 2009-10-14 11:41:29 +0000 | |
commit | 14de32b647c8647a82f85e41ac3384c69c91caca (patch) | |
tree | 75d68601c445a02a9ef27b10566941bd2546a860 /x11-apps/xev/xev-1.0.4.ebuild | |
parent | better unicode= fix (diff) | |
download | historical-14de32b647c8647a82f85e41ac3384c69c91caca.tar.gz historical-14de32b647c8647a82f85e41ac3384c69c91caca.tar.bz2 historical-14de32b647c8647a82f85e41ac3384c69c91caca.zip |
x11-apps/xev: bump to 1.0.4, sync with overlay
Package-Manager: portage-2.2_rc45/cvs/Linux i686
Diffstat (limited to 'x11-apps/xev/xev-1.0.4.ebuild')
-rw-r--r-- | x11-apps/xev/xev-1.0.4.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-apps/xev/xev-1.0.4.ebuild b/x11-apps/xev/xev-1.0.4.ebuild new file mode 100644 index 000000000000..4a1276903678 --- /dev/null +++ b/x11-apps/xev/xev-1.0.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.0.4.ebuild,v 1.1 2009/10/14 11:41:29 remi Exp $ + +inherit x-modular + +DESCRIPTION="print contents of X events" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" |