Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.7 grimoire by Jaka Kranjc (a3007f0ba3753db33fe0e603983d168010b44ffb)

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 stable-rc-0.7 grimoire by Jaka Kranjc (a3007f0ba3753db33fe0e603983d168010b44ffb)
  • Date: Fri, 2 Feb 2007 11:26:44 -0600

GIT changes to stable-rc-0.7 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

doc/geometry/DETAILS | 1 +
doc/geometry/HISTORY | 3 +++
e/emphasis/DETAILS | 2 +-
e/emphasis/HISTORY | 3 +++
e/enhance/DETAILS | 2 +-
e/enhance/HISTORY | 3 +++
mail/readpst/BUILD | 8 ++------
mail/readpst/DETAILS | 1 +
mail/readpst/HISTORY | 5 +++++
9 files changed, 20 insertions(+), 8 deletions(-)

New commits:
commit a3007f0ba3753db33fe0e603983d168010b44ffb
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

e/emphasis: update SOURCE_URL (bug #13479)
(cherry picked from commit 73c2184b7e3084fdabbbc56c42b90498bac9f5ad)

commit 60894776290ecbe73b7e3d4b58a0584e1a297fbf
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

e/enhance: update SOURCE_URL (bug #13479)
(cherry picked from commit a4467df886e70275eae667b6d721ae20dd28d040)

commit 84f18a4b70ef95e0e7a64457db55cfa2e17d660a
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

geometry: added FORCE_DOWNLOAD=on, fixes #11922 for good now
(cherry picked from commit 83337bdce7586948808222cf3d9db4f492a1dafb)

commit 6fefa55540439ed8772961d665c99194aed6a9bd
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

added patchlevel

commit c2e26ef7b25d58cb2d131d67bccaa0e8ad7afcf3
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

readpst: fix #11142
(cherry picked from commit 1450a60eb5827f02fc04e6e3c1458376389c49f5)

diff --git a/doc/geometry/DETAILS b/doc/geometry/DETAILS
index 9d3f246..c045388 100755
--- a/doc/geometry/DETAILS
+++ b/doc/geometry/DETAILS
@@ -5,6 +5,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$CTAN_URL/macros/latex/contrib/$SOURCE
SOURCE_URL[1]=ftp://ftp.dante.de/tex-archive/macros/latex/contrib/$SOURCE
SOURCE_IGNORE=unversioned
+ FORCE_DOWNLOAD=on

WEB_SITE=http://www.ctan.org/tex-archive/help/catalogue/entries/geometry.html
ENTERED=20020526
LICENSE=LPPL
diff --git a/doc/geometry/HISTORY b/doc/geometry/HISTORY
index 92219be..acf57e9 100644
--- a/doc/geometry/HISTORY
+++ b/doc/geometry/HISTORY
@@ -1,3 +1,6 @@
+2007-01-31 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Added FORCE_DOWNLOAD=on, really fixing #11922 now.
+
2007-01-17 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Replaced MD5 with SOURCE_IGNORE, fixes #11922.

diff --git a/e/emphasis/DETAILS b/e/emphasis/DETAILS
index fb6e898..83a957f 100755
--- a/e/emphasis/DETAILS
+++ b/e/emphasis/DETAILS
@@ -6,7 +6,7 @@ else
fi
SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/proto/$SPELL
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/apps/$SPELL
FORCE_DOWNLOAD="on"
SOURCE_IGNORE=volatile
LICENSE[0]=BSD
diff --git a/e/emphasis/HISTORY b/e/emphasis/HISTORY
index 74e4a7d..e69e223 100644
--- a/e/emphasis/HISTORY
+++ b/e/emphasis/HISTORY
@@ -1,3 +1,6 @@
+2007-01-30 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: Updated cvs SOURCE_URL [bug #13479]
+
2006-07-21 Eric Sandall <eric AT sandall.us>
* DEPENDS: Now uses enhance as well

diff --git a/e/enhance/DETAILS b/e/enhance/DETAILS
index eba537b..239b001 100755
--- a/e/enhance/DETAILS
+++ b/e/enhance/DETAILS
@@ -6,7 +6,7 @@ else
fi
SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/proto/$SPELL
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/libs/$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
WEB_SITE=http://hisham.cc/
diff --git a/e/enhance/HISTORY b/e/enhance/HISTORY
index fddbf62..ed3577d 100644
--- a/e/enhance/HISTORY
+++ b/e/enhance/HISTORY
@@ -1,3 +1,6 @@
+2007-01-30 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated SOURCE_URL [bug #13479]
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/mail/readpst/BUILD b/mail/readpst/BUILD
index 5206477..4914bfd 100755
--- a/mail/readpst/BUILD
+++ b/mail/readpst/BUILD
@@ -1,6 +1,2 @@
-(
-
- make &&
- make install
-
-) > $C_FIFO 2>&1
+sed -i 's,local,,' Makefile &&
+make
diff --git a/mail/readpst/DETAILS b/mail/readpst/DETAILS
index 1564f27..52eb01b 100755
--- a/mail/readpst/DETAILS
+++ b/mail/readpst/DETAILS
@@ -1,5 +1,6 @@
SPELL=readpst
VERSION=0.5.1
+ PATCHLEVEL=1
SOURCE=libpst-${VERSION}.tar.gz
SOURCE_URL[0]=http://alioth.debian.org/download.php/844/${SOURCE}

SOURCE_HASH=sha512:e2c703ae4c6919163ced41d177f781788cd031e03c6e55b9c850627187317f66f45625c959df7905a0b094a63467fe3be6335f0d3f037fbe0705f1602fa9afb7
diff --git a/mail/readpst/HISTORY b/mail/readpst/HISTORY
index 8e09566..8da5995 100644
--- a/mail/readpst/HISTORY
+++ b/mail/readpst/HISTORY
@@ -1,3 +1,8 @@
+2007-01-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: converted to build api2
+ and fixed #11142 by sediting
+ * DETAILS: PATCHLEVEL++
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to stable-rc-0.7 grimoire by Jaka Kranjc (a3007f0ba3753db33fe0e603983d168010b44ffb), Jaka Kranjc, 02/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page