Skip to Content.
Sympa Menu

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

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 (ce3b2cf11e1b41a70a5cd451c98fabf0844aa5ac)
  • Date: Fri, 9 Nov 2007 17:00:32 -0600

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

ChangeLog | 3 +++
e/enlightenment/DEPENDS | 1 -
e/enlightenment/HISTORY | 3 +++
e/entice/BUILD | 1 +
e/entice/DEPENDS | 12 +-----------
e/entice/DETAILS | 5 +----
e/entice/HISTORY | 3 +++
e/entice/INSTALL | 1 +
e/entice/PREPARE | 2 --
e/entice/PRE_BUILD | 4 +---
e/entice/TRIGGERS | 1 +
e/exhibit/CONFLICTS | 1 +
e/exhibit/HISTORY | 3 +++
13 files changed, 19 insertions(+), 21 deletions(-)

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

entice: Entice is dead. Long live entice\!

diff --git a/ChangeLog b/ChangeLog
index 541e2b3..2d4aafa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-11-09 Eric Sandall <sandalle AT sourcemage.org>
+ * e/entice: Deprecated in favour of exhibit
+
2007-11-08 Ladislav Hagara <hgr AT vabo.cz>
* mail/sagator: new spell
an email antivirus/antispam gateway for any smtpd
diff --git a/e/enlightenment/DEPENDS b/e/enlightenment/DEPENDS
index ab3b4c1..da9d22c 100755
--- a/e/enlightenment/DEPENDS
+++ b/e/enlightenment/DEPENDS
@@ -30,7 +30,6 @@ if [ "$EPROFILE_E17" == "y" ]; then
optional_depends enotes '' '' 'for a sticky notes system'
&&
optional_depends enscribe '' '' 'for a simple text editor'
&&
optional_depends enterminus '' '' 'for a terminal'
&&
- optional_depends entice '' '' 'for an image viewer'
&&
optional_depends entrance '' '' 'for a display manager'
&&
optional_depends entropy '' '' 'for a file browser'
&&
optional_depends envision '' '' 'for a video player'
&&
diff --git a/e/enlightenment/HISTORY b/e/enlightenment/HISTORY
index cf98f06..a976f16 100644
--- a/e/enlightenment/HISTORY
+++ b/e/enlightenment/HISTORY
@@ -1,3 +1,6 @@
+2007-11-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: entice is dead. Long live entice!
+
2007-11-01 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Don't list eterm twice

diff --git a/e/entice/BUILD b/e/entice/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/e/entice/BUILD
@@ -0,0 +1 @@
+true
diff --git a/e/entice/DEPENDS b/e/entice/DEPENDS
index 2063f9d..7e27066 100755
--- a/e/entice/DEPENDS
+++ b/e/entice/DEPENDS
@@ -1,11 +1 @@
-depends edb &&
-depends eet &&
-depends imlib2 &&
-depends imlib2_loaders &&
-depends evas &&
-depends ecore &&
-depends edje &&
-depends esmart &&
-depends CVS &&
-
-optional_depends gimp '' '' 'for GIMP image support'
+depends exhibit
diff --git a/e/entice/DETAILS b/e/entice/DETAILS
index 7ebb63b..f12de06 100755
--- a/e/entice/DETAILS
+++ b/e/entice/DETAILS
@@ -4,14 +4,11 @@ if [ "$ENTICE_CVS_AUTOUPDATE" == "y" ]; then
else
VERSION=cvs
fi
- SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/apps/$SPELL
- FORCE_DOWNLOAD="on"
- SOURCE_IGNORE=volatile
WEB_SITE=http://www.enlightenment.org/pages/entice.html
ENTERED=20040311
LICENSE[0]=BSD
+ PATCHLEVEL=1
KEYWORDS="enlightenment"
SHORT="Image viewer using enlightenment libraries"
cat << EOF
diff --git a/e/entice/HISTORY b/e/entice/HISTORY
index 6305b49..4d08980 100644
--- a/e/entice/HISTORY
+++ b/e/entice/HISTORY
@@ -1,3 +1,6 @@
+2007-11-09 Eric Sandall <sandalle AT sourcemage.org>
+ * Deprecate in favour of exhibit (entice is now officially dead)
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/e/entice/INSTALL b/e/entice/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/e/entice/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/e/entice/PREPARE b/e/entice/PREPARE
deleted file mode 100755
index 07e0d05..0000000
--- a/e/entice/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query ENTICE_CVS_AUTOUPDATE \
- "Automatically update on every system update?" n
diff --git a/e/entice/PRE_BUILD b/e/entice/PRE_BUILD
index 534a7d3..27ba77d 100755
--- a/e/entice/PRE_BUILD
+++ b/e/entice/PRE_BUILD
@@ -1,3 +1 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-NOCONFIGURE=ON ./autogen.sh
+true
diff --git a/e/entice/TRIGGERS b/e/entice/TRIGGERS
new file mode 100755
index 0000000..4e63268
--- /dev/null
+++ b/e/entice/TRIGGERS
@@ -0,0 +1 @@
+on_cast entice dispel_self
diff --git a/e/exhibit/CONFLICTS b/e/exhibit/CONFLICTS
new file mode 100755
index 0000000..f6e365b
--- /dev/null
+++ b/e/exhibit/CONFLICTS
@@ -0,0 +1 @@
+conflicts entice y
diff --git a/e/exhibit/HISTORY b/e/exhibit/HISTORY
index 296d470..fff9173 100644
--- a/e/exhibit/HISTORY
+++ b/e/exhibit/HISTORY
@@ -1,3 +1,6 @@
+2007-11-09 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFLICTS: exhibit is replacing entice
+
2007-02-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: SOURCE_URL's fix, e17/proto -> e17/apps
PATCHLEVEL=1



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ce3b2cf11e1b41a70a5cd451c98fabf0844aa5ac), Eric Sandall, 11/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page