diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-06-20 10:28:43 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-06-20 10:28:43 +0000 |
commit | 87fac0a7f66b18f195c2a0c8ab1c9446f4a98a14 (patch) | |
tree | 53aa594ac9d20c8e3369eadb36eb9e45e07c84c0 /x11-drivers | |
parent | propagate prefix profile changes from prefix to gentoo-x86 (diff) | |
download | gentoo-2-87fac0a7f66b18f195c2a0c8ab1c9446f4a98a14.tar.gz gentoo-2-87fac0a7f66b18f195c2a0c8ab1c9446f4a98a14.tar.bz2 gentoo-2-87fac0a7f66b18f195c2a0c8ab1c9446f4a98a14.zip |
x11-drivers/xf86-input-evdev: drop old ebuilds
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'x11-drivers')
5 files changed, 6 insertions, 122 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index 79bb501e8402..9295ed971cce 100644 --- a/x11-drivers/xf86-input-evdev/ChangeLog +++ b/x11-drivers/xf86-input-evdev/ChangeLog @@ -1,6 +1,11 @@ # 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.111 2009/05/28 16:49:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.112 2009/06/20 10:28:42 remi Exp $ + + 20 Jun 2009; Rémi Cardona <remi@gentoo.org> + -xf86-input-evdev-1.1.5-r1.ebuild, -xf86-input-evdev-1.2.0.ebuild, + -xf86-input-evdev-2.0.8.ebuild, -xf86-input-evdev-2.2.0-r1.ebuild: + drop old ebuilds 28 May 2009; Raúl Porcel <armin76@gentoo.org> xf86-input-evdev-2.1.3.ebuild, xf86-input-evdev-2.2.0-r1.ebuild, diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r1.ebuild deleted file mode 100644 index 99b07b791659..000000000000 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 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-r1.ebuild,v 1.11 2008/06/07 19:36:47 dberkholz 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" diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.2.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.2.0.ebuild deleted file mode 100644 index bc1aa4f12cd0..000000000000 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.2.0.ebuild +++ /dev/null @@ -1,29 +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.2.0.ebuild,v 1.9 2009/04/14 18:54:11 scarabeus Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=4 - -inherit x-modular - -DESCRIPTION="Generic Linux input driver" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~x86" - -RDEPEND=">=x11-base/xorg-server-1.4.0.90 - >=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() { - 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/" -} diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.0.8.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.0.8.ebuild deleted file mode 100644 index 7878f37cc8d5..000000000000 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.0.8.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.0.8.ebuild,v 1.3 2009/04/14 18:54:11 scarabeus 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 ~sh ~sparc ~x86" -IUSE="hal" -RDEPEND=">=x11-base/xorg-server-1.4.0.90 - 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 -} diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.0-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.0-r1.ebuild deleted file mode 100644 index afd4d41e2c6d..000000000000 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.2.0-r1.ebuild +++ /dev/null @@ -1,36 +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.0-r1.ebuild,v 1.4 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" - -PATCHES="${FILESDIR}/${PV}-Restore-repeat-filtering-for-server-1.5-and-earlier.patch" - -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 -} |