Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6084e69115f7244e990ebc759babfcea16422206)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6084e69115f7244e990ebc759babfcea16422206)
  • Date: Sat, 27 Aug 2016 17:22:38 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 5 ++++-
disk/snapper/DEPENDS | 3 +++
disk/snapper/DETAILS | 17 +++++++++++++++++
disk/snapper/HISTORY | 2 ++
4 files changed, 26 insertions(+), 1 deletion(-)

New commits:
commit 6084e69115f7244e990ebc759babfcea16422206
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ChangeLog: Fix typo

Fixes: 77c14b597170377f3667f9317073fe344a7f9136

commit f82c8d92353d6a279a62dc0a46a7dc390fa1516e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

snapper: new spell, The ultimate snapshot tool

diff --git a/ChangeLog b/ChangeLog
index 68ea9d1..4d173ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-2016-08-2\42 Treeve Jelbert <treeve AT sourcemage.org>
+2016-08-27 Ismael Luceno <ismael AT sourcemage.org>
+ * disk/snapper: new spell, The ultimate snapshot tool for Linux
+
+2016-08-24 Treeve Jelbert <treeve AT sourcemage.org>
* kde.gpg: add B29779E6: "Sven Brauch <mail AT svenbrauch.de>"

2016-08-22 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/disk/snapper/DEPENDS b/disk/snapper/DEPENDS
new file mode 100755
index 0000000..5cb6d3b
--- /dev/null
+++ b/disk/snapper/DEPENDS
@@ -0,0 +1,3 @@
+depends -sub CXX gcc &&
+depends dbus &&
+depends btrfs-progs
diff --git a/disk/snapper/DETAILS b/disk/snapper/DETAILS
new file mode 100755
index 0000000..29ae0cf
--- /dev/null
+++ b/disk/snapper/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=snapper
+ VERSION=0.3.3
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]=ftp://ftp.suse.com/pub/projects/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:f24f6d121f9a613549899b7bf3751f6d9c101db716d7bc3858a2add9f90e08861fc46927ce0130efc232240a91e24934820d0c2b1b65f206ac80d04cdaaec39d
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://snapper.io";
+ LICENSE[0]="GPLv2"
+ ENTERED=20160827
+ KEYWORDS=""
+ SHORT="The ultimate snapshot tool for Linux"
+cat << EOF
+Snapper is a tool for Linux file system snapshot management. Apart from
+the obvious creation and deletion of snapshots it can compare snapshots
+and revert differences between them. In simple terms, this allows root
+and non-root users to view older versions of files and revert changes.
+EOF
diff --git a/disk/snapper/HISTORY b/disk/snapper/HISTORY
new file mode 100644
index 0000000..41b899f
--- /dev/null
+++ b/disk/snapper/HISTORY
@@ -0,0 +1,2 @@
+2016-08-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6084e69115f7244e990ebc759babfcea16422206), Ismael Luceno, 08/27/2016

Archive powered by MHonArc 2.6.24.

Top of Page