Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c808635af41df622ba75283b6396eaecca1709a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c808635af41df622ba75283b6396eaecca1709a5)
  • Date: Fri, 25 Jan 2019 18:41:11 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

crypto/gnupg-2.2/BUILD | 2 --
crypto/gnupg-2.2/HISTORY | 3 +++
smgl/basesystem/FINAL | 4 ----
smgl/basesystem/HISTORY | 3 +++
4 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit c808635af41df622ba75283b6396eaecca1709a5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

smgl/basesystem: removed FINAL, GNUPG installs /usr/bin/gpg now

commit fa8e7a08765d453be0cf093a0b7b3ab0f0d8f40f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

crypto/gnupg-2.2: dropped BUILD, doesn't conflict with crypto/gnupg
anymore

diff --git a/crypto/gnupg-2.2/BUILD b/crypto/gnupg-2.2/BUILD
deleted file mode 100755
index 811d594..0000000
--- a/crypto/gnupg-2.2/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS+=" --enable-gpg-is-gpg2" &&
-default_build
diff --git a/crypto/gnupg-2.2/HISTORY b/crypto/gnupg-2.2/HISTORY
index 601e850..26525db 100644
--- a/crypto/gnupg-2.2/HISTORY
+++ b/crypto/gnupg-2.2/HISTORY
@@ -1,3 +1,6 @@
+2019-01-25 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: removed, not needed since crypto/gnupg deprecation
+
2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: delete curl
add flags to gettext
diff --git a/smgl/basesystem/FINAL b/smgl/basesystem/FINAL
deleted file mode 100755
index 0dd8366..0000000
--- a/smgl/basesystem/FINAL
+++ /dev/null
@@ -1,4 +0,0 @@
-cd $INSTALL_ROOT/usr/bin &&
-if [[ ! -f gpg ]];then
- ln -s gpg2 gpg
-fi
diff --git a/smgl/basesystem/HISTORY b/smgl/basesystem/HISTORY
index ab9c5b1..af647e8 100644
--- a/smgl/basesystem/HISTORY
+++ b/smgl/basesystem/HISTORY
@@ -1,3 +1,6 @@
+2019-01-25 Pavel Vinogradov <public AT sourcemage.org>
+ * FINAL: dropped, not needed, GNUPG handles transition
+
2019-01-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.9
* DEPENDS: gnupg => GNUPG



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c808635af41df622ba75283b6396eaecca1709a5), Pavel Vinogradov, 01/25/2019

Archive powered by MHonArc 2.6.24.

Top of Page