public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/x11:master commit in: profiles/, dev-libs/libevdev/
@ 2013-10-13 23:05 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen @ 2013-10-13 23:05 UTC (permalink / raw
  To: gentoo-commits

commit:     cb9ce5da2f2f270118ddbb47792dea66e832c422
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 23:05:17 2013 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sun Oct 13 23:05:17 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=cb9ce5da

dev-libs/libevdev: new ebuild for bug #485114.

---
 dev-libs/libevdev/libevdev-9999.ebuild | 27 +++++++++++++++++++++++++++
 dev-libs/libevdev/metadata.xml         |  5 +++++
 profiles/package.mask                  |  1 +
 3 files changed, 33 insertions(+)

diff --git a/dev-libs/libevdev/libevdev-9999.ebuild b/dev-libs/libevdev/libevdev-9999.ebuild
new file mode 100644
index 0000000..22407c6
--- /dev/null
+++ b/dev-libs/libevdev/libevdev-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+XORG_MULTILIB=yes
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+
+inherit python-single-r1 xorg-2
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}.git"
+
+DESCRIPTION="Handler library for evdev events"
+
+if [[ ${PV} == 9999* ]] ; then
+	SRC_URI=""
+else
+	SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz"
+fi
+
+KEYWORDS="~amd64"
+IUSE=""
+
+src_prepare() {
+	python_fix_shebang libevdev/make-event-names.py
+	xorg-2_src_prepare
+}

diff --git a/dev-libs/libevdev/metadata.xml b/dev-libs/libevdev/metadata.xml
new file mode 100644
index 0000000..01c4c00
--- /dev/null
+++ b/dev-libs/libevdev/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 323b25b..0581f7b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,4 +1,5 @@
 # Don't let people install these accidentally
+=dev-libs/libevdev-9999
 =dev-libs/wayland-9999
 =dev-libs/weston-9999
 =media-libs/glu-9999


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-13 23:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 23:05 [gentoo-commits] proj/x11:master commit in: profiles/, dev-libs/libevdev/ Chi-Thanh Christopher Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox