summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-06-06 00:26:32 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-06-06 00:36:01 -0700
commite9ab01b9af865fe440c276ff788535c97cd71721 (patch)
treede5c32b3058981dab0d89a0135881a23a5365c34
parentapp-editors/kakoune: remove old (diff)
downloadgentoo-e9ab01b9af865fe440c276ff788535c97cd71721.tar.gz
gentoo-e9ab01b9af865fe440c276ff788535c97cd71721.tar.bz2
gentoo-e9ab01b9af865fe440c276ff788535c97cd71721.zip
dev-util/google-perftools: update metadata.xml
upstream release happening soon. take over the package. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--dev-util/google-perftools/metadata.xml49
1 files changed, 26 insertions, 23 deletions
diff --git a/dev-util/google-perftools/metadata.xml b/dev-util/google-perftools/metadata.xml
index d0d5d6f4d6af..2107df0319b5 100644
--- a/dev-util/google-perftools/metadata.xml
+++ b/dev-util/google-perftools/metadata.xml
@@ -1,27 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!--maintainer-needed-->
- <use>
- <flag name="largepages">
- Use (experimental) larger pages for tcmalloc, this increases
- memory usage, but should speed up the allocation/free
- operations.
- </flag>
- <flag name="debug">
- Build a set of libraries with debug support (so-called
- debugalloc). These are available by default but are not needed
- unless you're actually developing using tcmalloc.
- </flag>
- <flag name="minimal">
- Only build the tcmalloc_minimal library, ignoring the heap
- checker and the profilers.
- </flag>
- <flag name="optimisememory">
- To build libtcmalloc with smaller internal caches.
- </flag>
- </use>
- <upstream>
- <remote-id type="github">gperftools/gperftools</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>gyakovlev@gentoo.org</email>
+ <name>Georgy Yakovlev</name>
+ </maintainer>
+ <use>
+ <flag name="largepages">
+ Use (experimental) larger pages for tcmalloc, this increases
+ memory usage, but should speed up the allocation/free
+ operations.
+ </flag>
+ <flag name="debug">
+ Build a set of libraries with debug support (so-called
+ debugalloc). These are available by default but are not needed
+ unless you're actually developing using tcmalloc.
+ </flag>
+ <flag name="minimal">
+ Only build the tcmalloc_minimal library, ignoring the heap
+ checker and the profilers.
+ </flag>
+ <flag name="optimisememory">
+ To build libtcmalloc with smaller internal caches.
+ </flag>
+ </use>
+ <upstream>
+ <remote-id type="github">gperftools/gperftools</remote-id>
+ </upstream>
</pkgmetadata>