Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d97b9d2a9143ff528aab50874fc930b707466ffc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d97b9d2a9143ff528aab50874fc930b707466ffc)
  • Date: Thu, 27 Feb 2014 13:14:31 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
libs/libevdev/DEPENDS | 2 ++
libs/libevdev/DETAILS | 18 ++++++++++++++++++
libs/libevdev/HISTORY | 4 ++++
4 files changed, 27 insertions(+)

New commits:
commit d97b9d2a9143ff528aab50874fc930b707466ffc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libevdev-1.0

diff --git a/ChangeLog b/ChangeLog
index 8cd451a..fdacee9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/libevdev: new spell, wrapper library for evdev devices
+
2014-02-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/stlink: new spell, tools for interacting with ST's ARM
developer boards
diff --git a/libs/libevdev/DEPENDS b/libs/libevdev/DEPENDS
new file mode 100755
index 0000000..a05ac33
--- /dev/null
+++ b/libs/libevdev/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends doxygen '' '' 'build documentation'
+
diff --git a/libs/libevdev/DETAILS b/libs/libevdev/DETAILS
new file mode 100755
index 0000000..4409116
--- /dev/null
+++ b/libs/libevdev/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libevdev
+ VERSION=1.0
+
SOURCE_HASH=sha512:f6d8219c8b2dcb7e5048098fe7a6d40ad946cb72b24f0afc5fa5428632862f56e2ed84d81b5663fa90aa0b58eb99df1d78a47223db8e4e041d938e40b2ca3af7
+ SOURCE=$SPELL-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.freedesktop.org/wiki/Software/libevdev/
+ SOURCE_URL[0]=http://www.freedesktop.org/software/$SPELL/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20140227
+ KEYWORDS=""
+ SHORT="wrapper library for evdev devices"
+cat << EOF
+ibevdev is a wrapper library for evdev devices. it moves the common tasks
when dealing with evdev
+devices into a library and provides a library interface to the callers, thus
avoiding erroneous
+ioctls, etc.
+The eventual goal is that libevdev wraps all ioctls available to evdev
devices, thus making
+direct access unnecessary.
+EOF
diff --git a/libs/libevdev/HISTORY b/libs/libevdev/HISTORY
new file mode 100644
index 0000000..449991d
--- /dev/null
+++ b/libs/libevdev/HISTORY
@@ -0,0 +1,4 @@
+2014-02-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d97b9d2a9143ff528aab50874fc930b707466ffc), Treeve Jelbert, 02/27/2014

Archive powered by MHonArc 2.6.24.

Top of Page