diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-06-03 06:40:10 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-06-03 06:40:10 +0000 |
commit | 5126cebd69c898b979efe30e0a6464554d6055ab (patch) | |
tree | 2f7e5b6bfefa2e1604c575b0a6508a266e502ec3 /x11-apps | |
parent | Unmask X 7.1. (diff) | |
download | gentoo-2-5126cebd69c898b979efe30e0a6464554d6055ab.tar.gz gentoo-2-5126cebd69c898b979efe30e0a6464554d6055ab.tar.bz2 gentoo-2-5126cebd69c898b979efe30e0a6464554d6055ab.zip |
Version bump. Runs some internal filtering on all events, instead of just
keypresses.
(Portage version: 2.1_rc3-r5)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xev/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xev/files/digest-xev-1.0.2 | 3 | ||||
-rw-r--r-- | x11-apps/xev/xev-1.0.2.ebuild | 13 |
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog index c1550d2f7e53..9423391d67fa 100644 --- a/x11-apps/xev/ChangeLog +++ b/x11-apps/xev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xev # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.12 2006/02/14 21:11:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.13 2006/06/03 06:40:10 joshuabaergen Exp $ + +*xev-1.0.2 (03 Jun 2006) + + 03 Jun 2006; Joshua Baergen <joshuabaergen@gentoo.org> +xev-1.0.2.ebuild: + Version bump. Runs some internal filtering on all events, instead of just + keypresses. 14 Feb 2006; Markus Rothe <corsair@gentoo.org> xev-1.0.1.ebuild: Added ~ppc64 diff --git a/x11-apps/xev/files/digest-xev-1.0.2 b/x11-apps/xev/files/digest-xev-1.0.2 new file mode 100644 index 000000000000..ebf9d2480d2f --- /dev/null +++ b/x11-apps/xev/files/digest-xev-1.0.2 @@ -0,0 +1,3 @@ +MD5 e3008eb0655da3026c162a5597d70869 xev-1.0.2.tar.bz2 84097 +RMD160 4f25c741c7c056d15ac9bdec87380815b4618a63 xev-1.0.2.tar.bz2 84097 +SHA256 cac2771b67942d9a00b46532176feb18b2f82c434e0f6ece578d95953ef33053 xev-1.0.2.tar.bz2 84097 diff --git a/x11-apps/xev/xev-1.0.2.ebuild b/x11-apps/xev/xev-1.0.2.ebuild new file mode 100644 index 000000000000..f18fc4c73896 --- /dev/null +++ b/x11-apps/xev/xev-1.0.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.0.2.ebuild,v 1.1 2006/06/03 06:40:10 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xev application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" |