From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: x11-misc/dispad/
Date: Fri, 27 May 2011 09:21:00 +0000 (UTC) [thread overview]
Message-ID: <07be5a604c560e99e41ed0c27fce1fe5d2bc566f.xmw@gentoo> (raw)
commit: 07be5a604c560e99e41ed0c27fce1fe5d2bc566f
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 09:20:25 2011 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri May 27 09:20:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=07be5a60
x11-libs/dispad: initial import
(Portage version: 2.1.9.42/git/Linux x86_64, signed Manifest commit with key 62EEF090)
---
x11-misc/dispad/ChangeLog | 10 ++++++++++
x11-misc/dispad/Manifest | 14 ++++++++++++++
x11-misc/dispad/dispad-0.1.ebuild | 31 +++++++++++++++++++++++++++++++
x11-misc/dispad/metadata.xml | 11 +++++++++++
4 files changed, 66 insertions(+), 0 deletions(-)
diff --git a/x11-misc/dispad/ChangeLog b/x11-misc/dispad/ChangeLog
new file mode 100644
index 0000000..5300961
--- /dev/null
+++ b/x11-misc/dispad/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/dispad
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*dispad-0.1 (27 May 2011)
+
+ 27 May 2011; Michael Weber <xmw@gentoo.org> +dispad-0.1.ebuild,
+ +metadata.xml:
+ Initial import, thanks to Ryan Bourgeois for the initial ebuild (bug 368823)
+
diff --git a/x11-misc/dispad/Manifest b/x11-misc/dispad/Manifest
new file mode 100644
index 0000000..249575b
--- /dev/null
+++ b/x11-misc/dispad/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST dispad-0.1.tar.gz 19882 RMD160 d172d89e2aa7794311a158e2278e247fa8788c4a SHA1 17730d694593da39044362776b5374bbf26a5e84 SHA256 0df12283aa72ee05c4f6ada3b51c774bb1a79251353bb273f43c590a3614d531
+EBUILD dispad-0.1.ebuild 619 RMD160 2f44d4c6b3e59df946d1d8084dd126b4921b700e SHA1 37a60be288e27b77b06daa61383e090af7bce5ae SHA256 3ae80c803199d50d96e1d92930eedad19ca036cc461e6440178b62ae5dfe217d
+MISC ChangeLog 306 RMD160 ccd5758e3eb5f3c4983181e0dc5e18abab5074d4 SHA1 b4f686074e12bf7143f60d8977b33e3231ccbba9 SHA256 1ae75134f9258dc7dff2d3d596afa1199b671733b918892552f75de59d1647c5
+MISC metadata.xml 291 RMD160 b216638c47fdbfc1e5deeb7d817ba8265d476441 SHA1 c77ea1a1c55228d42f5661c4da30c35e5ed716f9 SHA256 f551ac2bd8d4522388964032ec1a95749047a3d076983e81d3b5baaadffc41fa
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk3fbNkACgkQknrdDGLu8JD9WQD/b+KoJEYGwgatjWq41sIN6E2i
+WThV34MiVJ7lfc3Yt0MA/iS/bXz9omPp2cLH09YzqzUOfq7/bwWVPEJ+KwP0e9d0
+=FDyB
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/dispad/dispad-0.1.ebuild b/x11-misc/dispad/dispad-0.1.ebuild
new file mode 100644
index 0000000..7e1c804
--- /dev/null
+++ b/x11-misc/dispad/dispad-0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit autotools
+
+DESCRIPTION="Small daemon for disableing trackpads while typing."
+HOMEPAGE="https://github.com/BlueDragonX/dispad"
+SRC_URI="https://github.com/BlueDragonX/dispad/tarball/v${PV/_/-} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/confuse
+ x11-libs/libXi"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/BlueDragonX-dispad-775d28e
+
+src_prepare() {
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc README.md || die
+}
diff --git a/x11-misc/dispad/metadata.xml b/x11-misc/dispad/metadata.xml
new file mode 100644
index 0000000..4815398
--- /dev/null
+++ b/x11-misc/dispad/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>no-herd</herd>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
next reply other threads:[~2011-05-27 9:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-27 9:21 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-12-18 11:39 [gentoo-commits] dev/xmw:master commit in: x11-misc/dispad/ Michael Weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=07be5a604c560e99e41ed0c27fce1fe5d2bc566f.xmw@gentoo \
--to=xmw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox