diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-01-28 00:55:11 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-01-28 00:55:11 +0000 |
commit | 0349af4b609d9e7d92bc021c514b4d3f67fa09cd (patch) | |
tree | c6ae29de1a594e0d8157f997bd0f9d36ec701017 /dev-util/ccmalloc | |
parent | Patch FindFlac.cmake. This is needed for kdemultimedia-kioslaves when built w... (diff) | |
download | gentoo-2-0349af4b609d9e7d92bc021c514b4d3f67fa09cd.tar.gz gentoo-2-0349af4b609d9e7d92bc021c514b4d3f67fa09cd.tar.bz2 gentoo-2-0349af4b609d9e7d92bc021c514b4d3f67fa09cd.zip |
Add myself as maintainer, quoting.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util/ccmalloc')
-rw-r--r-- | dev-util/ccmalloc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/ccmalloc/ccmalloc-0.4.0.ebuild | 6 | ||||
-rw-r--r-- | dev-util/ccmalloc/metadata.xml | 6 |
3 files changed, 13 insertions, 7 deletions
diff --git a/dev-util/ccmalloc/ChangeLog b/dev-util/ccmalloc/ChangeLog index 209fd880744f..8715b2322b00 100644 --- a/dev-util/ccmalloc/ChangeLog +++ b/dev-util/ccmalloc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/ccmalloc -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccmalloc/ChangeLog,v 1.3 2007/12/25 12:57:29 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccmalloc/ChangeLog,v 1.4 2008/01/28 00:55:11 hawking Exp $ + + 28 Jan 2008; Ali Polatel <hawking@gentoo.org> metadata.xml, + ccmalloc-0.4.0.ebuild: + Add myself as maintainer, quoting. 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing dholm from metadata.xml as per #24623. Assigning to maintainer-needed. diff --git a/dev-util/ccmalloc/ccmalloc-0.4.0.ebuild b/dev-util/ccmalloc/ccmalloc-0.4.0.ebuild index 0e15fbd003eb..5c9caaa00ea5 100644 --- a/dev-util/ccmalloc/ccmalloc-0.4.0.ebuild +++ b/dev-util/ccmalloc/ccmalloc-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccmalloc/ccmalloc-0.4.0.ebuild,v 1.1 2004/11/10 08:42:06 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccmalloc/ccmalloc-0.4.0.ebuild,v 1.2 2008/01/28 00:55:11 hawking Exp $ inherit eutils @@ -22,6 +22,6 @@ src_compile() { } src_install() { - einstall PREFIX=${D}/usr || die "einstall failed" + einstall PREFIX="${D}"/usr || die "einstall failed" dodoc BUGS FEATURES NEWS README TODO USAGE VERSION } diff --git a/dev-util/ccmalloc/metadata.xml b/dev-util/ccmalloc/metadata.xml index 6045d8ac1121..a6af7fb2c607 100644 --- a/dev-util/ccmalloc/metadata.xml +++ b/dev-util/ccmalloc/metadata.xml @@ -3,9 +3,10 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>maintainer-needed@gentoo.org</email> + <email>hawking@gentoo.org</email> + <name>Ali Polatel</name> </maintainer> - <longdescription> + <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 @@ -14,3 +15,4 @@ can not detect illegal memory reads, at least not all type of memory reads. </longdescription> </pkgmetadata> + |