Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (efb0c85348c23cc04616bd03185e1db15a0ce8b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (efb0c85348c23cc04616bd03185e1db15a0ce8b2)
  • Date: Fri, 14 Jun 2013 18:19:48 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 2 ++
python-pypi/git-review/DEPENDS | 2 ++
python-pypi/git-review/DETAILS | 13 +++++++++++++
python-pypi/git-review/HISTORY | 3 +++
4 files changed, 20 insertions(+)

New commits:
commit efb0c85348c23cc04616bd03185e1db15a0ce8b2
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/git-review: new spell, a git command for submitting branches
to gerrit

diff --git a/ChangeLog b/ChangeLog
index c202164..5c02d36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2013-06-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/qgrit: new spell, a GUI for git rebase -i
+ * python-pypi/git-review: new spell, a git command for submitting
+ branches to Gerrit

2013-06-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/pykml: new spell, a python package for generating and
diff --git a/python-pypi/git-review/DEPENDS b/python-pypi/git-review/DEPENDS
new file mode 100755
index 0000000..33c57f4
--- /dev/null
+++ b/python-pypi/git-review/DEPENDS
@@ -0,0 +1,2 @@
+depends git &&
+depends PYTHON
diff --git a/python-pypi/git-review/DETAILS b/python-pypi/git-review/DETAILS
new file mode 100755
index 0000000..1f49cbc
--- /dev/null
+++ b/python-pypi/git-review/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=git-review
+ VERSION=1.22
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/g/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:184a4cc4a7cb31c6316e57cd054b8551b67c9dec010120ecbfdbab73126c492608152b23c1da57b7cd1c27c2cd64924b7989d63533d29c1b97964997af022b58
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://pypi.python.org/pypi/git-review";
+ LICENSE[0]=APACHE
+ ENTERED=20130615
+ SHORT="a git command for submitting branches to Gerrit"
+cat << EOF
+git-review is a tool that helps submitting git branches to gerrit for review.
+EOF
diff --git a/python-pypi/git-review/HISTORY b/python-pypi/git-review/HISTORY
new file mode 100644
index 0000000..61b91df
--- /dev/null
+++ b/python-pypi/git-review/HISTORY
@@ -0,0 +1,3 @@
+2013-06-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (efb0c85348c23cc04616bd03185e1db15a0ce8b2), Florian Franzmann, 06/14/2013

Archive powered by MHonArc 2.6.24.

Top of Page