diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-03 09:06:27 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-03 09:06:27 +0000 |
commit | 7a1cc5ac734470ee8c0a302eb3b471ea417d0a5c (patch) | |
tree | c247465725498c054e3ab8f32af9e5664b49f959 /x11-apps/xinput | |
parent | rm (diff) | |
download | gentoo-2-7a1cc5ac734470ee8c0a302eb3b471ea417d0a5c.tar.gz gentoo-2-7a1cc5ac734470ee8c0a302eb3b471ea417d0a5c.tar.bz2 gentoo-2-7a1cc5ac734470ee8c0a302eb3b471ea417d0a5c.zip |
rm
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xinput')
-rw-r--r-- | x11-apps/xinput/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.4.2.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/x11-apps/xinput/ChangeLog b/x11-apps/xinput/ChangeLog index f7d68b2e35e8..99298bcaee5d 100644 --- a/x11-apps/xinput/ChangeLog +++ b/x11-apps/xinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinput # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.25 2010/08/02 19:11:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.26 2010/08/03 09:06:27 scarabeus Exp $ + + 03 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xinput-1.4.2.ebuild: + rm 02 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> xinput-1.5.2.ebuild: ppc64 stable wrt #327777 diff --git a/x11-apps/xinput/xinput-1.4.2.ebuild b/x11-apps/xinput/xinput-1.4.2.ebuild deleted file mode 100644 index 01e142e77762..000000000000 --- a/x11-apps/xinput/xinput-1.4.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.4.2.ebuild,v 1.9 2009/12/27 17:46:38 josejx Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="Utility to set XInput device parameters" -LICENSE="as-is" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - >=x11-libs/libXi-1.2" -DEPEND="${RDEPEND} - >=x11-proto/inputproto-1.5" |