diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-03 16:41:39 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-03 16:41:39 +0000 |
commit | d4310f937872669acfe77ac79ba1c857e21b39cd (patch) | |
tree | a3238f4d35e930f0f75450ffcbe0d3d378b36cd0 /x11-drivers/xf86-input-evdev | |
parent | x11-drivers/xf86-input-evdev: bump to 2.2.3 (diff) | |
download | gentoo-2-d4310f937872669acfe77ac79ba1c857e21b39cd.tar.gz gentoo-2-d4310f937872669acfe77ac79ba1c857e21b39cd.tar.bz2 gentoo-2-d4310f937872669acfe77ac79ba1c857e21b39cd.zip |
x11-drivers/xf86-input-evdev: drop old ebuilds
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-input-evdev')
-rw-r--r-- | x11-drivers/xf86-input-evdev/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild | 23 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.1.ebuild | 34 |
3 files changed, 5 insertions, 58 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index 902c879d6a5a..9808344a5fec 100644 --- a/x11-drivers/xf86-input-evdev/ChangeLog +++ b/x11-drivers/xf86-input-evdev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-input-evdev # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.115 2009/08/03 16:37:34 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.116 2009/08/03 16:41:39 remi Exp $ + + 03 Aug 2009; Rémi Cardona <remi@gentoo.org> + -xf86-input-evdev-1.1.5-r2.ebuild, -xf86-input-evdev-2.2.1.ebuild: + drop old ebuilds *xf86-input-evdev-2.2.3 (03 Aug 2009) diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild deleted file mode 100644 index 56ca1a70da3f..000000000000 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r2.ebuild,v 1.7 2009/03/29 18:05:37 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=4 - -inherit x-modular - -DESCRIPTION="Generic Linux input driver" - -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc ~x86" - -RDEPEND="x11-base/xorg-server" -DEPEND="${RDEPEND} - || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) - >=x11-proto/inputproto-1.4 - x11-proto/randrproto - x11-proto/xproto" - -PATCHES="${FILESDIR}/1.1.5-fix_compatibility.patch - ${FILESDIR}/1.1.5-zaphod-mouse-fix.patch" diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.1.ebuild deleted file mode 100644 index 067985e25406..000000000000 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.1.ebuild,v 1.3 2009/05/28 16:49:39 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="Generic Linux input driver" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="hal" -RDEPEND=">=x11-base/xorg-server-1.5.3 - hal? ( >=sys-apps/hal-0.5.10 )" -DEPEND="${RDEPEND} - || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) - >=x11-proto/inputproto-1.4 - x11-proto/randrproto - x11-proto/xproto" - -pkg_postinst() { - x-modular_pkg_postinst - pkg_info -} - -pkg_info() { - if use hal; then - elog "If your XKB (keyboard settings) stopped working," - elog "you may uninstall this driver or move your XKB configuration." - elog "Download an example from http://dev.gentoo.org/~scarabeus/hal-config-examples/" - elog "(these will be installed with sys-apps/hal soon)," - elog "and drop it into /etc/hal/fdi/policy/" - fi -} |