Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (4b847548bbb08ead112f263367e7bdc8c4d9bd43)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (4b847548bbb08ead112f263367e7bdc8c4d9bd43)
  • Date: Fri, 1 Aug 2008 18:37:13 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
collab/cola/BUILD | 1 +
collab/cola/DEPENDS | 4 ++++
collab/cola/DETAILS | 16 ++++++++++++++++
collab/cola/HISTORY | 3 +++
collab/cola/INSTALL | 4 ++++
6 files changed, 31 insertions(+)

New commits:
commit 4b847548bbb08ead112f263367e7bdc8c4d9bd43
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

cola: new spell. git gui.

diff --git a/ChangeLog b/ChangeLog
index 4240163..1d8e0f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-01 George Sherwood <gsherwood AT sourcemage.org>
+ * collab/cola: new spell - git gui
+
2008-08-01 Treeve Jelbert <treeve AT sourcemage.org>
* disk/partimage-ng: new spell - partition archiver

diff --git a/collab/cola/BUILD b/collab/cola/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/collab/cola/BUILD
@@ -0,0 +1 @@
+true
diff --git a/collab/cola/DEPENDS b/collab/cola/DEPENDS
new file mode 100755
index 0000000..a10cbfd
--- /dev/null
+++ b/collab/cola/DEPENDS
@@ -0,0 +1,4 @@
+depends git &&
+depends python &&
+depends pyqt4 &&
+depends simplejson
diff --git a/collab/cola/DETAILS b/collab/cola/DETAILS
new file mode 100755
index 0000000..794a513
--- /dev/null
+++ b/collab/cola/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=cola
+ VERSION=1.1.1.9
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.tuxfamily.org/releases/${SOURCE}
+
SOURCE_HASH=sha512:8ca441587d062d9e497ae733b5dbf51dda786625d4e640b0918e7b1a4b812b808941759158aadfa047ce98525906ea74eec89b0f63e2fe858a8a4e7c20193b92
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://cola.tuxfamily.org";
+ LICENSE[0]=GPL2
+ ENTERED=20080801
+ SHORT="a highly caffeninated git gui"
+cat << EOF
+git-cola: a highly caffeinated git gui
+
+Cola is a sweet, carbonated git gui known for its sugary flavour and
+caffeine-inspired features.
+EOF
diff --git a/collab/cola/HISTORY b/collab/cola/HISTORY
new file mode 100644
index 0000000..4b3cc7a
--- /dev/null
+++ b/collab/cola/HISTORY
@@ -0,0 +1,3 @@
+2008-08-01 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: spell created
+
diff --git a/collab/cola/INSTALL b/collab/cola/INSTALL
new file mode 100755
index 0000000..73dc199
--- /dev/null
+++ b/collab/cola/INSTALL
@@ -0,0 +1,4 @@
+cd $SOURCE_DIRECTORY &&
+cp -v bin/* $INSTALL_ROOT/usr/bin/ &&
+mkdir -p $INSTALL_ROOT/usr/share/cola &&
+cp -vrp share/cola/* $INSTALL_ROOT/usr/share/cola



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (4b847548bbb08ead112f263367e7bdc8c4d9bd43), George Sherwood, 08/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page