summaryrefslogtreecommitdiffstats
path: root/e-17
diff options
context:
space:
mode:
authorEric Sandall2013-01-07 19:30:41 -0800
committerEric Sandall2013-01-08 10:45:25 -0800
commitcb28b03367a3068e896d115798eeb73f973aa29f (patch)
treea2fde62248213e23f1efeba61dd1f1ad251bec22 /e-17
parent454a636c777a7916f1cc07f5bebc19f5be688d28 (diff)
expedite: Add stable 1.7.4 branch
Only SCM branch depends on subversion
Diffstat (limited to 'e-17')
-rwxr-xr-xe-17/expedite/DEPENDS7
-rwxr-xr-xe-17/expedite/DETAILS14
-rw-r--r--e-17/expedite/HISTORY4
-rwxr-xr-xe-17/expedite/PREPARE9
-rwxr-xr-xe-17/expedite/PRE_BUILD6
-rw-r--r--e-17/expedite/expedite-1.7.4.tar.bz2.sigbin0 -> 287 bytes
6 files changed, 31 insertions, 9 deletions
diff --git a/e-17/expedite/DEPENDS b/e-17/expedite/DEPENDS
index f21f7e5a3e..097a507f73 100755
--- a/e-17/expedite/DEPENDS
+++ b/e-17/expedite/DEPENDS
@@ -1,2 +1,5 @@
-depends evas &&
-depends subversion
+if [ "x${EXPEDITE_BRANCH}" == "xscm" ]; then
+ depends subversion
+fi &&
+
+depends evas
diff --git a/e-17/expedite/DETAILS b/e-17/expedite/DETAILS
index c65c9a10e6..a9b5e712f2 100755
--- a/e-17/expedite/DETAILS
+++ b/e-17/expedite/DETAILS
@@ -1,14 +1,22 @@
SPELL=expedite
-if [ "$EXPEDITE_CVS_AUTOUPDATE" == "y" ]; then
+if [ "x${EXPEDITE_BRANCH}" == "xscm" ]; then
+ if [ "$EXPEDITE_CVS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
-else
+ else
VERSION=svn
-fi
+ fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
+else
+ VERSION=1.7.4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://download.enlightenment.org/releases/$SOURCE
+fi
WEB_SITE=http://enlightenment.sourceforge.net/
ENTERED=20070430
LICENSE[0]=BSD
diff --git a/e-17/expedite/HISTORY b/e-17/expedite/HISTORY
index d69731d19c..17fadc97df 100644
--- a/e-17/expedite/HISTORY
+++ b/e-17/expedite/HISTORY
@@ -1,3 +1,7 @@
+2013-01-07 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS, PREPARE: Add stable 1.7.4 branch
+ * DEPENDS: Only SCM branch depends on subversion
+
2008-09-11 Ladislav Hagara <hgr@vabo.cz>
* *: cvs -> svn (subversion)
diff --git a/e-17/expedite/PREPARE b/e-17/expedite/PREPARE
index e80c04f37c..d52f2b7e19 100755
--- a/e-17/expedite/PREPARE
+++ b/e-17/expedite/PREPARE
@@ -1,2 +1,7 @@
-config_query EXPEDITE_CVS_AUTOUPDATE \
- "Automatically update on every system update?" n
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm &&
+
+if [ "x${EXPEDITE_BRANCH}" == "xscm" ]; then
+ config_query EXPEDITE_CVS_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi
diff --git a/e-17/expedite/PRE_BUILD b/e-17/expedite/PRE_BUILD
index 4524f3f600..f2b86d8a61 100755
--- a/e-17/expedite/PRE_BUILD
+++ b/e-17/expedite/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-NOCONFIGURE=ON ./autogen.sh
+if [ "x${EXPEDITE_BRANCH}" == "xscm" ]; then
+ cd $SOURCE_DIRECTORY &&
+ NOCONFIGURE=ON ./autogen.sh
+fi
diff --git a/e-17/expedite/expedite-1.7.4.tar.bz2.sig b/e-17/expedite/expedite-1.7.4.tar.bz2.sig
new file mode 100644
index 0000000000..521df87ac8
--- /dev/null
+++ b/e-17/expedite/expedite-1.7.4.tar.bz2.sig
Binary files differ