summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2008-08-01 18:35:47 -0500
committerGeorge Sherwood2008-08-01 18:35:47 -0500
commit4b847548bbb08ead112f263367e7bdc8c4d9bd43 (patch)
tree109588f4fb0406f093dc3871a5e7de97f58d8588
parent2a3162c6826970af205db22ab08f941c4f972014 (diff)
cola: new spell. git gui.
-rw-r--r--ChangeLog3
-rwxr-xr-xcollab/cola/BUILD1
-rwxr-xr-xcollab/cola/DEPENDS4
-rwxr-xr-xcollab/cola/DETAILS16
-rw-r--r--collab/cola/HISTORY3
-rwxr-xr-xcollab/cola/INSTALL4
6 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4240163b38..1d8e0f8b54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-01 George Sherwood <gsherwood@sourcemage.org>
+ * collab/cola: new spell - git gui
+
2008-08-01 Treeve Jelbert <treeve@sourcemage.org>
* disk/partimage-ng: new spell - partition archiver
diff --git a/collab/cola/BUILD b/collab/cola/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /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 0000000000..a10cbfdb1f
--- /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 0000000000..794a5139e5
--- /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 0000000000..4b3cc7a717
--- /dev/null
+++ b/collab/cola/HISTORY
@@ -0,0 +1,3 @@
+2008-08-01 George Sherwood <gsherwood@sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: spell created
+
diff --git a/collab/cola/INSTALL b/collab/cola/INSTALL
new file mode 100755
index 0000000000..73dc1990b5
--- /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