diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-22 13:09:37 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-22 13:09:37 +0000 |
commit | fd6b53400da5697121a1cfffb0b55e42c074b13e (patch) | |
tree | 1f909e4f0e6a78bf7c751fe2fc1ac91ddc596707 /dev-util | |
parent | Removing hawking as a maintainer since he was retired. Fixed some QA warnings. (diff) | |
download | gentoo-2-fd6b53400da5697121a1cfffb0b55e42c074b13e.tar.gz gentoo-2-fd6b53400da5697121a1cfffb0b55e42c074b13e.tar.bz2 gentoo-2-fd6b53400da5697121a1cfffb0b55e42c074b13e.zip |
Removing hawking as a maintainer since he was retired.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ccmalloc/Manifest | 12 | ||||
-rw-r--r-- | dev-util/ccmalloc/metadata.xml | 26 |
2 files changed, 13 insertions, 25 deletions
diff --git a/dev-util/ccmalloc/Manifest b/dev-util/ccmalloc/Manifest index 1edf665eeef8..213a3ea4e312 100644 --- a/dev-util/ccmalloc/Manifest +++ b/dev-util/ccmalloc/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - DIST ccmalloc-0.4.0.tar.gz 57917 RMD160 028a80c6b13600106acb0c6200b6c5978ec0d653 SHA1 69eacf1cbda8b8b0278c77381f8998d5d869830d SHA256 b4953cf8c2f4477ec2a5e8884308393826793df072aeef9edf2bac8d24a33bd3 EBUILD ccmalloc-0.4.0-r1.ebuild 1024 RMD160 6ab57e98ab437c90f33607cd4768b7e10e001967 SHA1 0613e5c807b05de59bde4e2ff7d62925765d57d3 SHA256 ac7c19084827e1e30f9c1a92d4d85c1ddfa5d73b67591cf0dd25d0db948231fc MISC ChangeLog 1002 RMD160 b688675c77eef8577f0f00bc47ff6f401f9a9b2c SHA1 d3f909940bed3238f57ecb4e7adfc49ab9e8b720 SHA256 00b2616dd571c7c6ade5705ef300f10c940d92cfbb52aad563993064add7dd72 -MISC metadata.xml 748 RMD160 8c318521428786c60645587c4053b2695d23fa3a SHA1 d33802b64db365f5794b783b06ac775df4c7ff03 SHA256 b6f9a85be1ac2874fff3876147f426bb4ef3e2a629a2a2d055c8331936f9b48e ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.9 (GNU/Linux) - -iEYEARECAAYFAkj8k8EACgkQQU4yORhF8iD+bACgqDOtdqwTCLQZ0iW4XDgJQ+Sk -oTwAoMPK0Yn/0N+GPthf6zteCXtHIGjr -=hGr2 ------END PGP SIGNATURE----- +MISC metadata.xml 749 RMD160 19b4a73ec80969b664ee44295ec0543698a9d8b6 SHA1 d1997f31bd2bd97e20a2cebf1317a3295e533eaf SHA256 ab6c2d08e4624e728d8a3bd71f41fc31ecd15cae27e96cd83477be798973055c diff --git a/dev-util/ccmalloc/metadata.xml b/dev-util/ccmalloc/metadata.xml index a6af7fb2c607..5fcee55be84b 100644 --- a/dev-util/ccmalloc/metadata.xml +++ b/dev-util/ccmalloc/metadata.xml @@ -1,18 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>hawking@gentoo.org</email> - <name>Ali Polatel</name> - </maintainer> - <longdescription lang="en"> - If you want to remove memory leaks from your C or C++ programs or you - experience strange bugs, probably due to pointer access to freed data, - then ccmalloc may be the right tool for you. In general it can help you - to track down memory related problems with C and C++ programs. It does - not replace more sophistacted tools such as purify or valgrind, since it - can not detect illegal memory reads, at least not all type of memory reads. - </longdescription> + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + If you want to remove memory leaks from your C or C++ programs or you + experience strange bugs, probably due to pointer access to freed data, + then ccmalloc may be the right tool for you. In general it can help you + to track down memory related problems with C and C++ programs. It does + not replace more sophistacted tools such as purify or valgrind, since it + can not detect illegal memory reads, at least not all type of memory reads. + </longdescription> </pkgmetadata> - |