summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-10-13 23:22:45 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-10-13 23:22:45 +0000
commitcd74252a25f7bad83fa04083f043b5fa32239bb9 (patch)
treea9193ec099077caba79c75c31d9454b8295e3e05 /x11-drivers
parentLinux patches 3.0.100 and 3.4.66. (diff)
downloadgentoo-2-cd74252a25f7bad83fa04083f043b5fa32239bb9.tar.gz
gentoo-2-cd74252a25f7bad83fa04083f043b5fa32239bb9.tar.bz2
gentoo-2-cd74252a25f7bad83fa04083f043b5fa32239bb9.zip
Version bump. Remove some old versions.
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-evdev/ChangeLog9
-rw-r--r--x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild16
-rw-r--r--x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3-r1.ebuild16
-rw-r--r--x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.2.ebuild (renamed from x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.ebuild)2
4 files changed, 9 insertions, 34 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog
index f54bf487cbb6..dce60cf15cc0 100644
--- a/x11-drivers/xf86-input-evdev/ChangeLog
+++ b/x11-drivers/xf86-input-evdev/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.211 2013/10/08 05:05:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.212 2013/10/13 23:22:45 chithanh Exp $
+
+*xf86-input-evdev-2.8.2 (13 Oct 2013)
+
+ 13 Oct 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-input-evdev-2.8.2.ebuild, -xf86-input-evdev-2.6.0.ebuild,
+ -xf86-input-evdev-2.7.3-r1.ebuild, -xf86-input-evdev-2.8.0.ebuild:
+ Version bump. Remove some old versions.
08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-input-evdev-2.8.1.ebuild:
Stable for x86, wrt bug #475480
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild
deleted file mode 100644
index 932a06290dbf..000000000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2011 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.6.0.ebuild,v 1.7 2011/03/05 18:09:14 xarthisius Exp $
-
-EAPI=3
-inherit xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.6.3"
-DEPEND="${RDEPEND}
- >=sys-kernel/linux-headers-2.6
- x11-proto/inputproto
- x11-proto/xproto"
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3-r1.ebuild
deleted file mode 100644
index ab5b076ccfab..000000000000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.3-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 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.7.3-r1.ebuild,v 1.1 2013/03/08 00:05:43 chithanh Exp $
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.10[udev]
- sys-libs/mtdev"
-DEPEND="${RDEPEND}
- >=x11-proto/inputproto-2.1.99.3
- >=sys-kernel/linux-headers-2.6"
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.2.ebuild
index 5a905e7aa341..d2c3ccab7776 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.0.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.8.0.ebuild,v 1.1 2013/03/27 10:46:57 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.8.2.ebuild,v 1.1 2013/10/13 23:22:45 chithanh Exp $
EAPI=5
inherit xorg-2