Skip to Content.
Sympa Menu

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

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 (96c407298289f72247bf130379195cdf0ce4e114)
  • Date: Mon, 28 Aug 2017 14:11:25 +0000

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

ChangeLog | 3 +
crypto/gnupg-2.1/BUILD | 3 -
crypto/gnupg-2.1/CONFLICTS | 2 -
crypto/gnupg-2.1/DEPENDS | 21 -------------
crypto/gnupg-2.1/DETAILS | 39 +++----------------------
crypto/gnupg-2.1/DOWNLOAD | 1
crypto/gnupg-2.1/HISTORY | 67
++-----------------------------------------
crypto/gnupg-2.1/INSTALL | 1
crypto/gnupg-2.1/PRE_BUILD | 1
crypto/gnupg-2.1/PROVIDES | 1
crypto/gnupg-2.1/TRIGGERS | 5 ---
crypto/gnupg-2.1/UP_TRIGGERS | 1
crypto/gnupg-2.2/BUILD | 2 +
crypto/gnupg-2.2/CONFLICTS | 2 +
crypto/gnupg-2.2/DEPENDS | 21 +++++++++++++
crypto/gnupg-2.2/DETAILS | 36 +++++++++++++++++++++++
crypto/gnupg-2.2/HISTORY | 3 +
crypto/gnupg-2.2/PROVIDES | 1
crypto/gnupg-2.2/TRIGGERS | 4 ++
19 files changed, 87 insertions(+), 127 deletions(-)

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

deprecate crypto/gnupg-2.1 [replaced by gnupg-2.2]

commit 463ed5920719f60969b6f117b7b7dcec4f40ffe9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gnupg-2.2-2.2.0

diff --git a/ChangeLog b/ChangeLog
index f63be0a..f32343d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-08-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * crypto/gnupg-2.2: added
+
2017-08-27 Treeve Jelbert <treeve AT sourcemage.org>
* crypto/GnuPG.gpg: add C82C78AD "Damien Goutte-Gattat
<dgouttegattat AT incenp.org>"

