Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ff0f9a791b0b08b759875a771f3dd6e6eaaccbd6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ff0f9a791b0b08b759875a771f3dd6e6eaaccbd6)
  • Date: Wed, 17 Jan 2007 05:46:22 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

audio-drivers/alsa-driver/HISTORY | 3 +++
audio-drivers/alsa-driver/PREPARE | 9 ---------
audio-players/beep-media-player-gui/HISTORY | 3 +++
audio-players/beep-media-player-gui/PREPARE | 8 --------
collab/minimalist/HISTORY | 3 +++
collab/minimalist/PREPARE | 8 --------
doc/abs-guide/HISTORY | 3 +++
doc/abs-guide/PREPARE | 8 --------
doc/alp/HISTORY | 3 +++
doc/alp/PREPARE | 8 --------
doc/cathedral-bazaar/HISTORY | 3 +++
doc/cathedral-bazaar/PREPARE | 8 --------
doc/gimpusersmanual/HISTORY | 3 +++
doc/gimpusersmanual/PREPARE | 8 --------
doc/grokking-the-gimp/HISTORY | 3 +++
doc/grokking-the-gimp/PREPARE | 8 --------
doc/jargon/HISTORY | 3 +++
doc/jargon/PREPARE | 8 --------
doc/lea/HISTORY | 3 +++
doc/lea/PREPARE | 8 --------
doc/linux-howtos/HISTORY | 3 +++
doc/linux-howtos/PREPARE | 8 --------
doc/magic-cauldron/HISTORY | 3 +++
doc/magic-cauldron/PREPARE | 8 --------
doc/man-pages-cs/HISTORY | 3 +++
doc/man-pages-cs/PREPARE | 8 --------
doc/musixlyr/HISTORY | 3 +++
doc/musixlyr/PREPARE | 8 --------
doc/mysql_manual/HISTORY | 3 +++
doc/mysql_manual/PREPARE | 8 --------
doc/rute/HISTORY | 3 +++
doc/rute/PREPARE | 8 --------
doc/tetex-texmf/HISTORY | 3 +++
doc/tetex-texmf/PREPARE | 8 --------
doc/tex-misc/HISTORY | 3 +++
doc/tex-misc/PREPARE | 8 --------
doc/winedoc/HISTORY | 3 +++
doc/winedoc/PREPARE | 8 --------
editors/xemacs-base/HISTORY | 3 +++
editors/xemacs-base/PREPARE | 8 --------
editors/xemacs-sumo/HISTORY | 3 +++
editors/xemacs-sumo/PREPARE | 8 --------
fonts/matht1/HISTORY | 3 +++
fonts/matht1/PREPARE | 8 --------
fonts/musixps/HISTORY | 3 +++
fonts/musixps/PREPARE | 8 --------
java/mx4j/HISTORY | 3 +++
java/mx4j/PREPARE | 8 --------
kernels/cvsfs/HISTORY | 3 +++
kernels/cvsfs/PREPARE | 8 --------
printer/gnulpr/HISTORY | 3 +++
printer/gnulpr/PREPARE | 8 --------
smgl/basesystem/HISTORY | 3 +++
smgl/basesystem/PREPARE | 8 --------
utils/compilercache/HISTORY | 3 +++
utils/compilercache/PREPARE | 8 --------
56 files changed, 84 insertions(+), 225 deletions(-)

New commits:
commit ff0f9a791b0b08b759875a771f3dd6e6eaaccbd6
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

clean some bitrot left from the ancient #1068

all of the PREPAREs are the same, excluding the alsa-driver one (only
modified)
all the spells use ARCHIVE=off, except minimalist

