Skip to Content.
Sympa Menu

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

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 (8b2a514521c3ec79fa9ded060ff4e129040afc06)
  • Date: Sat, 16 May 2009 03:31:31 -0500

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

ChangeLog | 5 ++
e-17/e_module-places/BUILD | 1
e-17/e_module-places/DEPENDS | 8 ++++
e-17/e_module-places/DETAILS | 20 ++++++++++
e-17/e_module-places/HISTORY | 3 +
e-17/e_module-places/PREPARE | 2 +
e-17/e_module-places/PRE_BUILD | 7 +++
e-17/epeg/DEPENDS | 6 ---
e-17/epeg/DETAILS | 32 -----------------
e-17/epeg/HISTORY | 75
-----------------------------------------
e-17/epeg/PREPARE | 6 ---
e-17/epeg/PRE_BUILD | 6 ---
12 files changed, 46 insertions(+), 125 deletions(-)

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

e_module-places: Added an E17 HAL volume management module

commit 28ebf94db1de254e5f9bb4da4aa37497710e06b7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

epeg: Deprecated and no longer in use
Use evas instead

diff --git a/ChangeLog b/ChangeLog
index fc714da..7f609be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-15 Eric Sandall <sandalle AT sourcemage.org>
+ * e-17/epeg: Deprecated and no longer in use
+ Use evas instead
+ * e-17/e_module-places: Added an E17 HAL volume management module
+
2009-05-15 Ladislav Hagara <hgr AT vabo.cz>
* disk/libatasmart: new spell
ATA S.M.A.R.T. Reading and Parsing Library
diff --git a/e-17/e_module-places/BUILD b/e-17/e_module-places/BUILD
new file mode 100755
index 0000000..0ddfd69
--- /dev/null
+++ b/e-17/e_module-places/BUILD
@@ -0,0 +1 @@
+default_build_e17_module
diff --git a/e-17/e_module-places/DEPENDS b/e-17/e_module-places/DEPENDS
new file mode 100755
index 0000000..c0ef0b9
--- /dev/null
+++ b/e-17/e_module-places/DEPENDS
@@ -0,0 +1,8 @@
+depends e17 &&
+depends e_dbus &&
+depends ecore &&
+depends edje &&
+depends eet &&
+depends esmart &&
+depends evas &&
+depends subversion
diff --git a/e-17/e_module-places/DETAILS b/e-17/e_module-places/DETAILS
new file mode 100755
index 0000000..415f070
--- /dev/null
+++ b/e-17/e_module-places/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=e_module-places
+ if [[ "$E_MODULE_PLACES_CVS_AUTOUPDATE" == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=svn
+ fi
+ SOURCE=$SPELL-svn.tar.bz2
+
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA/${SPELL/*-/}:$SPELL
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD="on"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+ LICENSE[0]=BSD
+ WEB_SITE=http://exchange.enlightenment.org/module/show/114
+ KEYWORDS="enlightenment"
+ ENTERED=20060830
+ SHORT='E17 HAL volume management module'
+cat << EOF
+An E17 module to mount/umount/open/ volumes managed by HAL. The module
provide
+a gadget for the desktop and a main menu augmentation.
+EOF
diff --git a/e-17/e_module-places/HISTORY b/e-17/e_module-places/HISTORY
new file mode 100644
index 0000000..5b9da76
--- /dev/null
+++ b/e-17/e_module-places/HISTORY
@@ -0,0 +1,3 @@
+2009-05-16 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created
+
diff --git a/e-17/e_module-places/PREPARE b/e-17/e_module-places/PREPARE
new file mode 100755
index 0000000..0cc4991
--- /dev/null
+++ b/e-17/e_module-places/PREPARE
@@ -0,0 +1,2 @@
+config_query E_MODULE_PLACES_CVS_AUTOUPDATE \
+ "Automatically update $SPELL on system-update?" n
diff --git a/e-17/e_module-places/PRE_BUILD b/e-17/e_module-places/PRE_BUILD
new file mode 100755
index 0000000..bab7906
--- /dev/null
+++ b/e-17/e_module-places/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+#
+# No longer complaing about missing unneeded config.rpath
+#
+touch config.rpath &&
+NOCONFIGURE="ON" ./autogen.sh
diff --git a/e-17/epeg/DEPENDS b/e-17/epeg/DEPENDS
deleted file mode 100755
index 9fc1068..0000000
--- a/e-17/epeg/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-depends automake &&
-depends libtool &&
-
-if [ "$EPEG_CVS" == "y" ]; then
- depends subversion
-fi
diff --git a/e-17/epeg/DETAILS b/e-17/epeg/DETAILS
deleted file mode 100755
index d93690e..0000000
--- a/e-17/epeg/DETAILS
+++ /dev/null
@@ -1,32 +0,0 @@
- SPELL=epeg
-if [ "$EPEG_CVS" == "y" ]; then
- if [ "$EPEG_CVS_AUTOUPDATE" == "y" ]; then
- VERSION=$(date +%Y%m%d)
- else
- VERSION=svn
- fi
- SOURCE=$SPELL-svn.tar.bz2
- FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
-
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/OLD/$SPELL:$SPELL
- SOURCE_IGNORE=volatile
-else
- VERSION=0.9.0
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/OLD/$SPELL:$SPELL
-
SOURCE_HASH=sha512:0eff5e8d26f4a3d010eeb0ae8ab11c4e41753feb7da1c9d31ab60a37a8e3fd50c5fcf4c26009bec761c5147a2e22b8ca837c94494fe3745ee870879221795c58
-fi
- LICENSE[0]=BSD
- WEB_SITE=http://enlightenment.org/Libraries/Epeg/
- ENTERED=20040311
- KEYWORDS="images enlightenment"
- SHORT='Enlightenment e17 JPEG thumbnailing library'
-cat << EOF
-Epeg is the worlds fastest JPEG thumbnailing library on the planet. Thanks to
-the era of digital cameras it's not uncommon for users to have thousands or
-tens of thousands of images, and thumbnailing this amazing quantity of images
-can become an extremely lengthy task. Epeg can significantly cut the time it
-takes to thumbnail and organize photos with a simple C library making it
handy
-for small personal thumbnailing or for inclusion in a larger application.
-EOF
diff --git a/e-17/epeg/HISTORY b/e-17/epeg/HISTORY
deleted file mode 100644
index b59a082..0000000
--- a/e-17/epeg/HISTORY
+++ /dev/null
@@ -1,75 +0,0 @@
-2008-09-19 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Remove unneeded modification of SPELL for SOURCE_URL
-
-2008-09-18 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: CVS -> SVN
- * DEPENDS: Depends on subversion
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-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-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-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: Changed WEB_SITE to package URL
- Re-worded SHORT description
- Filled in long description
- Fixed extra space at the end of MD5[0]=
-
-2005-09-23 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: added missing then
-
-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"
-
-2005-01-03 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Added BUILD_API=2
-
-2005-01-02 Eric Sandall <sandalle AT sourcemage.org>
- * PREPARE: Default to using CVS for the rest of e-profile (mainly
- esmart)
- Rename CVS to EPEG_CVS
- * DETAILS,BUILD: Rename CVS to EPEG_CVS
-
-2004-09-02 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS, BUILD: BUILD_API=2, reformatted
- * DETAILS: cvs version FORCE_DOWNLOAD=on
-
-2004-09-01 Jeremy Kolb <jkolb AT brandeis.edu>
- * DETAILS, BUILD: Support for versioning.
- * PREPARE: added
-
-2004-05-04 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: added descriptions
- * DEPENDS: add, epeg depends on automake and libtool
-
-2004-03-11 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS, BUILD, HISTORY: created this spell
-
diff --git a/e-17/epeg/PREPARE b/e-17/epeg/PREPARE
deleted file mode 100755
index 32ed8fe..0000000
--- a/e-17/epeg/PREPARE
+++ /dev/null
@@ -1,6 +0,0 @@
-config_query EPEG_CVS "Build CVS version?" y &&
-
-if [ "$EPEG_CVS" == "y" ]; then
- config_query EPEG_CVS_AUTOUPDATE \
- "Automatically update on every system update?" n
-fi
diff --git a/e-17/epeg/PRE_BUILD b/e-17/epeg/PRE_BUILD
deleted file mode 100755
index ff20aa7..0000000
--- a/e-17/epeg/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-
-if [ "$EPEG_CVS" == "y" ]; then
- cd $SOURCE_DIRECTORY &&
- NOCONFIGURE=ON ./autogen.sh
-fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (8b2a514521c3ec79fa9ded060ff4e129040afc06), Eric Sandall, 05/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page