Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e9887d0090df859f0f0f0d5066c428e6ae1ff604)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e9887d0090df859f0f0f0d5066c428e6ae1ff604)
  • Date: Sun, 17 Feb 2008 05:27:22 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/gamin/DEPENDS | 6 ++++--
utils/gamin/HISTORY | 5 ++++-
2 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit e9887d0090df859f0f0f0d5066c428e6ae1ff604
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gamin: added automake as a req dep -- gamin strictly depends on it,
cleaned up

diff --git a/utils/gamin/DEPENDS b/utils/gamin/DEPENDS
index ec2f9b4..aa1c36e 100755
--- a/utils/gamin/DEPENDS
+++ b/utils/gamin/DEPENDS
@@ -1,3 +1,5 @@
-depends autoconf &&
-depends glib2 &&
+depends autoconf &&
+depends automake &&
+depends glib2 &&
+
optional_depends python "" "" "for python bindings"
diff --git a/utils/gamin/HISTORY b/utils/gamin/HISTORY
index 9254c7a..1bbfeb6 100644
--- a/utils/gamin/HISTORY
+++ b/utils/gamin/HISTORY
@@ -1,3 +1,7 @@
+2008-02-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added automake as a req dep -- gamin strictly
+ depends on it, cleaned up
+
2007-08-13 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.1.9

@@ -46,4 +50,3 @@

2004-09-13 Arwed v. Merkatz <v.merkatz AT gmx.net>
* CONFLICTS, DEPENDS, DETAILS, HISTORY, PROVIDES: created this spell
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e9887d0090df859f0f0f0d5066c428e6ae1ff604), Vlad Glagolev, 02/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page