@@ -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