diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-06-25 12:49:38 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-06-25 12:49:38 +0000 |
commit | b09de30a004189217a51c09137cf9da62568c116 (patch) | |
tree | 8049901454302b719d64fa87ac132f86692a5b61 /app-crypt | |
parent | Added 5.3 cvs snapshot for interested folks to play with. Is currently (and ... (diff) | |
download | gentoo-2-b09de30a004189217a51c09137cf9da62568c116.tar.gz gentoo-2-b09de30a004189217a51c09137cf9da62568c116.tar.bz2 gentoo-2-b09de30a004189217a51c09137cf9da62568c116.zip |
wrong description in metadata - smithj caught me badly coping metadata.xml
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpg-agent/metadata.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-crypt/gpg-agent/metadata.xml b/app-crypt/gpg-agent/metadata.xml index 479005f01d7d..ddb2efe29b59 100644 --- a/app-crypt/gpg-agent/metadata.xml +++ b/app-crypt/gpg-agent/metadata.xml @@ -6,15 +6,4 @@ <email>crypto@gentoo.org</email> <name>Crypto Herd</name> </maintainer> -<longdescription> -In an ideal world, Assuan is irrelevant. Assuan's primary use is to -allow a client to interact with a non-persistent server. Using Assuan, -this is accomplished by forking a subprocess and communicating with it -via, for example, a pipe or unix domain socket. This method is neither -elegant nor efficient especially when there is a lot of data spread -across several transactions: not only is there a penalty for an -increased number of context switches, but also a significant amount of -data is MEMCPYed from the client to a file descriptor and from the file -descriptor to the server. -</longdescription> </pkgmetadata> |