Skip to Content.
Sympa Menu

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

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 (c364e9210cec0cdcc72d05071514a00db6b04f79)
  • Date: Thu, 24 Dec 2009 12:07:39 -0600

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

ChangeLog | 3 ++
e-17/engage/DEPENDS | 11 --------
e-17/engage/DETAILS | 25 --------------------
e-17/engage/HISTORY | 59
------------------------------------------------
e-17/engage/PREPARE | 2 -
e-17/engage/PRE_BUILD | 3 --
e/enlightenment/DEPENDS | 1
e/enlightenment/HISTORY | 3 ++
8 files changed, 6 insertions(+), 101 deletions(-)

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

engage: Removed, no longer exists

diff --git a/ChangeLog b/ChangeLog
index 8224663..71fa45b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-12-24 Eric Sandall <sandalle AT sourcemage.org>
+ * e-17/engage: Removed, no longer exists
+
2009-12-23 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* e-17/image-viewer: new spell, simple EFL image viewer

diff --git a/e-17/engage/DEPENDS b/e-17/engage/DEPENDS
deleted file mode 100755
index 8bebac4..0000000
--- a/e-17/engage/DEPENDS
+++ /dev/null
@@ -1,11 +0,0 @@
-depends e17 &&
-depends ecore &&
-depends edje &&
-depends eet &&
-depends embryo &&
-depends esmart &&
-depends etk &&
-depends evas &&
-depends ewl &&
-depends imlib2 &&
-depends subversion
diff --git a/e-17/engage/DETAILS b/e-17/engage/DETAILS
deleted file mode 100755
index 05fc75b..0000000
--- a/e-17/engage/DETAILS
+++ /dev/null
@@ -1,25 +0,0 @@
- SPELL=engage
-if [ "$ENGAGE_CVS_AUTOUPDATE" == "y" ]; then
- VERSION=$(date +%Y%m%d)
-else
- VERSION=svn
-fi
- SOURCE=$SPELL-svn.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
-
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/MISC/$SPELL:$SPELL
- FORCE_DOWNLOAD="on"
- SOURCE_IGNORE=volatile
- WEB_SITE=http://enlightenment.org/Applications/Engage/
- ENTERED=20040415
- LICENSE[0]=BSD
- KEYWORDS="enlightenment"
- SHORT='Enlightenment e17 iconbar, box, panel, and system tray'
-cat << EOF
-Engage is an application that takes a new approach to handling your iconbars,
-icon boxes and panels. All you need to know about your applications is now in
-one convenient location. It can launch applications, notify if applications
are
-running, contain the icons of iconified windows and maintain a "system tray"
-for applications supporting the standard. Another feature is that it can
embed
-other "edje" files such as the clocks pictured below. Engage really is the
tidy
-way to manage all of your applications.
-EOF
diff --git a/e-17/engage/HISTORY b/e-17/engage/HISTORY
deleted file mode 100644
index 324af97..0000000
--- a/e-17/engage/HISTORY
+++ /dev/null
@@ -1,59 +0,0 @@
-2008-09-19 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: CVS -> SVN
- Remove unneeded modification of SPELL for SOURCE_URL
- * DEPENDS: Depends on subversion
- Removed dependency on CVS
-
-2007-06-21 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Depends on embryo, etk, and evas
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-04-25 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Added dependencies on ecore, eet, imlib2, edje, and e17
-
-2006-03-28 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: new SOURCE_URL, CVS is no longer hosted on SF
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-02-10 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed broken thinktux mirror
-
-2005-11-01 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Added CVS mirror (faster than SourceForge, but 30 minutes
behind)
- SOURCE_URL now uses $SPELL
- Changed MD5[0]=IGNORE to SOURCE_IGNORE=volatile
-
-2005-10-29 Eric Sandall <sandalle AT sourcemage.org>
- * PREPARE: Re-worded auto-update query
-
-2005-10-28 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Filled in correct WEB_SITE
- Added short and long descriptions
-
-2005-09-21 Eric Sandall <sandalle AT sourcemage.org>
- * PREPARE,DETAILS: Updated to proper multi-version support
- See http://www.sourcemage.org/grimoire/spell_multi_version
- Removed BUILD_API=2, section-wide now
- * DEPENDS: Added missing dependency on CVS if needed
- * BUILD,PRE_BUILD: BUILD renamed to PRE_BUILD
- Use NOCONFIGURE=ON ./autogen.sh
-
-2005-03-14 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: CVS version now uses $(date +%Y%m%d)
- Added FORCE_DOWNLOAD="on"
-
-2004-08-24 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Added dependency on ewl
-
-2004-08-10 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: BUILD_API=2
- * BUILD: Converted to BUILD_API 2
- * DEPENDS: Depends on esmart (which depends on ecore)
-
-2004-04-15 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS, DEPENDS, BUILD, HISTORY: created this spell
-
diff --git a/e-17/engage/PREPARE b/e-17/engage/PREPARE
deleted file mode 100755
index 24df5f2..0000000
--- a/e-17/engage/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query ENGAGE_CVS_AUTOUPDATE \
- "Automatically update on every system update?" n
diff --git a/e-17/engage/PRE_BUILD b/e-17/engage/PRE_BUILD
deleted file mode 100755
index 534a7d3..0000000
--- a/e-17/engage/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-NOCONFIGURE=ON ./autogen.sh
diff --git a/e/enlightenment/DEPENDS b/e/enlightenment/DEPENDS
index fe0813a..982b183 100755
--- a/e/enlightenment/DEPENDS
+++ b/e/enlightenment/DEPENDS
@@ -25,7 +25,6 @@ if [ "$EPROFILE_E17" == "y" ]; then
optional_depends elation '' '' 'for a media player'
&&
optional_depends elicit '' '' 'for a color picker and zoom tool'
&&
optional_depends embrace '' '' 'for a mail checker'
&&
- optional_depends engage '' '' 'for a docker'
&&
optional_depends enotes '' '' 'for a sticky notes system'
&&
optional_depends enscribe '' '' 'for a simple text editor'
&&
optional_depends enterminus '' '' 'for a terminal'
&&
diff --git a/e/enlightenment/HISTORY b/e/enlightenment/HISTORY
index 64b321f..7c5fb57 100644
--- a/e/enlightenment/HISTORY
+++ b/e/enlightenment/HISTORY
@@ -1,3 +1,6 @@
+2009-12-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: engage no longer exists, removed
+
2008-10-07 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Removed deprecated spells e17genmenu, eclips, and express




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c364e9210cec0cdcc72d05071514a00db6b04f79), Eric Sandall, 12/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page