diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-drivers/xf86-input-mtrack | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-drivers/xf86-input-mtrack')
5 files changed, 128 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-mtrack/Manifest b/x11-drivers/xf86-input-mtrack/Manifest new file mode 100644 index 000000000000..d00a56a1b642 --- /dev/null +++ b/x11-drivers/xf86-input-mtrack/Manifest @@ -0,0 +1,2 @@ +DIST xf86-input-mtrack-0.3.0.tar.gz 35826 SHA256 db509f64fff01ae77e1393a8461df5cbfd60e5bba45f5e9fb49a83fd0e6f999c SHA512 68422f04ce0b73473cbb4dc7e920dedfce2c91ece1ee59e84dc7f7be5d8e77a2c9b2284dbaefcb0b08ee14868e204c5841fd05320129ec56b33e6ee352c04688 WHIRLPOOL 953abd0200610be3d5ee7d93743d95166bfd5776be2534a83170ec77e3af4a43b140a9d86c78f0ef97873f55f52853a24bb1a0a2625afa94fb744705683ba86e +DIST xf86-input-mtrack-0.3.1.tar.gz 370599 SHA256 bf972406d4d0fba1dec22ae3dbc1bbaee96763ee3457bfc57d64ffd99e6c6c10 SHA512 b8615970092138a7d3670a9783ac29bd57e8f86312af722e6439ef55ca5812a33bbf8460adda1931699084e8a56601c02f307d375e54723857a47f934718a448 WHIRLPOOL d9a3318e9585aaa88b5207a99bf8a3f3c60aa7f6bdbc694c6d150d569d86d2d8d0c2af2439224f23b376b9867e8ef39190778a466d22117fb0fe2605330947cf diff --git a/x11-drivers/xf86-input-mtrack/files/xf86-input-mtrack-0.2.0-drop-mtrack-test.patch b/x11-drivers/xf86-input-mtrack/files/xf86-input-mtrack-0.2.0-drop-mtrack-test.patch new file mode 100644 index 000000000000..5ee5e55db355 --- /dev/null +++ b/x11-drivers/xf86-input-mtrack/files/xf86-input-mtrack-0.2.0-drop-mtrack-test.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.am b/Makefile.am +index b22df2f..ed4c53c 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -14,7 +14,7 @@ SOURCES_COMMON = \ + $(srcdir)/driver/mprops.c + @DRIVER_NAME@_drv_ladir = @inputdir@ + +-noinst_PROGRAMS = mtrack-test ++noinst_PROGRAMS = + mtrack_test_SOURCES = $(SOURCES_COMMON) \ + $(srcdir)/tools/mtrack-test.c + mtrack_test_CFLAGS = $(AM_CFLAGS) diff --git a/x11-drivers/xf86-input-mtrack/metadata.xml b/x11-drivers/xf86-input-mtrack/metadata.xml new file mode 100644 index 000000000000..9f444a786712 --- /dev/null +++ b/x11-drivers/xf86-input-mtrack/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>x11</herd> + <maintainer> + <email>naota@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="github">BlueDragonX/xf86-input-mtrack</remote-id> + </upstream> +</pkgmetadata> diff --git a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild new file mode 100644 index 000000000000..123fbab4b5e0 --- /dev/null +++ b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +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 +} diff --git a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild new file mode 100644 index 000000000000..e9064683e84c --- /dev/null +++ b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} |