Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a4628e8a8807038b311c64da769749a544056ad8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a4628e8a8807038b311c64da769749a544056ad8)
  • Date: Sat, 18 Oct 2008 08:51:40 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/gpgme/DEPENDS | 9 +++------
crypto/gpgme/DETAILS | 22 ++++++++++------------
crypto/gpgme/HISTORY | 5 ++++-
crypto/gpgme/PREPARE | 4 ++--
4 files changed, 19 insertions(+), 21 deletions(-)

New commits:
commit a4628e8a8807038b311c64da769749a544056ad8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gpgme: => 1.1.7; cleaned up

diff --git a/crypto/gpgme/DEPENDS b/crypto/gpgme/DEPENDS
index 212434a..3e1aee9 100755
--- a/crypto/gpgme/DEPENDS
+++ b/crypto/gpgme/DEPENDS
@@ -1,7 +1,4 @@
-depends gnupg &&
-depends libgpg-error &&
+depends gnupg &&
+depends libgpg-error &&

-optional_depends gnupg-exp \
- "" \
- "" \
- "to support the S/MIME variant of gpg - GpgSM"
+optional_depends gnupg-exp "" "" "to support the S/MIME variant of gpg -
GpgSM"
diff --git a/crypto/gpgme/DETAILS b/crypto/gpgme/DETAILS
index ed56eb7..ce6fc65 100755
--- a/crypto/gpgme/DETAILS
+++ b/crypto/gpgme/DETAILS
@@ -5,16 +5,16 @@
# 2006-07-07
# GPGME_OLD -> GPGME_BRANCH

-if [ "$GPGME_OLD" == "y" ]; then
+if [[ $GPGME_OLD == y ]]; then
GPGME_BRANCH="0.3"
fi

-if [ "$GPGME_OLD" == "n" ]; then
+if [[ $GPGME_OLD == n ]]; then
GPGME_BRANCH="DEFAULT"
fi
###

-if [ -z "$GPGME_BRANCH" ] || [ "$GPGME_BRANCH" == "DEFAULT" ]; then
+if [[ -z "$GPGME_BRANCH" ]] || [[ $GPGME_BRANCH == DEFAULT ]]; then
GPGME_BRANCH="1.1"
fi

@@ -28,8 +28,8 @@ case $GPGME_BRANCH in

SOURCE_HASH=sha512:1239388cd5d1286aca7c1d1ebe1508263571b40988c4138e9eabe8b23e6310983cedbfde209e2968330671dc687610114115b5a5d6e44d04c9617ab3207504fa
;;
1.1)
- VERSION=1.1.6
-
SOURCE_HASH=sha512:831ffbdc05bdb2acce22cdf6a22022d818b903e65575b20e177c5bcee31bdb117d83ab2e2f1cd250f8d2af967fc73460ed04c4489a63c4f0994d928846dd69e3
+ VERSION=1.1.7
+
SOURCE_HASH=sha512:9fb8d9bae54f4ed94a7f5c110f2a056cffa426c200545729ad8f09171b44e2863e38e90b96cf5a16bdc7cfcd75e9f9a5860ed49d40215a5b8e2157f100c0844f
;;
esac

@@ -40,13 +40,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.gnupg.org/gpgme.html
ENTERED=20011031
KEYWORDS="gnupg crypto"
- SHORT="GnuPG Made Easy (GPGME) is a library to accessing GnuPG"
-
+ SHORT="library to accessing GnuPG"
cat << EOF
-GnuPG Made Easy (GPGME) is a library designed to make access to
-GnuPG easier for applications. It provides a High-Level Crypto
-API for encryption, decryption, signing, signature verification
-and key management. Currently it uses GnuPG as it's backend
-but the API isn't restricted to this engine; in fact it is planned
+GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier
for
+applications. It provides a High-Level Crypto API for encryption, decryption,
+signing, signature verification and key management. Currently it uses GnuPG
as
+it's backend but the API isn't restricted to this engine; in fact it is
planned
to add other backends to it.
EOF
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index 615fe4b..bd7c7b1 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,7 @@
+2008-10-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated 1.1 branch to 1.1.7; cleaned up; fixed descs
+ * DEPENDS, PREPARE: cleaned up
+
2008-01-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated GPGME_BRANCH=DEFAULT to 1.1.6

@@ -80,4 +84,3 @@

2002-08-27 Julian v. Bock <julian AT wongr.net>
* DETAILS: set VERSION to 0.3.9.
-
diff --git a/crypto/gpgme/PREPARE b/crypto/gpgme/PREPARE
index a2008e7..1d123bc 100755
--- a/crypto/gpgme/PREPARE
+++ b/crypto/gpgme/PREPARE
@@ -1,13 +1,13 @@
# 2006-07-07
# GPGME_OLD -> GPGME_BRANCH

-if [ "$GPGME_OLD" == "y" ]; then
+if [[ $GPGME_OLD == y ]]; then
persistent_add GPGME_BRANCH &&
GPGME_BRANCH="0.3" &&
persistent_remove GPGME_OLD
fi

-if [ "$GPGME_OLD" == "n" ]; then
+if [[ $GPGME_OLD == n ]]; then
persistent_add GPGME_BRANCH &&
GPGME_BRANCH="DEFAULT" &&
persistent_remove GPGME_OLD



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a4628e8a8807038b311c64da769749a544056ad8), Vlad Glagolev, 10/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page