summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-03-27 01:11:35 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-03-27 01:11:35 +0000
commit485016623618176c1bb01d10319b71df1f8a643e (patch)
treece2a3b5336cf5c71c71b55fc5b05230c17ea124d /x11-drivers
parentVersion bump. Remove old. (diff)
downloadgentoo-2-485016623618176c1bb01d10319b71df1f8a643e.tar.gz
gentoo-2-485016623618176c1bb01d10319b71df1f8a643e.tar.bz2
gentoo-2-485016623618176c1bb01d10319b71df1f8a643e.zip
Version bump. Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-wacom/ChangeLog9
-rw-r--r--x11-drivers/xf86-input-wacom/xf86-input-wacom-0.20.0.ebuild58
-rw-r--r--x11-drivers/xf86-input-wacom/xf86-input-wacom-0.29.0.ebuild (renamed from x11-drivers/xf86-input-wacom/xf86-input-wacom-0.23.0.ebuild)6
3 files changed, 11 insertions, 62 deletions
diff --git a/x11-drivers/xf86-input-wacom/ChangeLog b/x11-drivers/xf86-input-wacom/ChangeLog
index 7a3dfad073ac..7e18d20b9df3 100644
--- a/x11-drivers/xf86-input-wacom/ChangeLog
+++ b/x11-drivers/xf86-input-wacom/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-drivers/xf86-input-wacom
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.95 2015/02/24 08:37:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.96 2015/03/27 01:11:35 chithanh Exp $
+
+*xf86-input-wacom-0.29.0 (27 Mar 2015)
+
+ 27 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-input-wacom-0.29.0.ebuild, -xf86-input-wacom-0.20.0.ebuild,
+ -xf86-input-wacom-0.23.0.ebuild:
+ Version bump. Remove old.
24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xf86-input-wacom-0.24.0.ebuild:
Stable for alpha, wrt bug #530652
diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.20.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.20.0.ebuild
deleted file mode 100644
index 2f22c10998cc..000000000000
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.20.0.ebuild
+++ /dev/null
@@ -1,58 +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-wacom/xf86-input-wacom-0.20.0.ebuild,v 1.6 2013/10/08 05:05:36 ago Exp $
-
-EAPI=5
-
-inherit linux-info xorg-2
-
-DESCRIPTION="Driver for Wacom tablets and drawing devices"
-HOMEPAGE="http://linuxwacom.sourceforge.net/"
-LICENSE="GPL-2"
-EGIT_REPO_URI="git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/${PN}"
-[[ ${PV} != 9999* ]] && \
- SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
-IUSE="debug"
-
-RDEPEND="virtual/udev
- >=x11-base/xorg-server-1.7
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXi
- x11-libs/libXrandr
- x11-libs/libXinerama"
-DEPEND="${RDEPEND}
- x11-proto/randrproto"
-
-pkg_setup() {
- linux-info_pkg_setup
-
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable debug)
- )
-}
-
-src_install() {
- xorg-2_src_install
-
- rm -rf "${ED}"/usr/share/hal
-}
-
-pkg_pretend() {
- linux-info_pkg_setup
-
- if ! linux_config_exists \
- || ! linux_chkconfig_present TABLET_USB_WACOM \
- || ! linux_chkconfig_present INPUT_EVDEV; then
- echo
- ewarn "If you use a USB Wacom tablet, you need to enable support in your kernel"
- ewarn " Device Drivers --->"
- ewarn " Input device support --->"
- ewarn " <*> Event interface"
- ewarn " [*] Tablets --->"
- ewarn " <*> Wacom Intuos/Graphire tablet support (USB)"
- echo
- fi
-}
diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.23.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.29.0.ebuild
index 938c0c018d04..188dcd436670 100644
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.23.0.ebuild
+++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.29.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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-wacom/xf86-input-wacom-0.23.0.ebuild,v 1.8 2014/04/19 17:47:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.29.0.ebuild,v 1.1 2015/03/27 01:11:35 chithanh Exp $
EAPI=5
@@ -13,7 +13,7 @@ EGIT_REPO_URI="git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/${PN}"
[[ ${PV} != 9999* ]] && \
SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"
# depend on libwacom for its udev rules, bug #389633