Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (26139b33a37fd805df91e392e7217b65b0ac86f6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (26139b33a37fd805df91e392e7217b65b0ac86f6)
  • Date: Thu, 6 Nov 2008 17:45:38 -0600

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

devel/git/DEPENDS | 1 -
devel/git/HISTORY | 5 +++++
devel/git/INSTALL | 6 ------
3 files changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 26139b33a37fd805df91e392e7217b65b0ac86f6
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

devel/git: don't trash the user's vim syntax files

Upstream vim provides git syntax files, so installing from git will
trash whatever syntax files are already existing. Also, since the git
spell no longer installs any vim files, there's no longer any reason to
suggest_depends vim.

diff --git a/devel/git/DEPENDS b/devel/git/DEPENDS
index a3779a9..843e14d 100755
--- a/devel/git/DEPENDS
+++ b/devel/git/DEPENDS
@@ -28,5 +28,4 @@ optional_depends tk \
suggest_depends dbd-sqlite "" "" "for git-cvsserver" &&
suggest_depends python "" "" "for recursive merge strategy" &&
suggest_depends bash-completion "" "" "for bash completion of Git commands"
&&
-suggest_depends vim "" "" "for Git commit message syntax highlighting" &&
suggest_depends rsync "" "" "for syncing repos with rsync"
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 14dd4a3..49edcd1 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,8 @@
+2008-11-06 Justin Boffemmyer <flux AT sourcemage.org>
+ * INSTALL: no longer install vim syntax file, provided in upstream vim
+ now
+ * DEPENDS: no need for suggest_depends vim anymore
+
2008-10-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.6.0.3

diff --git a/devel/git/INSTALL b/devel/git/INSTALL
index 932474e..17bb5e2 100755
--- a/devel/git/INSTALL
+++ b/devel/git/INSTALL
@@ -34,12 +34,6 @@ if is_depends_enabled $SPELL bash-completion; then
"$INSTALL_ROOT/etc/bash_completion.d/git-completion"
fi &&

-if is_depends_enabled $SPELL vim; then
- VIM_VERSION=$(installed_version vim)
- install -vm 644 "$SOURCE_DIRECTORY/contrib/vim/syntax/gitcommit.vim" \
- "$INSTALL_ROOT/usr/share/vim/vim${VIM_VERSION/./}/syntax"
-fi &&
-
if [[ $GIT_SYMLINKS == y ]]; then
message "Creating needed symlinks..." &&




  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (26139b33a37fd805df91e392e7217b65b0ac86f6), Justin Boffemmyer, 11/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page