diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-11 03:31:07 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-11 03:31:07 +0000 |
commit | 2ec959f4ed648b916b4bb82df8bcd64f09673305 (patch) | |
tree | 16a70c13465b72820c8159f2fc22a1612b5e2045 /x11-apps | |
parent | Added ~mips, bug 437532. (diff) | |
download | gentoo-2-2ec959f4ed648b916b4bb82df8bcd64f09673305.tar.gz gentoo-2-2ec959f4ed648b916b4bb82df8bcd64f09673305.tar.bz2 gentoo-2-2ec959f4ed648b916b4bb82df8bcd64f09673305.zip |
Remove old version with unsatisfiable deps
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinput/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.5.3.ebuild | 17 |
2 files changed, 5 insertions, 20 deletions
diff --git a/x11-apps/xinput/ChangeLog b/x11-apps/xinput/ChangeLog index 90ec126585ce..f374b61dafbd 100644 --- a/x11-apps/xinput/ChangeLog +++ b/x11-apps/xinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinput -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.50 2012/08/26 20:14:10 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.51 2013/05/11 03:31:07 patrick Exp $ + + 11 May 2013; Patrick Lauer <patrick@gentoo.org> -xinput-1.5.3.ebuild: + Remove old version with unsatisfiable deps 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xinput-1.6.0.ebuild: alpha/ia64/sh/sparc stable wrt #419473 @@ -275,4 +278,3 @@ 30 Jun 2004; Matthieu Sozeau <mattam@gentoo.org> xinput-1.2.ebuild: Initial import, see bug #10580. - diff --git a/x11-apps/xinput/xinput-1.5.3.ebuild b/x11-apps/xinput/xinput-1.5.3.ebuild deleted file mode 100644 index b3bae0ac087f..000000000000 --- a/x11-apps/xinput/xinput-1.5.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.5.3.ebuild,v 1.9 2011/12/21 19:41:42 chithanh Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="Utility to set XInput device parameters" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-libs/libX11-1.3 - x11-libs/libXext - >=x11-libs/libXi-1.3" -DEPEND="${RDEPEND} - <x11-proto/inputproto-2.0.99" |