From b757b68ca3ee8fd85e9440a1207c7e12b9dc95ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 25 Nov 2014 03:14:59 +0100 Subject: [PATCH] gpgme: Fix license, description and other stuff --- app-crypt/gpgme/gpgme-1.5.2.recipe | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/app-crypt/gpgme/gpgme-1.5.2.recipe b/app-crypt/gpgme/gpgme-1.5.2.recipe index 0a32097c1..c47db7ad1 100644 --- a/app-crypt/gpgme/gpgme-1.5.2.recipe +++ b/app-crypt/gpgme/gpgme-1.5.2.recipe @@ -1,14 +1,23 @@ SUMMARY="GnuPG Made Easy is a library for making GnuPG easier to use" DESCRIPTION=" -GnuPG Made Easy is the standard library for applications \ -to access most GnuPG functions. +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 its backend but the API isn't restricted to \ +this engine; in fact we have already developed a backend for CMS (S/MIME). " -HOMEPAGE="https://www.gnupg.org/related_software/swlist.html#gpgme" +HOMEPAGE="http://www.gnupg.org/gpgme.html" SRC_URI="ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.5.2.tar.bz2" CHECKSUM_SHA256="1e98b0a0a16f0265e8ebe72ef11acd2272322f682188d3e5098770e7f204f1d4" REVISION="1" -LICENSE="GNU GPL v3" -COPYRIGHT="1998-2010 Free Software Foundation, Inc." +LICENSE=" + GNU GPL v2 + GNU LGPL v2.1 + " +COPYRIGHT=" + 1998-2010 Free Software Foundation, Inc. + 2001-2010 g10 Code GmbH + " ARCHITECTURES="x86_gcc2 x86 ?x86 ?x86_64" SECONDARY_ARCHITECTURES="x86"