diff options
-rw-r--r-- | x11-misc/xinput/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xinput/Manifest | 16 | ||||
-rw-r--r-- | x11-misc/xinput/xinput-1.2.ebuild | 6 |
3 files changed, 11 insertions, 18 deletions
diff --git a/x11-misc/xinput/ChangeLog b/x11-misc/xinput/ChangeLog index f3eca7b783b8..10db6a341393 100644 --- a/x11-misc/xinput/ChangeLog +++ b/x11-misc/xinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xinput -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.4 2004/09/29 08:28:06 pyrania Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.5 2005/10/03 12:02:43 seemant Exp $ + + 03 Oct 2005; Seemant Kulleen <seemant@gentoo.org> xinput-1.2.ebuild: + keyword for amd64 testing 29 Sep 2004; <pyrania@gentoo.org> xinput-1.2.ebuild: Marked stable on x86. diff --git a/x11-misc/xinput/Manifest b/x11-misc/xinput/Manifest index 2cde9710f59f..fad25e7080c8 100644 --- a/x11-misc/xinput/Manifest +++ b/x11-misc/xinput/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 74239a998f4a32922f1c1d8c3afa25ae ChangeLog 537 -MD5 22d68a9a70e4cf40230631dcdd1fc437 xinput-1.2.ebuild 624 -MD5 b6d6e03943837cc96455b231a36de417 metadata.xml 235 +MD5 1bf4ee88a51260bed9173aee8632ae4b ChangeLog 637 MD5 e982f67f081af704e720bc7a54cdde8a files/digest-xinput-1.2 60 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBWnHII7fK2cqeyXkRAmZeAKC4C7dTj/hxVmODV2PDlEn6bRYYQACgqBCv -KRYXShrjL7VNNEZXh/+3ur4= -=vfqM ------END PGP SIGNATURE----- +MD5 b6d6e03943837cc96455b231a36de417 metadata.xml 235 +MD5 520fe1baf52043e4dfc4771b7c71be61 xinput-1.2.ebuild 631 diff --git a/x11-misc/xinput/xinput-1.2.ebuild b/x11-misc/xinput/xinput-1.2.ebuild index 89607f054615..1685e93f8e19 100644 --- a/x11-misc/xinput/xinput-1.2.ebuild +++ b/x11-misc/xinput/xinput-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.2.ebuild,v 1.4 2004/09/29 08:28:06 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.2.ebuild,v 1.5 2005/10/03 12:02:43 seemant Exp $ DESCRIPTION="An utility to set XInput device parameters" HOMEPAGE="ftp://ftp.x.org/contrib/utilities/${PN}.README" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" IUSE="" DEPEND="virtual/x11" |