Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (1b1476992e20aa9a26aef9dfadeb7d206f5cf3eb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (1b1476992e20aa9a26aef9dfadeb7d206f5cf3eb)
  • Date: Tue, 23 Sep 2008 03:59:42 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

e-17/e17-theme-b_and_w/DEPENDS | 1 -
e-17/e17-theme-b_and_w/HISTORY | 4 ++++
e-17/e17-theme-b_and_w/INSTALL | 1 +
e-17/e_dbus/HISTORY | 3 +++
e-17/e_dbus/PRE_BUILD | 6 ------
5 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 1b1476992e20aa9a26aef9dfadeb7d206f5cf3eb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e17-theme-b_and_w: Doesn't require e17 to build

commit 9ccad02469693ca1a819288b7fd9d34a7ef30d41
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e17-theme-b_and_w: Make sure directory exists before installing under it

commit 22bba3c8a44c1ae267063d67e4249822b1da90fc
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e_dbus: Remove old CVS Root move code

diff --git a/e-17/e17-theme-b_and_w/DEPENDS b/e-17/e17-theme-b_and_w/DEPENDS
index 32a2422..4cf07f5 100755
--- a/e-17/e17-theme-b_and_w/DEPENDS
+++ b/e-17/e17-theme-b_and_w/DEPENDS
@@ -1,3 +1,2 @@
-depends e17 &&
depends edje &&
depends subversion
diff --git a/e-17/e17-theme-b_and_w/HISTORY b/e-17/e17-theme-b_and_w/HISTORY
index e5726f5..75ec0b3 100644
--- a/e-17/e17-theme-b_and_w/HISTORY
+++ b/e-17/e17-theme-b_and_w/HISTORY
@@ -1,3 +1,7 @@
+2008-09-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Doesn't require e17 to build
+ * INSTALL: Make sure directory exists before installing under it
+
2008-09-19 Eric Sandall <sandalle AT sourcemage.org>
* PREPARE, DETAILS, DEPENDS, BUILD, INSTALL: Created

diff --git a/e-17/e17-theme-b_and_w/INSTALL b/e-17/e17-theme-b_and_w/INSTALL
index 754b8b3..d4367be 100755
--- a/e-17/e17-theme-b_and_w/INSTALL
+++ b/e-17/e17-theme-b_and_w/INSTALL
@@ -1 +1,2 @@
+mkdir -p $INSTALL_ROOT/usr/share/enlightenment/data/themes &&
install -m 0644 b_and_w.edj
$INSTALL_ROOT/usr/share/enlightenment/data/themes/b_and_w.edj
diff --git a/e-17/e_dbus/HISTORY b/e-17/e_dbus/HISTORY
index 1b90364..0a87d1d 100644
--- a/e-17/e_dbus/HISTORY
+++ b/e-17/e_dbus/HISTORY
@@ -1,3 +1,6 @@
+2008-09-23 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Remove old CVS tree move code
+
2008-09-01 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)

diff --git a/e-17/e_dbus/PRE_BUILD b/e-17/e_dbus/PRE_BUILD
index 25927c6..c64a499 100755
--- a/e-17/e_dbus/PRE_BUILD
+++ b/e-17/e_dbus/PRE_BUILD
@@ -1,12 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-if grep proto CVS/Repository > /dev/null; then
-message "${PROBLEM_COLOR}SOURCE_URL of $SPELL has been changed.
-Please remove old /var/spool/sorcery/$SPELL-cvs.tar.bz2${DEFAULT_COLOR}" &&
-return 1
-fi &&
-
#
# No longer complaing about missing unneeded config.rpath
#



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (1b1476992e20aa9a26aef9dfadeb7d206f5cf3eb), Eric Sandall, 09/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page