diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 19:04:12 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 19:04:12 +0000 |
commit | ac844a6ad368d5da3443a73332431c9558233093 (patch) | |
tree | 55d769312d7818576fefbf48a56d570c3a314783 /x11-apps | |
parent | rm (diff) | |
download | gentoo-2-ac844a6ad368d5da3443a73332431c9558233093.tar.gz gentoo-2-ac844a6ad368d5da3443a73332431c9558233093.tar.bz2 gentoo-2-ac844a6ad368d5da3443a73332431c9558233093.zip |
rm
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinput/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.4.0.ebuild | 19 |
2 files changed, 5 insertions, 21 deletions
diff --git a/x11-apps/xinput/ChangeLog b/x11-apps/xinput/ChangeLog index d21d883ee84e..08c255eae06d 100644 --- a/x11-apps/xinput/ChangeLog +++ b/x11-apps/xinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinput -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.10 2009/12/27 17:46:38 josejx Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.11 2010/01/23 19:04:12 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xinput-1.4.0.ebuild: + rm 27 Dec 2009; Joseph Jezak <josejx@gentoo.org> xinput-1.4.2.ebuild: Marked ppc stable for bug #294958. diff --git a/x11-apps/xinput/xinput-1.4.0.ebuild b/x11-apps/xinput/xinput-1.4.0.ebuild deleted file mode 100644 index d10f25d26671..000000000000 --- a/x11-apps/xinput/xinput-1.4.0.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.0.ebuild,v 1.1 2009/06/08 12:02:34 remi 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" |