neysx 06/05/27 14:42:46 Modified: gnupg-user.xml Log: #131065 remove gpg-agent, gnupg-1.9.20 goes stable
Revision Changes Path 1.37 xml/htdocs/doc/en/gnupg-user.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.37&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml?rev=1.37&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gnupg-user.xml.diff?r1=1.36&r2=1.37&cvsroot=gentoo Index: gnupg-user.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- gnupg-user.xml 13 May 2006 22:31:29 -0000 1.36 +++ gnupg-user.xml 27 May 2006 14:42:46 -0000 1.37 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.36 2006/05/13 22:31:29 vapier Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.37 2006/05/27 14:42:46 neysx Exp $ --> <guide link = "/doc/en/gnupg-user.xml"> <title>GnuPG Gentoo user guide</title> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.6</version> -<date>2006-05-13</date> +<version>1.7</version> +<date>2006-05-27</date> <chapter> <title>Introduction</title> @@ -449,8 +449,9 @@ </p> <p> -Gentoo provides a few GPG agent applications. <c>app-crypt/gpg-agent</c> can be -considered the reference one, and will be the one we'll use in this document. +Gentoo provides a few GPG agent applications. The <c>app-crypt/gnupg-1.9.*</c> +package contains what could be considered the reference one, and will be the +one we'll use in this document. </p> </body> @@ -460,15 +461,15 @@ <body> <p> -You should install <c>gpg-agent</c>, obviously, and also <c>pinentry</c>, which -is the helper application that gpg-agent uses to request the passphrase in a -graphical window. It comes in three flavors: it can popup a window using the -gtk+, Qt, or curses library (depending on the USE flag you set when emerging -it). +You should install <c>gnupg-1.9.*</c>, which includes <c>gpg-agent</c>, and +<c>pinentry</c>. <c>pinentry</c> is the helper application that gpg-agent uses +to request the passphrase in a graphical window. It comes in three flavors: it +can popup a window using the gtk+, Qt, or curses library (depending on the USE +flag you set when emerging it). </p> <pre caption="Installing gpg-agent and pinentry"> -# <i>emerge gpg-agent pinentry</i> +# <i>emerge \>=gnupg-1.9.20 pinentry</i> </pre> <p> -- [email protected] mailing list
