summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-10-14 11:41:29 +0000
committerRémi Cardona <remi@gentoo.org>2009-10-14 11:41:29 +0000
commit5f0826597c73327ea61cb47c04b544e93b21be4f (patch)
treef0a69526c149547067760ad0d7a3ce5f21d26196 /x11-apps
parentbetter unicode= fix (diff)
downloadgentoo-2-5f0826597c73327ea61cb47c04b544e93b21be4f.tar.gz
gentoo-2-5f0826597c73327ea61cb47c04b544e93b21be4f.tar.bz2
gentoo-2-5f0826597c73327ea61cb47c04b544e93b21be4f.zip
x11-apps/xev: bump to 1.0.4, sync with overlay
(Portage version: 2.2_rc45/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xev/ChangeLog7
-rw-r--r--x11-apps/xev/xev-1.0.4.ebuild13
2 files changed, 19 insertions, 1 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog
index 2417e40ed950..8593a4a81220 100644
--- a/x11-apps/xev/ChangeLog
+++ b/x11-apps/xev/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xev
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.32 2009/06/23 20:51:54 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.33 2009/10/14 11:41:29 remi Exp $
+
+*xev-1.0.4 (14 Oct 2009)
+
+ 14 Oct 2009; Rémi Cardona <remi@gentoo.org> +xev-1.0.4.ebuild:
+ bump to 1.0.4, sync with overlay
23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xev-1.0.3.ebuild:
Stable on alpha for xorg-server-1.5/xorg-x11-7.4
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}"