Skip to Content.
Sympa Menu

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

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 (6ba21e6048381175333b54365146a1000133261b)
  • Date: Thu, 31 Mar 2011 16:24:11 -0500

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

ChangeLog | 1 +
python-pypi/obnam/DEPENDS | 4 ++++
python-pypi/obnam/DETAILS | 17 +++++++++++++++++
python-pypi/obnam/HISTORY | 4 ++++
4 files changed, 26 insertions(+)

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

python-pypi/obnam: new spell, a backup program

diff --git a/ChangeLog b/ChangeLog
index d0dbc7b..5100579 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* python-pypi/python-tracing: new spell, a library for logging debug
messages
* python-pypi/larch: new spell, a B-Tree implementation
+ * python-pypi/obnam: new spell, a backup program

2011-03-31 Treeve Jelbert <treeve AT sourcemage.org>
* database/dbd-firebird: new spell, Firebird DBD modules for perl DBI
diff --git a/python-pypi/obnam/DEPENDS b/python-pypi/obnam/DEPENDS
new file mode 100755
index 0000000..e450851
--- /dev/null
+++ b/python-pypi/obnam/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends extrautils &&
+depends larch &&
+depends ttystatus
diff --git a/python-pypi/obnam/DETAILS b/python-pypi/obnam/DETAILS
new file mode 100755
index 0000000..3a9497f
--- /dev/null
+++ b/python-pypi/obnam/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=obnam
+ VERSION=0.15.1
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/o/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:8edd761a95399a318f2a641439871742b50b9ea5cc261c64a2b0fc61a3ae3a8988279fa8297e71226d2249099293e36b52b40541e0b0c02b77e38ac3d331a844
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://braawi.org/obnam";
+ LICENSE[0]=GPL
+ ENTERED=20110329
+ SHORT="a backup program"
+cat << EOF
+Obnam is a backup program. It is currently ALPHA quality, meaning that some
+things work, but many things don't, there are probably a lot of bugs, and
+if you rely on it, you will turn bitter and hateful, and will abandon all
+hope for civilisation, move into the rain forest, and talk to birds for the
+rest of your life.
+EOF
diff --git a/python-pypi/obnam/HISTORY b/python-pypi/obnam/HISTORY
new file mode 100644
index 0000000..c225902
--- /dev/null
+++ b/python-pypi/obnam/HISTORY
@@ -0,0 +1,4 @@
+2011-03-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created, thanks to Hannes
+ Greiner for the spell
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (6ba21e6048381175333b54365146a1000133261b), Florian Franzmann, 03/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page