diff --git a/crypto/gnupg-2.1/BUILD b/crypto/gnupg-2.1/BUILD
index 811d594..27ba77d 100755
--- a/crypto/gnupg-2.1/BUILD
+++ b/crypto/gnupg-2.1/BUILD
@@ -1,2 +1 @@
-OPTS+=" --enable-gpg-is-gpg2" &&
-default_build
+true
diff --git a/crypto/gnupg-2.1/CONFLICTS b/crypto/gnupg-2.1/CONFLICTS
index fe59462..23ce958 100755
--- a/crypto/gnupg-2.1/CONFLICTS
+++ b/crypto/gnupg-2.1/CONFLICTS
@@ -1 +1 @@
-conflicts gnupg-exp
+conflicts gnupg-2.1 y
diff --git a/crypto/gnupg-2.1/DEPENDS b/crypto/gnupg-2.1/DEPENDS
deleted file mode 100755
index f0ec2c1..0000000
--- a/crypto/gnupg-2.1/DEPENDS
+++ /dev/null
@@ -1,21 +0,0 @@
-depends npth &&
-depends libgpg-error &&
-depends libgcrypt &&
-depends libassuan &&
-depends libksba &&
-depends readline &&
-depends bzip2 &&
-depends zlib &&
-depends gnutls &&
-depends pkgconfig &&
-
-optional_depends openldap \
- "--enable-ldap" \
- "--disable-ldap" \
- "for LDAP keyserver interface" &&
-
-optional_depends curl \
- "--with-libcurl" \
- "--without-libcurl" \
- "for curl support" &&
-optional_depends gettext '' '' ''
diff --git a/crypto/gnupg-2.1/DETAILS b/crypto/gnupg-2.1/DETAILS
index 39f5fdb..9832d01 100755
--- a/crypto/gnupg-2.1/DETAILS
+++ b/crypto/gnupg-2.1/DETAILS
@@ -1,37 +1,8 @@
SPELL=gnupg-2.1
- VERSION=2.1.23
- SECURITY_PATCH=0
-
- SOURCE=gnupg-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/gnupg/$SOURCE
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
- SOURCE_GPG="GnuPG.gpg:$SOURCE.sig"
-
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=$SOURCE_URL.sig
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
- SOURCE2_IGNORE=signature
-
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnupg-$VERSION
- WEB_SITE=http://www.gnupg.org
- ENTERED=20141108
- LICENSE[0]=GPL
- KEYWORDS="gnupg crypto"
- SHORT="modern version of gnupg"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-gnupg-exp is a modern version of gnupg.
-
-GnuPG (the GNU Privacy Guard) is GNU's tool for secure communication and
-data storage. It can be used to encrypt data and to create digital
-signatures. It includes an advanced key management facility and is
-compliant with the proposed OpenPGP Internet standard as described in
-RFC2440. As such, it is meant to be compatible with PGP from NAI, Inc.
-Because it does not use any patented algorithms, it can be used without
-any restrictions.
+deprecated spell [replaced by gnupg-2.2]
EOF
+
diff --git a/crypto/gnupg-2.1/DOWNLOAD b/crypto/gnupg-2.1/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/crypto/gnupg-2.1/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/crypto/gnupg-2.1/HISTORY b/crypto/gnupg-2.1/HISTORY
index 54e4ab3..307b64e 100644
--- a/crypto/gnupg-2.1/HISTORY
+++ b/crypto/gnupg-2.1/HISTORY
@@ -1,63 +1,4 @@
-2017-08-09 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.1.23
- * BUILD: added to install gpg2, not gpg
-
-2017-07-29 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.1.22
-
-2017-05-15 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.1.21
-
-2017-04-04 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.1.20
-
-2017-03-01 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.1.19
-
-2017-01-24 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.1.18
-
-2017-01-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.1.17
-
- * DETAILS: add gpg checking
-
-2016-11-19 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: version 2.1.16, fixed typo in SHORT
-
-2016-08-18 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.1.15
-
-2016-07-15 Pavel Vinogradov <public AT sourcemage.org>
- * DETAILS: updated spell to 2.1.14
-
-2016-05-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.1.12
-
-2016-01-31 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.1.11
-
-2015-12-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.1.10
-
-2015-10-12 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.1.9
-
-2015-08-17 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.1.7
-
-2015-06-12 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.1.5
-
-2015-05-18 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.1.4
-
-2015-04-12 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.1.3
-
-2015-03-01 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 2.1.2
-
-2014-11-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS, DETAILS, HISTORY: created this spell, version 2.1.0
-
+2017-08-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by gnupg-2.2]
diff --git a/crypto/gnupg-2.1/INSTALL b/crypto/gnupg-2.1/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/crypto/gnupg-2.1/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/crypto/gnupg-2.1/PRE_BUILD b/crypto/gnupg-2.1/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/crypto/gnupg-2.1/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/crypto/gnupg-2.1/PROVIDES b/crypto/gnupg-2.1/PROVIDES
deleted file mode 100644
index 8124dc4..0000000
--- a/crypto/gnupg-2.1/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-GNUPG
diff --git a/crypto/gnupg-2.1/TRIGGERS b/crypto/gnupg-2.1/TRIGGERS
deleted file mode 100755
index 37f3e4f..0000000
--- a/crypto/gnupg-2.1/TRIGGERS
+++ /dev/null
@@ -1,5 +0,0 @@
-
-if is_depends_enabled $SPELL curl
-then
- on_cast curl check_self
-fi
diff --git a/crypto/gnupg-2.1/UP_TRIGGERS b/crypto/gnupg-2.1/UP_TRIGGERS
new file mode 100755
index 0000000..657be76
--- /dev/null
+++ b/crypto/gnupg-2.1/UP_TRIGGERS
@@ -0,0 +1 @@
+up_trigger gnupg-2.2 cast_self
diff --git a/crypto/gnupg-2.2/BUILD b/crypto/gnupg-2.2/BUILD
new file mode 100755
index 0000000..811d594
--- /dev/null
+++ b/crypto/gnupg-2.2/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --enable-gpg-is-gpg2" &&
+default_build
diff --git a/crypto/gnupg-2.2/CONFLICTS b/crypto/gnupg-2.2/CONFLICTS
new file mode 100755
index 0000000..27f5f37
--- /dev/null
+++ b/crypto/gnupg-2.2/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts gnupg-exp
+conflicts gnupg-2.2 y
diff --git a/crypto/gnupg-2.2/DEPENDS b/crypto/gnupg-2.2/DEPENDS
new file mode 100755
index 0000000..f0ec2c1
--- /dev/null
+++ b/crypto/gnupg-2.2/DEPENDS
@@ -0,0 +1,21 @@
+depends npth &&
+depends libgpg-error &&
+depends libgcrypt &&
+depends libassuan &&
+depends libksba &&
+depends readline &&
+depends bzip2 &&
+depends zlib &&
+depends gnutls &&
+depends pkgconfig &&
+
+optional_depends openldap \
+ "--enable-ldap" \
+ "--disable-ldap" \
+ "for LDAP keyserver interface" &&
+
+optional_depends curl \
+ "--with-libcurl" \
+ "--without-libcurl" \
+ "for curl support" &&
+optional_depends gettext '' '' ''
diff --git a/crypto/gnupg-2.2/DETAILS b/crypto/gnupg-2.2/DETAILS
new file mode 100755
index 0000000..38b5829
--- /dev/null
+++ b/crypto/gnupg-2.2/DETAILS
@@ -0,0 +1,36 @@
+ SPELL=gnupg-2.2
+ VERSION=2.2.0
+ SECURITY_PATCH=0
+ SOURCE=gnupg-$VERSION.tar.bz2
+ SOURCE_URL[0]=https://gnupg.org/ftp/gcrypt/gnupg/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG="GnuPG.gpg:$SOURCE.sig"
+
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ SOURCE2_IGNORE=signature
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnupg-$VERSION
+ WEB_SITE=http://www.gnupg.org
+ ENTERED=20141108
+ LICENSE[0]=GPL
+ KEYWORDS="gnupg crypto"
+ SHORT="modern version of gnupg"
+cat << EOF
+gnupg-exp is a modern version of gnupg.
+
+GnuPG (the GNU Privacy Guard) is GNU's tool for secure communication and
+data storage. It can be used to encrypt data and to create digital
+signatures. It includes an advanced key management facility and is
+compliant with the proposed OpenPGP Internet standard as described in
+RFC2440. As such, it is meant to be compatible with PGP from NAI, Inc.
+Because it does not use any patented algorithms, it can be used without
+any restrictions.
+EOF
diff --git a/crypto/gnupg-2.2/HISTORY b/crypto/gnupg-2.2/HISTORY
new file mode 100644
index 0000000..3ec5871
--- /dev/null
+++ b/crypto/gnupg-2.2/HISTORY
@@ -0,0 +1,3 @@
+2017-08-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.2.0
+ splle created, based on gnupg-2.1
diff --git a/crypto/gnupg-2.2/PROVIDES b/crypto/gnupg-2.2/PROVIDES
new file mode 100644
index 0000000..8124dc4
--- /dev/null
+++ b/crypto/gnupg-2.2/PROVIDES
@@ -0,0 +1 @@
+GNUPG
diff --git a/crypto/gnupg-2.2/TRIGGERS b/crypto/gnupg-2.2/TRIGGERS
new file mode 100755
index 0000000..2a3b016
--- /dev/null
+++ b/crypto/gnupg-2.2/TRIGGERS
@@ -0,0 +1,4 @@
+if is_depends_enabled $SPELL curl
+then
+ on_cast curl check_self
+fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (96c407298289f72247bf130379195cdf0ce4e114), Treeve Jelbert, 08/28/2017

Archive powered by MHonArc 2.6.24.

Top of Page