summaryrefslogtreecommitdiffstats
path: root/fonts-tex
diff options
context:
space:
mode:
authorEric Sandall2009-01-30 16:35:17 -0800
committerEric Sandall2009-01-30 16:35:17 -0800
commit7aa89a2b53561036bc066887d86b8ecf9d4499e0 (patch)
tree30d707e9732cc387f4a4880cf0ecf625d520c37b /fonts-tex
parent43eeec4f1dfdced74abe2872059b0f1f5267f18d (diff)
fonts-{tex,x11}/FUNCTIONS: Override Sorcery's default_post_remove
and do TeX/X11 specific font generation Part 2/2 for Bug #14552
Diffstat (limited to 'fonts-tex')
-rwxr-xr-xfonts-tex/FUNCTIONS7
-rw-r--r--fonts-tex/allrunes/HISTORY5
-rwxr-xr-xfonts-tex/allrunes/POST_REMOVE1
-rw-r--r--fonts-tex/cmbright/HISTORY5
-rwxr-xr-xfonts-tex/cmbright/POST_REMOVE1
-rw-r--r--fonts-tex/hieroglf/HISTORY5
-rwxr-xr-xfonts-tex/hieroglf/POST_REMOVE1
-rw-r--r--fonts-tex/musixps/HISTORY4
-rwxr-xr-xfonts-tex/musixps/POST_REMOVE2
-rw-r--r--fonts-tex/skak/HISTORY5
-rwxr-xr-xfonts-tex/skak/POST_REMOVE1
11 files changed, 32 insertions, 5 deletions
diff --git a/fonts-tex/FUNCTIONS b/fonts-tex/FUNCTIONS
new file mode 100755
index 0000000000..d4ecd09037
--- /dev/null
+++ b/fonts-tex/FUNCTIONS
@@ -0,0 +1,7 @@
+#---------------------------------------------------------------------
+## Replaces Sorcery's default_post_remove with a TeX font one
+#---------------------------------------------------------------------
+function default_post_remove() {
+ . $SECTION_DIRECTORY/TEX_POST_REMOVE
+}
+
diff --git a/fonts-tex/allrunes/HISTORY b/fonts-tex/allrunes/HISTORY
index 1367acb3a0..21ac66e70f 100644
--- a/fonts-tex/allrunes/HISTORY
+++ b/fonts-tex/allrunes/HISTORY
@@ -1,3 +1,8 @@
+2009-01-30 Eric Sandall <sandalle@sourcemage.org>
+ * POST_REMOVE: Removed, default_post_remove is now defined in
+ SECTION_DIRECTORY/FUNCTIONS
+ Fixes Bug #14552
+
2007-03-25 Dave Josephsen <dave@sourcemage.org>
* DETAILS: Fixed bug 12072
diff --git a/fonts-tex/allrunes/POST_REMOVE b/fonts-tex/allrunes/POST_REMOVE
deleted file mode 100755
index 2746e0990a..0000000000
--- a/fonts-tex/allrunes/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/TEX_POST_REMOVE
diff --git a/fonts-tex/cmbright/HISTORY b/fonts-tex/cmbright/HISTORY
index 61bd810c3b..260830ff5a 100644
--- a/fonts-tex/cmbright/HISTORY
+++ b/fonts-tex/cmbright/HISTORY
@@ -1,3 +1,8 @@
+2009-01-30 Eric Sandall <sandalle@sourcemage.org>
+ * POST_REMOVE: Removed, default_post_remove is now defined in
+ SECTION_DIRECTORY/FUNCTIONS
+ Fixes Bug #14552
+
2007-03-25 Dave Josephsen <dave@sourcemage.org>
* DETAILS: Fixed bug 12172
diff --git a/fonts-tex/cmbright/POST_REMOVE b/fonts-tex/cmbright/POST_REMOVE
deleted file mode 100755
index 2746e0990a..0000000000
--- a/fonts-tex/cmbright/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/TEX_POST_REMOVE
diff --git a/fonts-tex/hieroglf/HISTORY b/fonts-tex/hieroglf/HISTORY
index 1876fadd7b..a9ef85ec63 100644
--- a/fonts-tex/hieroglf/HISTORY
+++ b/fonts-tex/hieroglf/HISTORY
@@ -1,3 +1,8 @@
+2009-01-30 Eric Sandall <sandalle@sourcemage.org>
+ * POST_REMOVE: Removed, default_post_remove is now defined in
+ SECTION_DIRECTORY/FUNCTIONS
+ Fixes Bug #14552
+
2007-03-25 Dave Josephsen <dave@sourcemage.org>
* DETAILS: Fixed bug 11653
diff --git a/fonts-tex/hieroglf/POST_REMOVE b/fonts-tex/hieroglf/POST_REMOVE
deleted file mode 100755
index 2746e0990a..0000000000
--- a/fonts-tex/hieroglf/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/TEX_POST_REMOVE
diff --git a/fonts-tex/musixps/HISTORY b/fonts-tex/musixps/HISTORY
index 75e3f595b3..8c4bbb9405 100644
--- a/fonts-tex/musixps/HISTORY
+++ b/fonts-tex/musixps/HISTORY
@@ -1,3 +1,7 @@
+2009-01-30 Eric Sandall <sandalle@sourcemage.org>
+ * POST_REMOVE: Call default_post_remove after custom post_remove
+ Fixes Bug #14552
+
2007-01-17 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* PREPARE: removed, only cruft left from #1068
diff --git a/fonts-tex/musixps/POST_REMOVE b/fonts-tex/musixps/POST_REMOVE
index dbcabe382b..89ffd52e41 100755
--- a/fonts-tex/musixps/POST_REMOVE
+++ b/fonts-tex/musixps/POST_REMOVE
@@ -4,4 +4,4 @@ sedit "/p +musix\.map/d" ${TEXMF}/dvips/config/config.ps &&
sedit "/f musix\.map/d" ${TEXMF}/dvipdfm/config/config &&
sedit "/map musix\.map/d" ${TEXMF}/pdftex/config/pdftex.cfg &&
-source $SECTION_DIRECTORY/TEX_POST_REMOVE
+default_post_remove
diff --git a/fonts-tex/skak/HISTORY b/fonts-tex/skak/HISTORY
index dbaff05991..f0f563fa50 100644
--- a/fonts-tex/skak/HISTORY
+++ b/fonts-tex/skak/HISTORY
@@ -1,3 +1,8 @@
+2009-01-30 Eric Sandall <sandalle@sourcemage.org>
+ * POST_REMOVE: Removed, default_post_remove is now defined in
+ SECTION_DIRECTORY/FUNCTIONS
+ Fixes Bug #14552
+
2006-10-11: David Kowis <dkowis@shlrm.org>
* DETAILS: made source file unversioned "quick" fix bug 11193
diff --git a/fonts-tex/skak/POST_REMOVE b/fonts-tex/skak/POST_REMOVE
deleted file mode 100755
index 2746e0990a..0000000000
--- a/fonts-tex/skak/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-source $SECTION_DIRECTORY/TEX_POST_REMOVE