New commits:
commit c38a791f5efc6822a6690a654d66cbdd1605d220
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
trivial typo in variable names - Pieter: I hope you do not mind...
commit 74f384f7a8c0e1dcb5cfe688c8b66229c68168fc
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
support more alphas
diff --git a/editors/jedit/DEPENDS b/editors/jedit/DEPENDS
index 386d32e..1512320 100755
--- a/editors/jedit/DEPENDS
+++ b/editors/jedit/DEPENDS
@@ -1,9 +1,9 @@
depends ant &&
if [[ "${JEDIT_DOCS_HTML}" == "y" ]] ||
- [[ "${JEDIT_DOCS_PDFA4}" == "y" ]] ||
- [[ "${JEDIT_DOCS_PDFUS}" == "y" ]]
+ [[ "${JEDIT_DOCS_PDF_A4}" == "y" ]] ||
+ [[ "${JEDIT_DOCS_PDF_US}" == "y" ]]
then depends docbook-xsl
fi &&
-if [[ "${JEDIT_DOCS_PDFA4}" == "y" ]] || [[ "${JEDIT_DOCS_PDFUS}" == "y" ]]
+if [[ "${JEDIT_DOCS_PDF_A4}" == "y" ]] || [[ "${JEDIT_DOCS_PDF_US}" == "y" ]]
then depends fop
fi
diff --git a/editors/jedit/HISTORY b/editors/jedit/HISTORY
index f6520a6..5ff2544 100644
--- a/editors/jedit/HISTORY
+++ b/editors/jedit/HISTORY
@@ -1,3 +1,6 @@
+2006-07-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: fixed typo in variable names
+
2006-07-16 Pieter Lenaerts <e-type AT sourcemage.org>
* updated to 4.3pre5
* CONFIGURE, BUILD, DEPENDS: optional doc generation
diff --git a/libs/guilib/HISTORY b/libs/guilib/HISTORY
index f401039..fc0c3e3 100644
--- a/libs/guilib/HISTORY
+++ b/libs/guilib/HISTORY
@@ -1,3 +1,6 @@
+2006-07-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * config.sub.patch: added some alphas
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS