diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-23 22:16:15 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-23 22:16:15 +0000 |
commit | 6eb764863d5e168b0eb20a98380e864aa9807863 (patch) | |
tree | 1595f400b63291df0170aeff15a56c16ece5beac /x11-misc/xinput | |
parent | removing 2.1_pre5 because 2.1_pre6 is better (diff) | |
download | historical-6eb764863d5e168b0eb20a98380e864aa9807863.tar.gz historical-6eb764863d5e168b0eb20a98380e864aa9807863.tar.bz2 historical-6eb764863d5e168b0eb20a98380e864aa9807863.zip |
Added missing rman DEPEND, fixes bug #127360.
Package-Manager: portage-2.1_pre6-r6
Diffstat (limited to 'x11-misc/xinput')
-rw-r--r-- | x11-misc/xinput/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xinput/Manifest | 12 | ||||
-rw-r--r-- | x11-misc/xinput/xinput-1.2.ebuild | 3 |
3 files changed, 16 insertions, 4 deletions
diff --git a/x11-misc/xinput/ChangeLog b/x11-misc/xinput/ChangeLog index 375ee6648a6b..8eb813ea10d6 100644 --- a/x11-misc/xinput/ChangeLog +++ b/x11-misc/xinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xinput # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.6 2006/01/21 17:37:01 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.7 2006/03/23 22:16:15 nelchael Exp $ + + 23 Mar 2006; Krzysiek Pawlik <nelchael@gentoo.org> xinput-1.2.ebuild: + Added missing rman DEPEND, fixes bug #127360. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xinput-1.2.ebuild: Fixed DEPEND for modular X. diff --git a/x11-misc/xinput/Manifest b/x11-misc/xinput/Manifest index 09114dc49d3e..d5574604717f 100644 --- a/x11-misc/xinput/Manifest +++ b/x11-misc/xinput/Manifest @@ -1,4 +1,12 @@ -MD5 9e96723e039bc1ed4803a317b73b4e45 ChangeLog 741 +MD5 fbb2e62844de7dfe8563484fb1aa4085 ChangeLog 862 +RMD160 64d17c91646b566e5d54b337d0dbb6a1e8f00f1c ChangeLog 862 +SHA256 9b4662230ff6b30b30639e37ae59253689eb3f7653b40cff5c63a6656bffc61b ChangeLog 862 MD5 e982f67f081af704e720bc7a54cdde8a files/digest-xinput-1.2 60 +RMD160 b154b06081fd77aa959e94d5ba0b8b0e832f1208 files/digest-xinput-1.2 60 +SHA256 3fb82801435de048b24709b141477e089b484c19c1e07cfe237be7f18de64cc9 files/digest-xinput-1.2 60 MD5 b6d6e03943837cc96455b231a36de417 metadata.xml 235 -MD5 6e869b49ae8c940ac09f6da01df91edb xinput-1.2.ebuild 785 +RMD160 99a32083e00bc51bb96d16b88b2a6122ae54d61b metadata.xml 235 +SHA256 64a0868db5b836f90be5af321d259ba723ebbaa380d4db1104d2c60b7d5cf6b3 metadata.xml 235 +MD5 bc4c62ff2375c0bc8a7c8c809603fe12 xinput-1.2.ebuild 801 +RMD160 a71bfaf8b37fe0526cbd2ecc5b6bd7bbff3306ba xinput-1.2.ebuild 801 +SHA256 d9ca3dbb14d9a2894bfb9a15b161ff2291ee25b08d5118f8765dc0811622d63b xinput-1.2.ebuild 801 diff --git a/x11-misc/xinput/xinput-1.2.ebuild b/x11-misc/xinput/xinput-1.2.ebuild index 54436b30ba36..f53fc092ed84 100644 --- a/x11-misc/xinput/xinput-1.2.ebuild +++ b/x11-misc/xinput/xinput-1.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-misc/xinput/xinput-1.2.ebuild,v 1.6 2006/01/21 17:37:01 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.2.ebuild,v 1.7 2006/03/23 22:16:15 nelchael Exp $ DESCRIPTION="An utility to set XInput device parameters" HOMEPAGE="ftp://ftp.x.org/contrib/utilities/${PN}.README" @@ -19,6 +19,7 @@ RDEPEND="|| ( ( DEPEND="${RDEPEND} || ( ( x11-misc/imake + app-text/rman x11-proto/inputproto ) virtual/x11 )" |