diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:03:54 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 22:03:54 +0000 |
commit | 734d7e458042513077f5ad5b9603a1ce5bf78d50 (patch) | |
tree | 43e2c3612016db9d98ff45515308eb9f2d1fefed /x11-apps/xev | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-734d7e458042513077f5ad5b9603a1ce5bf78d50.tar.gz gentoo-2-734d7e458042513077f5ad5b9603a1ce5bf78d50.tar.bz2 gentoo-2-734d7e458042513077f5ad5b9603a1ce5bf78d50.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xev')
-rw-r--r-- | x11-apps/xev/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xev/files/digest-xev-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xev/xev-0.99.2.ebuild | 13 |
3 files changed, 20 insertions, 1 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog index 5362e5b7af23..dd3c5cd0a7ee 100644 --- a/x11-apps/xev/ChangeLog +++ b/x11-apps/xev/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xev # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.5 2005/10/20 00:45:22 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.6 2005/12/04 22:00:55 joshuabaergen Exp $ + +*xev-0.99.2 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> +xev-0.99.2.ebuild: + Bump for 7.0RC3. *xev-0.99.1 (20 Oct 2005) diff --git a/x11-apps/xev/files/digest-xev-0.99.2 b/x11-apps/xev/files/digest-xev-0.99.2 new file mode 100644 index 000000000000..a51ad8b4b969 --- /dev/null +++ b/x11-apps/xev/files/digest-xev-0.99.2 @@ -0,0 +1 @@ +MD5 a264918cd4f90db7c87afe68f98d3582 xev-0.99.2.tar.bz2 78673 diff --git a/x11-apps/xev/xev-0.99.2.ebuild b/x11-apps/xev/xev-0.99.2.ebuild new file mode 100644 index 000000000000..7a2fa50c923e --- /dev/null +++ b/x11-apps/xev/xev-0.99.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-0.99.2.ebuild,v 1.1 2005/12/04 22:00:55 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xev application" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" |