CVS version of Gnus has the native EasyPG binding, simply put the
following line into your ~/.emacs.
-(setq mml2015-use 'epg)
+ (setq mml2015-use 'epg)
Other options which affect on the binding are
-mml2015-signers
-mml2015-encrypt-to-self
-mml2015-cache-passphrase
-mml2015-passphrase-cache-expiry
-mml2015-verbose
+ mml2015-signers
+ mml2015-encrypt-to-self
+ mml2015-cache-passphrase
+ mml2015-passphrase-cache-expiry
+ mml2015-verbose
NOTE: You need not to install pgg-epg.el in this case.