chithanh 15/03/26 17:19:19
Modified: ChangeLog
Added: xf86-input-mtrack-0.3.1.ebuild
Removed: xf86-input-mtrack-0.2.0.ebuild
xf86-input-mtrack-0.1.1-r1.ebuild
Log:
Version bump. Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0x2324E7B566DF2611!)
Revision Changes Path
1.11 x11-drivers/xf86-input-mtrack/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-mtrack/ChangeLog?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-mtrack/ChangeLog?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-mtrack/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mtrack/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 21 Jan 2013 19:59:56 -0000 1.10
+++ ChangeLog 26 Mar 2015 17:19:19 -0000 1.11
@@ -1,6 +1,15 @@
# ChangeLog for x11-drivers/xf86-input-mtrack
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mtrack/ChangeLog,v
1.10 2013/01/21 19:59:56 steev Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mtrack/ChangeLog,v
1.11 2015/03/26 17:19:19 chithanh Exp $
+
+*xf86-input-mtrack-0.3.1 (26 Mar 2015)
+
+ 26 Mar 2015; Chí-Thanh Christopher Nguyễn <[email protected]>
+ +xf86-input-mtrack-0.3.1.ebuild,
+ -files/xf86-input-mtrack-0.1.1-autoconf.patch,
+ -files/xf86-input-mtrack-0.1.1-export.patch,
+ -xf86-input-mtrack-0.1.1-r1.ebuild, -xf86-input-mtrack-0.2.0.ebuild:
+ Version bump. Remove old.
21 Jan 2013; Steev Klimaszewski <[email protected]>
xf86-input-mtrack-0.3.0.ebuild:
1.1
x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild?rev=1.1&content-type=text/plain
Index: xf86-input-mtrack-0.3.1.ebuild
===================================================================
# 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-mtrack/xf86-input-mtrack-0.3.1.ebuild,v
1.1 2015/03/26 17:19:19 chithanh Exp $
EAPI=5
XORG_EAUTORECONF=yes
inherit xorg-2 vcs-snapshot
DESCRIPTION="Xorg Driver for Multitouch Trackpads"
HOMEPAGE="https://github.com/BlueDragonX/xf86-input-mtrack"
SRC_URI="http://github.com/BlueDragonX/xf86-input-mtrack/tarball/v${PV/_/-} ->
${P}.tar.gz"
IUSE="debug"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
RDEPEND="${RDEPEND}
>=sys-libs/mtdev-1.0"
DEPEND="${DEPEND}
>=sys-libs/mtdev-1.0
x11-proto/randrproto
x11-proto/videoproto
x11-proto/xineramaproto"
DOCS=( "README.md" )
PATCHES=( "${FILESDIR}"/${PN}-0.2.0-drop-mtrack-test.patch )
pkg_setup() {
xorg-2_pkg_setup
XORG_CONFIGURE_OPTIONS=(
$(use_enable debug)
)
}
pkg_postinst() {
xorg-2_pkg_postinst
elog
elog "To enable multitouch support add the following lines"
elog "to your xorg.conf:"
elog ""
elog "Section \"InputClass\""
elog " MatchIsTouchpad \"true\""
elog " Identifier \"Touchpads\""
elog " Driver \"mtrack\""
elog "EndSection"
elog
}