diff --git a/audio-drivers/alsa-driver/HISTORY
b/audio-drivers/alsa-driver/HISTORY
index 68b54ab..12525c5 100644
--- a/audio-drivers/alsa-driver/HISTORY
+++ b/audio-drivers/alsa-driver/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed the cache part (remnant of #1068)
+
2006-12-12 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.0.14rc1

diff --git a/audio-drivers/alsa-driver/PREPARE
b/audio-drivers/alsa-driver/PREPARE
index 67a7b5c..597c305 100755
--- a/audio-drivers/alsa-driver/PREPARE
+++ b/audio-drivers/alsa-driver/PREPARE
@@ -1,12 +1,3 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
-
### soundcore test
if [ -e /proc/config.gz ] ; then
if [ `zgrep -c 'CONFIG_SOUND is not set' /proc/config.gz` = 1 ] ; then
diff --git a/audio-players/beep-media-player-gui/HISTORY
b/audio-players/beep-media-player-gui/HISTORY
index 34746f8..b55cef9 100644
--- a/audio-players/beep-media-player-gui/HISTORY
+++ b/audio-players/beep-media-player-gui/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/audio-players/beep-media-player-gui/PREPARE
b/audio-players/beep-media-player-gui/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/audio-players/beep-media-player-gui/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/collab/minimalist/HISTORY b/collab/minimalist/HISTORY
index 7e4a8ca..d9a309f 100644
--- a/collab/minimalist/HISTORY
+++ b/collab/minimalist/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* POST_REMOVE, PRE_REMOVE: REMOVED #5216
* converted to BUILD_API=2
diff --git a/collab/minimalist/PREPARE b/collab/minimalist/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/collab/minimalist/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/abs-guide/HISTORY b/doc/abs-guide/HISTORY
index 03fc5c7..671a41b 100644
--- a/doc/abs-guide/HISTORY
+++ b/doc/abs-guide/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/doc/abs-guide/PREPARE b/doc/abs-guide/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/abs-guide/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/alp/HISTORY b/doc/alp/HISTORY
index 93d2687..d84aada 100644
--- a/doc/alp/HISTORY
+++ b/doc/alp/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/alp/PREPARE b/doc/alp/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/alp/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/cathedral-bazaar/HISTORY b/doc/cathedral-bazaar/HISTORY
index 6d6bd4b..f6ce985 100644
--- a/doc/cathedral-bazaar/HISTORY
+++ b/doc/cathedral-bazaar/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/cathedral-bazaar/PREPARE b/doc/cathedral-bazaar/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/cathedral-bazaar/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/gimpusersmanual/HISTORY b/doc/gimpusersmanual/HISTORY
index 7b0c14f..2ec12a2 100644
--- a/doc/gimpusersmanual/HISTORY
+++ b/doc/gimpusersmanual/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/gimpusersmanual/PREPARE b/doc/gimpusersmanual/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/gimpusersmanual/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/grokking-the-gimp/HISTORY b/doc/grokking-the-gimp/HISTORY
index 60db086..305d27e 100644
--- a/doc/grokking-the-gimp/HISTORY
+++ b/doc/grokking-the-gimp/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/grokking-the-gimp/PREPARE b/doc/grokking-the-gimp/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/grokking-the-gimp/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/jargon/HISTORY b/doc/jargon/HISTORY
index 19f012e..be0b806 100644
--- a/doc/jargon/HISTORY
+++ b/doc/jargon/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/jargon/PREPARE b/doc/jargon/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/jargon/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/lea/HISTORY b/doc/lea/HISTORY
index 3074c6c..8d0d04b 100644
--- a/doc/lea/HISTORY
+++ b/doc/lea/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/lea/PREPARE b/doc/lea/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/lea/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/linux-howtos/HISTORY b/doc/linux-howtos/HISTORY
index 736d37b..edd144f 100644
--- a/doc/linux-howtos/HISTORY
+++ b/doc/linux-howtos/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/doc/linux-howtos/PREPARE b/doc/linux-howtos/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/linux-howtos/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/magic-cauldron/HISTORY b/doc/magic-cauldron/HISTORY
index a5a6932..79e0538 100644
--- a/doc/magic-cauldron/HISTORY
+++ b/doc/magic-cauldron/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/magic-cauldron/PREPARE b/doc/magic-cauldron/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/magic-cauldron/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/man-pages-cs/HISTORY b/doc/man-pages-cs/HISTORY
index aa2fae7..0ccf80e 100644
--- a/doc/man-pages-cs/HISTORY
+++ b/doc/man-pages-cs/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-09-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.17.20060906
* BUILD: removed sedits
diff --git a/doc/man-pages-cs/PREPARE b/doc/man-pages-cs/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/man-pages-cs/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/musixlyr/HISTORY b/doc/musixlyr/HISTORY
index 39d871c..79e3ee0 100644
--- a/doc/musixlyr/HISTORY
+++ b/doc/musixlyr/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/doc/musixlyr/PREPARE b/doc/musixlyr/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/musixlyr/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/mysql_manual/HISTORY b/doc/mysql_manual/HISTORY
index f314084..c4d182a 100644
--- a/doc/mysql_manual/HISTORY
+++ b/doc/mysql_manual/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/mysql_manual/PREPARE b/doc/mysql_manual/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/mysql_manual/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/rute/HISTORY b/doc/rute/HISTORY
index f7653f2..30bb40d 100644
--- a/doc/rute/HISTORY
+++ b/doc/rute/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/doc/rute/PREPARE b/doc/rute/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/rute/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/tetex-texmf/HISTORY b/doc/tetex-texmf/HISTORY
index b551219..02da175 100644
--- a/doc/tetex-texmf/HISTORY
+++ b/doc/tetex-texmf/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-06-23 Eric Sandall <eric AT sandall.us>
* DETAILS: sha512sum changed without VERSION change
Changes include license cleanups and documentation changes
diff --git a/doc/tetex-texmf/PREPARE b/doc/tetex-texmf/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/tetex-texmf/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/tex-misc/HISTORY b/doc/tex-misc/HISTORY
index 87d9b9a..c202f5f 100644
--- a/doc/tex-misc/HISTORY
+++ b/doc/tex-misc/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/doc/tex-misc/PREPARE b/doc/tex-misc/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/tex-misc/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/doc/winedoc/HISTORY b/doc/winedoc/HISTORY
index e3c0e56..49d0fdf 100644
--- a/doc/winedoc/HISTORY
+++ b/doc/winedoc/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-11 David Kowis <dkowis AT shlrm.org>
* DETAILS: made source files unversioned "quick" fix bug 11276

diff --git a/doc/winedoc/PREPARE b/doc/winedoc/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/doc/winedoc/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/editors/xemacs-base/HISTORY b/editors/xemacs-base/HISTORY
index b3e8c50..91d89ab 100644
--- a/editors/xemacs-base/HISTORY
+++ b/editors/xemacs-base/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2 and MAINTAINER.

diff --git a/editors/xemacs-base/PREPARE b/editors/xemacs-base/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/editors/xemacs-base/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/editors/xemacs-sumo/HISTORY b/editors/xemacs-sumo/HISTORY
index 69f4705..eee02e8 100644
--- a/editors/xemacs-sumo/HISTORY
+++ b/editors/xemacs-sumo/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2 and MAINTAINER.

diff --git a/editors/xemacs-sumo/PREPARE b/editors/xemacs-sumo/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/editors/xemacs-sumo/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/fonts/matht1/HISTORY b/fonts/matht1/HISTORY
index eb70e94..e6e74d0 100644
--- a/fonts/matht1/HISTORY
+++ b/fonts/matht1/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/fonts/matht1/PREPARE b/fonts/matht1/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/fonts/matht1/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/fonts/musixps/HISTORY b/fonts/musixps/HISTORY
index ba50096..718d2db 100644
--- a/fonts/musixps/HISTORY
+++ b/fonts/musixps/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-07-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, FINAL, POST_REMOVE: changed to use section wide files

diff --git a/fonts/musixps/PREPARE b/fonts/musixps/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/fonts/musixps/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/java/mx4j/HISTORY b/java/mx4j/HISTORY
index dd04b3b..52cb4e4 100644
--- a/java/mx4j/HISTORY
+++ b/java/mx4j/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-06-29 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=1, MAINTAINER, and UPDATED
* BUILD: Run only `true`
diff --git a/java/mx4j/PREPARE b/java/mx4j/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/java/mx4j/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/kernels/cvsfs/HISTORY b/kernels/cvsfs/HISTORY
index 68339b3..c167d4e 100644
--- a/kernels/cvsfs/HISTORY
+++ b/kernels/cvsfs/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/kernels/cvsfs/PREPARE b/kernels/cvsfs/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/kernels/cvsfs/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/printer/gnulpr/HISTORY b/printer/gnulpr/HISTORY
index c54a5fa..09306c1 100644
--- a/printer/gnulpr/HISTORY
+++ b/printer/gnulpr/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/printer/gnulpr/PREPARE b/printer/gnulpr/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/printer/gnulpr/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/smgl/basesystem/HISTORY b/smgl/basesystem/HISTORY
index 760d52d..278110a 100644
--- a/smgl/basesystem/HISTORY
+++ b/smgl/basesystem/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/smgl/basesystem/PREPARE b/smgl/basesystem/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/smgl/basesystem/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"
diff --git a/utils/compilercache/HISTORY b/utils/compilercache/HISTORY
index ee1686e..45d37e0 100644
--- a/utils/compilercache/HISTORY
+++ b/utils/compilercache/HISTORY
@@ -1,3 +1,6 @@
+2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PREPARE: removed, only cruft left from #1068
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/utils/compilercache/PREPARE b/utils/compilercache/PREPARE
deleted file mode 100755
index a4866ca..0000000
--- a/utils/compilercache/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-#simple hack to remove old cache before it becomes a problem
-#PREPARE doesn't know version, atleast old version is covered by "prune"
-NUMBER="$(grep VERSION= $SCRIPT_DIRECTORY/DETAILS | cut -d= -f2)"
-OLDCACHE="$INSTALL_CACHE/$SPELL-$NUMBER-$BUILD.tar.bz2"
-if [ -f $OLDCACHE ] ;
-then rm -rf $OLDCACHE
-fi &&
-message "${SPELL_COLOR} ${SPELL} won't ARCHIVE installed
files${DEFAULT_COLOR}"



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ff0f9a791b0b08b759875a771f3dd6e6eaaccbd6), Jaka Kranjc, 01/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page