Skip to Content.
Sympa Menu

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

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 (c171b0a4318ede35b990f306adfe3e7fe29f8668)
  • Date: Thu, 24 Sep 2009 18:48:24 -0500

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

graphics-libs/poppler/DEPENDS | 2 +-
graphics-libs/poppler/DETAILS | 8 ++++----
graphics-libs/poppler/HISTORY | 3 +++
graphics-libs/poppler/PREPARE | 2 +-
4 files changed, 9 insertions(+), 6 deletions(-)

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

graphics-libs/poppler: CVS -> git for vcs version{

diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index bd9f952..f315099 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -3,7 +3,7 @@ depends fontconfig &&
depends poppler-data &&

if [[ $POPPLER_VER == vcs ]]; then
- depends CVS
+ depends git
fi &&

if [[ $POPPLER_VER != stable ]]; then
diff --git a/graphics-libs/poppler/DETAILS b/graphics-libs/poppler/DETAILS
index 1c048ef..e9f3ba1 100755
--- a/graphics-libs/poppler/DETAILS
+++ b/graphics-libs/poppler/DETAILS
@@ -3,12 +3,12 @@ if [[ $POPPLER_VER == vcs ]]; then
if [[ $POPPLER_CVS_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
- VERSION=cvs
+ VERSION=git
fi
- SOURCE=$SPELL-cvs.tar.bz2
+ SOURCE=$SPELL-git.tar.bz2
FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
-
SOURCE_URL[0]=cvs://:pserver:anoncvs AT cvs.freedesktop.org:/cvs/poppler:poppler
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ SOURCE_URL[0]=git://git.freedesktop.org/git/poppler/poppler:poppler-git
SOURCE_IGNORE=volatile
else
if [[ $POPPLER_VER == devel ]]; then
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 1498b59..a578bc4 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,6 @@
+2009-69-13 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, PREPARE: CVS -> git for vcs version
+
2009-09-23 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.12.0

diff --git a/graphics-libs/poppler/PREPARE b/graphics-libs/poppler/PREPARE
index f815e97..0c0339f 100755
--- a/graphics-libs/poppler/PREPARE
+++ b/graphics-libs/poppler/PREPARE
@@ -1,4 +1,4 @@
-#config_query POPPLER_CVS "Build CVS version?" n &&
+#config_query POPPLER_CVS "Build git version?" n &&
config_query_list POPPLER_VER "which version to build?" stable devel vcs &&

if [[ $POPPLER_VER == vcs ]]; then



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (c171b0a4318ede35b990f306adfe3e7fe29f8668), Pol Vinogradov, 09/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page