Skip to Content.
Sympa Menu

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

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 (3ef548057524879b92331b65fc1428f34a0a166a)
  • Date: Mon, 23 Oct 2017 11:40:05 +0000

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

devel/llvm/HISTORY | 3 +++
devel/llvm/PRE_SUB_DEPENDS | 3 ---
python-pypi/borgbackup/DETAILS | 7 +++++--
python-pypi/borgbackup/HISTORY | 5 +++++
python-pypi/borgbackup/borg.gpg |binary
5 files changed, 13 insertions(+), 5 deletions(-)

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

llvm - fix typos

commit 0590cb8235ff5bf831af45ea4a52ebf49b6d8147
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

borgbackup: => 1.1.1

diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index 04c8513..be34d46 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,3 +1,6 @@
+2017-10-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_SUB_DEPENDS: fix typos
+
2017-10-20 Treeve Jelbert <treeve AT sourcemage.org>
* SUB_DEPENDS PRE_SUB_DEPENDS: add AMD option

diff --git a/devel/llvm/PRE_SUB_DEPENDS b/devel/llvm/PRE_SUB_DEPENDS
index 24bf904..e3cc49c 100755
--- a/devel/llvm/PRE_SUB_DEPENDS
+++ b/devel/llvm/PRE_SUB_DEPENDS
@@ -1,10 +1,7 @@
case $THIS_SUB_DEPENDS in
AMD) list_find "${LLVM_TARGETS}" AMDGPU ;;
-
CLANG) [[ "${LLVM_WITH_CLANG}" == "y" ]] ;;
- *)
LLDB) [[ "${LLVM_WITH_LLDB}" == "y" ]] ;;
- *)
POLLY) [[ "${LLVM_WITH_POLLY}" == "y" ]] ;;
*)
message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
diff --git a/python-pypi/borgbackup/DETAILS b/python-pypi/borgbackup/DETAILS
index e8959db..7216bb7 100755
--- a/python-pypi/borgbackup/DETAILS
+++ b/python-pypi/borgbackup/DETAILS
@@ -1,8 +1,11 @@
SPELL=borgbackup
- VERSION=1.1.0
-
SOURCE_HASH=sha512:052c9780ede503d0ace18ceea2f7d323027c553418c09e7c2202bb3a72d9ff7d34cfd35e2beab42e5cc65d9c28748d469060799c8dd87dcc3fdd9bfa9ba8e9f2
+ VERSION=1.1.1
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/borgbackup/borg/releases/download/$VERSION/$SOURCE
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=borg.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://pypi.python.org/pypi/borgbackup";
LICENSE[0]=BSD
diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
index cb8a4b6..f3b97b1 100644
--- a/python-pypi/borgbackup/HISTORY
+++ b/python-pypi/borgbackup/HISTORY
@@ -1,3 +1,8 @@
+2017-10-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.1
+ * DETAILS: add gpg checking
+ * borg.gpg: added 51F78E01 "Thomas Waldmann
<thomas.j.waldmann AT gmail.com>"
+
2017-10-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.0

diff --git a/python-pypi/borgbackup/borg.gpg b/python-pypi/borgbackup/borg.gpg
new file mode 100644
index 0000000..0c727b0
Binary files /dev/null and b/python-pypi/borgbackup/borg.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3ef548057524879b92331b65fc1428f34a0a166a), Treeve Jelbert, 10/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page