Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (1c8c9a4b4e9bb18456b51f87b4431003f6c0588b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (1c8c9a4b4e9bb18456b51f87b4431003f6c0588b)
  • Date: Fri, 14 Sep 2007 19:29:21 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

disk/cdrdao/DETAILS | 8 ++++++--
disk/cdrdao/HISTORY | 3 +++
disk/cdrdao/PREPARE | 6 ++++++
graphics-libs/poppler/DEPENDS | 2 +-
graphics-libs/poppler/HISTORY | 3 +++
5 files changed, 19 insertions(+), 3 deletions(-)

New commits:
commit 1c8c9a4b4e9bb18456b51f87b4431003f6c0588b
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics-libs/poppler:

DEPENDS: fixed annoying typo

commit 8a3176c081a957fe56fe83ba536558587def140f
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

disk/cdrdao:

PREPARE, DETAILS: added autoupdate option

diff --git a/disk/cdrdao/DETAILS b/disk/cdrdao/DETAILS
index 9bc264f..f3d5ca3 100755
--- a/disk/cdrdao/DETAILS
+++ b/disk/cdrdao/DETAILS
@@ -1,10 +1,14 @@
SPELL=cdrdao
VERSION=${VERSION:=1.2.2}
if [ "$CVS" == "y" ]; then
+ if [ "$CDRDAO_CVS_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+ else
VERSION=sfcvs
+ fi
FORCE_DOWNLOAD=1
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE=$SPELL-sfcvs.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-sfcvs

SOURCE_URL[0]=cvs://:pserver:anonymous AT cdrdao.cvs.sourceforge.net:/cvsroot/cdrdao:cdrdao
SOURCE_IGNORE=volatile
else
diff --git a/disk/cdrdao/HISTORY b/disk/cdrdao/HISTORY
index 1d6a345..29f868d 100644
--- a/disk/cdrdao/HISTORY
+++ b/disk/cdrdao/HISTORY
@@ -1,3 +1,6 @@
+2007-09-15 Pol Vinogradov <vin.public AT gmail.com>
+ * PREPARE, DETAILS: added autoupdate option
+
2006-09-22 Flavien Bridault <vlaaad AT sourcemage.org>
*

diff --git a/disk/cdrdao/PREPARE b/disk/cdrdao/PREPARE
index 328e023..d54d1c1 100755
--- a/disk/cdrdao/PREPARE
+++ b/disk/cdrdao/PREPARE
@@ -1 +1,7 @@
config_query CVS "Use the CVS version?" n
+
+if [ "$CVS" == "y" ]; then
+ config_query CDRDAO_CVS_AUTOUPDATE \
+ "Update to the latest CVS automatically on every cast?" \
+ n
+fi
diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index 9aa6000..d091739 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -30,7 +30,7 @@ optional_depends cairo \
"--enable-cairo-output" \
"--disable-cairo-output" \
"for cairo output" &&
-optional_depends abiwork \
+optional_depends abiword \
"--enable-abiword-output" \
"--disable-abiword-output" \
"generate gtk-docs" &&
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index b6b9cc7..03168ca 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,6 @@
+2007-09-15 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: fixed annoying typo
+
2007-09-11 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.6
* DEPENDS: added poppler-data



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (1c8c9a4b4e9bb18456b51f87b4431003f6c0588b), Pol Vinogradov, 09/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page