Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ab22f64cc95b41e9323ad72f910ec2ab4ad675a2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ab22f64cc95b41e9323ad72f910ec2ab4ad675a2)
  • Date: Thu, 9 Apr 2015 04:25:00 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

python-pypi/gyp/DEPENDS | 2 +-
python-pypi/gyp/DETAILS | 10 +++++-----
python-pypi/gyp/HISTORY | 3 +++
3 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit ab22f64cc95b41e9323ad72f910ec2ab4ad675a2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gyp: => git

diff --git a/python-pypi/gyp/DEPENDS b/python-pypi/gyp/DEPENDS
index 8e7ccbb..10f7ea6 100755
--- a/python-pypi/gyp/DEPENDS
+++ b/python-pypi/gyp/DEPENDS
@@ -1,2 +1,2 @@
depends python &&
-depends SVN
+depends git
diff --git a/python-pypi/gyp/DETAILS b/python-pypi/gyp/DETAILS
index eb8bf12..25cc67c 100755
--- a/python-pypi/gyp/DETAILS
+++ b/python-pypi/gyp/DETAILS
@@ -3,14 +3,14 @@ if [[ "$GYP_SCM_AUTOUPDATE" == "y" ]]
then
VERSION=$(date +%Y%m%d)
else
- VERSION=svn
+ VERSION=git
fi
- SOURCE=$SPELL-svn.tar.bz2
+ SOURCE=$SPELL-git.tar.bz2
SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://gyp.googlecode.com/svn/trunk:$SPELL-read-only
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+ SOURCE_URL[0]=git_http://chromium.googlesource.com/external/gyp
LICENSE[0]=BSD
- WEB_SITE=http://code.google.com/p/gyp/
+ WEB_SITE=http://chromium.googlesource.com/external/gyp
KEYWORDS="utils"
ENTERED=20100105
SHORT='Project generator tool'
diff --git a/python-pypi/gyp/HISTORY b/python-pypi/gyp/HISTORY
index 7c13114..0e09a33 100644
--- a/python-pypi/gyp/HISTORY
+++ b/python-pypi/gyp/HISTORY
@@ -1,3 +1,6 @@
+2015-04-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS, DEPENDS: new url, now uses git
+
2010-01-06 Eric Sandall <sandalle AT sourcemage.org>
* PREPARE, DETAILS: Created




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ab22f64cc95b41e9323ad72f910ec2ab4ad675a2), Treeve Jelbert, 04/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page