diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 02:20:00 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 02:20:00 +0000 |
commit | ac00cca9ab6a4f27fab81200b9e5362ab1e303a0 (patch) | |
tree | dfaba8edf0ec27a8651c4f7fb4f13e247816e299 /x11-drivers | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-ac00cca9ab6a4f27fab81200b9e5362ab1e303a0.tar.gz gentoo-2-ac00cca9ab6a4f27fab81200b9e5362ab1e303a0.tar.bz2 gentoo-2-ac00cca9ab6a4f27fab81200b9e5362ab1e303a0.zip |
Version bump. Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-void/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild | 17 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild | 14 |
3 files changed, 22 insertions, 19 deletions
diff --git a/x11-drivers/xf86-input-void/ChangeLog b/x11-drivers/xf86-input-void/ChangeLog index b2c2456bde8d..32f169698c23 100644 --- a/x11-drivers/xf86-input-void/ChangeLog +++ b/x11-drivers/xf86-input-void/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-void -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.75 2013/07/04 03:03:06 heroxbd Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.76 2015/07/02 02:20:00 mrueg Exp $ + +*xf86-input-void-1.4.1 (02 Jul 2015) + + 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +xf86-input-void-1.4.1.ebuild, + -xf86-input-void-1.3.1.ebuild: + Version bump. Remove old. 04 Jul 2013; Benda Xu <heroxbd@gentoo.org> xf86-input-void-1.4.0.ebuild: keyword x86-linux diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild deleted file mode 100644 index 4b6ab3de91f0..000000000000 --- a/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.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-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild,v 1.8 2011/02/14 23:56:23 xarthisius Exp $ - -EAPI=3 -inherit xorg-2 - -DESCRIPTION="null input driver" - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-base/xorg-server" -DEPEND="${RDEPEND} - x11-proto/inputproto - x11-proto/randrproto - x11-proto/xproto" diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild new file mode 100644 index 000000000000..1fb67789e00c --- /dev/null +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild,v 1.1 2015/07/02 02:20:00 mrueg Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="null input driver" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.9.99.1" +DEPEND="${RDEPEND}" |