Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (eb8cc5a0025829416fc52613784d472249cdcab6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (eb8cc5a0025829416fc52613784d472249cdcab6)
  • Date: Sat, 5 Jan 2008 11:52:46 -0600

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

http/xcache/DETAILS | 9 +++++----
http/xcache/HISTORY | 5 +++++
http/xcache/INSTALL | 10 +++++++---
3 files changed, 17 insertions(+), 7 deletions(-)

New commits:
commit eb8cc5a0025829416fc52613784d472249cdcab6
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

http/xcache: version update to 1.2.2; temporary INSTALL brokedness
workaround (staging off)

diff --git a/http/xcache/DETAILS b/http/xcache/DETAILS
index 9a1e817..f89da1d 100755
--- a/http/xcache/DETAILS
+++ b/http/xcache/DETAILS
@@ -1,10 +1,11 @@
SPELL=xcache
- VERSION=1.2.1
+ VERSION=1.2.2
SOURCE="${SPELL}-${VERSION}.tar.bz2"
-
SOURCE_URL[0]=http://${SPELL}.lighttpd.net/pub/Releases/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:810f1a1eb4db444ba945230a73d449490ba48f82b905f18fbb80b133f09e18dc7c398f233a730ef329e5e2de8c29cc9339a8841311c0993a50e156df19180a4d
+ SOURCE_URL[0]=http://xcache.lighttpd.net/pub/Releases/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:560b8f3e8986608de7ca13b4469f568097f3e73f9719d908ee7d849e09d155b2db9f83ed7b5dcdb9056466ed2ebea87b2ad1c7b642963239e76b9653a8db8842
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://xcache.lighttpd.net/ "
+ STAGED_INSTALL=off
+ WEB_SITE="http://xcache.lighttpd.net/";
LICENSE[0]=BSD
ENTERED=20071215
SHORT="A fast, stable opcode cacher for PHP."
diff --git a/http/xcache/HISTORY b/http/xcache/HISTORY
index a407bc5..5abba8d 100644
--- a/http/xcache/HISTORY
+++ b/http/xcache/HISTORY
@@ -1,2 +1,7 @@
+2008-01-05 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: version updated to 1.2.2; temporary added
STAGED_INSTALL=off
+ * INSTALL: install sample files only if user wants, create dir if not
exists
+
2007-12-15 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL, HISTORY: created spell
+
diff --git a/http/xcache/INSTALL b/http/xcache/INSTALL
index 56a320e..cae2313 100755
--- a/http/xcache/INSTALL
+++ b/http/xcache/INSTALL
@@ -1,3 +1,7 @@
-default_install &&
-cp xcache.ini $INSTALL_ROOT/usr/share/doc/xcache/ &&
-cp -r admin $INSTALL_ROOT/usr/share/doc/xcache/
+default_install &&
+
+if [[ "${GATHER_DOCS}" = "on" ]]; then
+ mkdir $INSTALL_ROOT/usr/share/doc/$SPELL/ &&
+ cp -v xcache.ini $INSTALL_ROOT/usr/share/doc/$SPELL/ &&
+ cp -av admin $INSTALL_ROOT/usr/share/doc/$SPELL/
+fi



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (eb8cc5a0025829416fc52613784d472249cdcab6), Elisamuel Resto, 01/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page