Skip to Content.
Sympa Menu

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

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 (37d0d8864d4ba7a1f6381ffda617ba71e9e27272)
  • Date: Tue, 24 Apr 2007 09:42:58 -0500

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

ChangeLog | 3 +++
utils/hal-info/BUILD | 3 +++
utils/hal-info/CONFIGURE | 2 ++
utils/hal-info/DETAILS | 16 ++++++++++++++++
utils/hal-info/HISTORY | 4 ++++
5 files changed, 28 insertions(+)

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

hal-info-20070402

diff --git a/ChangeLog b/ChangeLog
index 7390b9f..d650a91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-04-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * utils/hal-info: new spell, needed for latest hal
+
2007-04-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* audio-libs/freealut: new spell, openal utility toolkit
* python-devel/pyode: new spell, python ode interface
diff --git a/utils/hal-info/BUILD b/utils/hal-info/BUILD
new file mode 100755
index 0000000..d07185f
--- /dev/null
+++ b/utils/hal-info/BUILD
@@ -0,0 +1,3 @@
+OPTS="$OPTS $HALINFO" &&
+default_build
+
diff --git a/utils/hal-info/CONFIGURE b/utils/hal-info/CONFIGURE
new file mode 100755
index 0000000..f961414
--- /dev/null
+++ b/utils/hal-info/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option HALINFO "include recall data?" n "--enable-recall" ""
+config_query_option HALINFO "include video suspend data?" n "--enable-video"
""
diff --git a/utils/hal-info/DETAILS b/utils/hal-info/DETAILS
new file mode 100755
index 0000000..2ae9fd4
--- /dev/null
+++ b/utils/hal-info/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=hal-info
+ VERSION=20070402
+
SOURCE_HASH=sha512:ed1d7d681da4e9ff2de39a3a5f79f23870985ceb526b479eea16c4f5a6ac2dbda78fceadc4eef550fe33e8516725fc6fdadc3895a11568c727acbf5649e04532
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://people.freedesktop.org/~david/dist/$SOURCE
+ WEB_SITE=http://freedesktop.org/wiki/Software/hal
+ LICENSE[0]=GPL
+ ENTERED=20070424
+ KEYWORDS="hardware"
+ SHORT="provides the hardware data and quirks for hal"
+cat << EOF
+hal-info is a small hal sub-package that provides the hardware data and
quirks. These
+quirks are currently things like what mice support reporting battery status,
what
+music players are supported and what cameras are detected.
+EOF
diff --git a/utils/hal-info/HISTORY b/utils/hal-info/HISTORY
new file mode 100644
index 0000000..078a4a4
--- /dev/null
+++ b/utils/hal-info/HISTORY
@@ -0,0 +1,4 @@
+2007-04-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20070402
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (37d0d8864d4ba7a1f6381ffda617ba71e9e27272), Treeve Jelbert, 04/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page