Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (6c116aa61ff3e1645b95adf94e255587e8ca893e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (6c116aa61ff3e1645b95adf94e255587e8ca893e)
  • Date: Sun, 25 Jun 2006 04:21:18 -0500

GIT changes to master grimoire by George Sherwood <pilot AT sourcemage.org>:

printer/foomatic/CONFIGURE | 4 +++-
printer/foomatic/HISTORY | 3 +++
printer/hpoj/HISTORY | 3 +++
printer/hpoj/TRIGGERS | 3 +++
4 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 6c116aa61ff3e1645b95adf94e255587e8ca893e
Author: George Sherwood <pilot AT sourcemage.org>
Commit: George Sherwood <pilot AT sourcemage.org>

A few more changes due to adding cups-old

diff --git a/printer/foomatic/CONFIGURE b/printer/foomatic/CONFIGURE
index 4b35bc2..24c2e0f 100755
--- a/printer/foomatic/CONFIGURE
+++ b/printer/foomatic/CONFIGURE
@@ -7,6 +7,8 @@ if [ "${FOOMATIC_ENABLE_CONVERTER}" =
## Sorted in order of most to least installed per
http://ledger.sourcemage.org/
if spell_ok cups; then
FOOMATIC_FILE_CONVERTER=cups
+ elif spell_ok cups-old; then
+ FOOMATIC_FILE_CONVERTER=cups-old
elif spell_ok a2ps; then
FOOMATIC_FILE_CONVERTER=a2ps
elif spell_ok enscript; then
@@ -16,6 +18,6 @@ if [ "${FOOMATIC_ENABLE_CONVERTER}" =
else
config_query_list FOOMATIC_FILE_CONVERTER
\
"Which file converter would you like to
install?" \
- cups a2ps enscript mpage
+ cups cups-old a2ps enscript mpage
fi
fi
diff --git a/printer/foomatic/HISTORY b/printer/foomatic/HISTORY
index 44d5015..068303e 100644
--- a/printer/foomatic/HISTORY
+++ b/printer/foomatic/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george AT beernabeer.com>
+ * CONFIGURE: Added case for cups-old
+
2006-04-22 Jason Flatt <jflatt AT sourcemage.org>
* CONFIGURE, DEPENDS: Added check for optional file converter (bug #
11205).
diff --git a/printer/hpoj/HISTORY b/printer/hpoj/HISTORY
index 0a7c6cd..75806fa 100644
--- a/printer/hpoj/HISTORY
+++ b/printer/hpoj/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george AT beernabeer.com>
+ * TRIGGERS: Added check for cups-old
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/printer/hpoj/TRIGGERS b/printer/hpoj/TRIGGERS
index 7260dfe..3b9cf6c 100755
--- a/printer/hpoj/TRIGGERS
+++ b/printer/hpoj/TRIGGERS
@@ -4,4 +4,7 @@ #on_cast zlib cast_self

if spell_ok cups; then
on_cast cups cast_self
+fi &&
+if spell_ok cups-old; then
+ on_cast cups-old cast_self
fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (6c116aa61ff3e1645b95adf94e255587e8ca893e), George Sherwood, 06/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page