diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-06-30 16:35:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-06-30 16:35:19 +0000 |
commit | 2c7703b2c71fb49eda70e131f6ae86d76fde35a6 (patch) | |
tree | d5467e632df6a73596e311142573d679ad621ff3 /x11-apps/xev | |
parent | (#138580) Make drivers only require USE=xorg on xorg-server versions >=1.1, s... (diff) | |
download | gentoo-2-2c7703b2c71fb49eda70e131f6ae86d76fde35a6.tar.gz gentoo-2-2c7703b2c71fb49eda70e131f6ae86d76fde35a6.tar.bz2 gentoo-2-2c7703b2c71fb49eda70e131f6ae86d76fde35a6.zip |
Stable on ppc64
(Portage version: 2.1-r1)
Diffstat (limited to 'x11-apps/xev')
-rw-r--r-- | x11-apps/xev/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xev/files/digest-xev-1.0.1 | 2 | ||||
-rw-r--r-- | x11-apps/xev/xev-1.0.2.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog index 9423391d67fa..78c5c134b6ff 100644 --- a/x11-apps/xev/ChangeLog +++ b/x11-apps/xev/ChangeLog @@ -1,6 +1,9 @@ # 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.13 2006/06/03 06:40:10 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.14 2006/06/30 16:35:19 corsair Exp $ + + 30 Jun 2006; Markus Rothe <corsair@gentoo.org> xev-1.0.2.ebuild: + Stable on ppc64 *xev-1.0.2 (03 Jun 2006) diff --git a/x11-apps/xev/files/digest-xev-1.0.1 b/x11-apps/xev/files/digest-xev-1.0.1 index ae12fc07fd84..5d10d4e6a92b 100644 --- a/x11-apps/xev/files/digest-xev-1.0.1 +++ b/x11-apps/xev/files/digest-xev-1.0.1 @@ -1 +1,3 @@ MD5 533a399580d6797faf1a7416fc2c653f xev-1.0.1.tar.bz2 79951 +RMD160 34a4e9c9ae9923aa5acbee40b85ea86c1ec474d6 xev-1.0.1.tar.bz2 79951 +SHA256 c53807015c78545147dac9c671ad022aaa3622bd4d4ac94e55eb175cdf9adb54 xev-1.0.1.tar.bz2 79951 diff --git a/x11-apps/xev/xev-1.0.2.ebuild b/x11-apps/xev/xev-1.0.2.ebuild index f18fc4c73896..9a8780d9182d 100644 --- a/x11-apps/xev/xev-1.0.2.ebuild +++ b/x11-apps/xev/xev-1.0.2.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.0.2.ebuild,v 1.2 2006/06/30 16:35:19 corsair Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org xev application" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ppc64 ~s390 ~sparc ~x86" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |