Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (fb0f4ffe6054666ff7edf901b0516087d7bdaf9b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (fb0f4ffe6054666ff7edf901b0516087d7bdaf9b)
  • Date: Thu, 29 Dec 2016 10:55:36 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/bup/BUILD | 3 +++
python-pypi/bup/DEPENDS | 6 ++++++
python-pypi/bup/DETAILS | 15 +++++++++++++++
python-pypi/bup/HISTORY | 7 +++++++
python-pypi/bup/INSTALL | 3 +++
6 files changed, 37 insertions(+)

New commits:
commit fb0f4ffe6054666ff7edf901b0516087d7bdaf9b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

bup-0.29

diff --git a/ChangeLog b/ChangeLog
index 3997795..f4a00aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-12-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/bup: added, fast file backups
+
2016-12-28 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: add BF4DECEB "Matthias Klumpp
<matthias AT tenstral.net>"
* kde.gpg: add 722EA3BD: "Boudewijn Rempt <foundation AT krita.org>"
diff --git a/python-pypi/bup/BUILD b/python-pypi/bup/BUILD
new file mode 100755
index 0000000..457ed76
--- /dev/null
+++ b/python-pypi/bup/BUILD
@@ -0,0 +1,3 @@
+cd $SOURCE_DIRECTORY &&
+./configure &&
+make PREFIX=$INSTALL_ROOT/usr
diff --git a/python-pypi/bup/DEPENDS b/python-pypi/bup/DEPENDS
new file mode 100755
index 0000000..4367db6
--- /dev/null
+++ b/python-pypi/bup/DEPENDS
@@ -0,0 +1,6 @@
+depends python &&
+depends fuse-python &&
+depends git &&
+depends pylibacl &&
+depends pyxattr &&
+optional_depends par2cmdline-tbb '' '' 'recover corrupted backups'
diff --git a/python-pypi/bup/DETAILS b/python-pypi/bup/DETAILS
new file mode 100755
index 0000000..3c3fc83
--- /dev/null
+++ b/python-pypi/bup/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=bup
+ VERSION=0.29
+
SOURCE_HASH=sha512:7567332c1d31a11325eaa4c00c2b2d46d66c094f1b9993634e5a5245b1a00dec9b052a2c21d13fa8cea04a99a8fb59d78002892cbeba8050ad65298bf98ddc85
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/bup/bup
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ LICENSE[0]=LGPL
+ ENTERED=20110608
+ KEYWORDS="python backup"
+ SHORT="Highly efficient file backup system"
+cat << EOF
+Highly efficient file backup system based on the git packfile format.
Capable of doing
+*fast* incremental backups of virtual machine images
+EOF
diff --git a/python-pypi/bup/HISTORY b/python-pypi/bup/HISTORY
new file mode 100644
index 0000000..a7b9122
--- /dev/null
+++ b/python-pypi/bup/HISTORY
@@ -0,0 +1,7 @@
+2016-12-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.29
+
+2011-06-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version git
+ spell created
+
diff --git a/python-pypi/bup/INSTALL b/python-pypi/bup/INSTALL
new file mode 100755
index 0000000..0bea867
--- /dev/null
+++ b/python-pypi/bup/INSTALL
@@ -0,0 +1,3 @@
+cd $SOURCE_DIRECTORY &&
+make PREFIX=$INSTALL_ROOT/usr install
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (fb0f4ffe6054666ff7edf901b0516087d7bdaf9b), Treeve Jelbert, 12/29/2016

Archive powered by MHonArc 2.6.24.

Top of Page