[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (8b4b1aca7984432c12d8362b651e0d70931270e6)

Elisamuel Resto scm at sourcemage.org
Mon Sep 8 10:30:55 EDT 2008


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

 php-pear/xcache/DETAILS |    2 ++
 php-pear/xcache/HISTORY |    2 ++
 php-pear/xcache/INSTALL |    7 -------
 3 files changed, 4 insertions(+), 7 deletions(-)

New commits:
commit 8b4b1aca7984432c12d8362b651e0d70931270e6
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    php-pear/xcache: sorcery bug is gone, workaround in INSTALL is not required, now use DOCS and DOC_DIRS

diff --git a/php-pear/xcache/DETAILS b/php-pear/xcache/DETAILS
index 29602da..b4bf777 100755
--- a/php-pear/xcache/DETAILS
+++ b/php-pear/xcache/DETAILS
@@ -5,6 +5,8 @@
    SOURCE_URL[0]=http://xcache.lighttpd.net/pub/Releases/${VERSION}/${SOURCE}
      SOURCE_HASH=sha512:560b8f3e8986608de7ca13b4469f568097f3e73f9719d908ee7d849e09d155b2db9f83ed7b5dcdb9056466ed2ebea87b2ad1c7b642963239e76b9653a8db8842
 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+            DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS xcache.ini"
+        DOC_DIRS="admin"
         WEB_SITE="http://xcache.lighttpd.net/"
       LICENSE[0]=BSD
          ENTERED=20071215
diff --git a/php-pear/xcache/HISTORY b/php-pear/xcache/HISTORY
index 2799eb4..2344aa8 100644
--- a/php-pear/xcache/HISTORY
+++ b/php-pear/xcache/HISTORY
@@ -1,6 +1,8 @@
 2008-09-08 Elisamuel Resto <ryuji at sourcemage.org>
 	* TRIGGERS: added, recast xcache when php is (re)casted
 	* PRE_BUILD: remove stray package.xml left in $BUILD_DIRECTORY
+	* INSTALL: removed in favor of DOCS and DOC_DIRS in DETAILS
+	* DETAILS: added DOCS and DOC_DIRS to copy over sample files
 
 2008-08-30 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DETAILS: removed STAGED_INSTALL=off, the reason for it is gone
diff --git a/php-pear/xcache/INSTALL b/php-pear/xcache/INSTALL
deleted file mode 100755
index cae2313..0000000
--- a/php-pear/xcache/INSTALL
+++ /dev/null
@@ -1,7 +0,0 @@
-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



More information about the SM-Commit mailing list