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 | 624d0e01db6be79eb5a75784d9c6aa76d3133e68 (patch) | |
tree | e9220c5ea8d9905dc7bcae1eb0eb51bc6a808e28 /app-crypt/gpg-agent | |
parent | Added 5.3 cvs snapshot for interested folks to play with. Is currently (and ... (diff) | |
download | historical-624d0e01db6be79eb5a75784d9c6aa76d3133e68.tar.gz historical-624d0e01db6be79eb5a75784d9c6aa76d3133e68.tar.bz2 historical-624d0e01db6be79eb5a75784d9c6aa76d3133e68.zip |
wrong description in metadata - smithj caught me badly coping metadata.xml
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-crypt/gpg-agent')
-rw-r--r-- | app-crypt/gpg-agent/Manifest | 10 | ||||
-rw-r--r-- | app-crypt/gpg-agent/metadata.xml | 11 |
2 files changed, 5 insertions, 16 deletions
diff --git a/app-crypt/gpg-agent/Manifest b/app-crypt/gpg-agent/Manifest index 2aba0c141038..2bed0d203942 100644 --- a/app-crypt/gpg-agent/Manifest +++ b/app-crypt/gpg-agent/Manifest @@ -1,9 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 bfc3f238ba96de2570558a08a62e4c35 ChangeLog 1572 MD5 d462f4ea30d9bfb373719d04d499140b gpg-agent-1.9.14.ebuild 2133 -MD5 b1a4c3f100342f9335a6974737f5e5ec metadata.xml 872 +MD5 bfc3f238ba96de2570558a08a62e4c35 ChangeLog 1572 +MD5 cbb90c3fb885f86a1c6bea0f4493f9ab metadata.xml 250 MD5 84e3a196932c67dfaf96fa1ef826cdb8 gpg-agent-1.9.15.ebuild 2074 MD5 7845aa1a4970b684e72f8eb251df8bfc gpg-agent-1.9.16.ebuild 2212 MD5 337c9671ff169f922ba7d007a3ceaae6 files/digest-gpg-agent-1.9.14 66 @@ -12,7 +12,7 @@ MD5 8c4a537dc8228a95208b0e227c93ed7d files/digest-gpg-agent-1.9.16 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCs3GJgIKl8Uu19MoRApbRAJsGi7zHLRjekxhUU3m/V4UDfpUdoQCfWOz3 -FZY2TUmGU7aGAsb0EHjLwHU= -=2VOS +iD8DBQFCvVL6mdTrptrqvGERAkNiAJ4zFYOn9TDZlNKSZ5lSfCdLRyw71gCeLb48 +kop2gfUsquW4FDnKZr2TEa8= +=zbv4 -----END PGP SIGNATURE----- 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> |