diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 15:40:29 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 15:40:36 -0500 |
commit | e2c66b56046b68e160bd8a3f235cc9b2893c7fee (patch) | |
tree | 87cbc722baad3aadf60df648e92893746d35fa9a /dev-libs/eina/metadata.xml | |
parent | x11-wm/enlightenment: version bump to 0.20.2 #570224 (diff) | |
download | gentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.tar.gz gentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.tar.bz2 gentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.zip |
enlightenment metadata.xml: standardize
Diffstat (limited to 'dev-libs/eina/metadata.xml')
-rw-r--r-- | dev-libs/eina/metadata.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-libs/eina/metadata.xml b/dev-libs/eina/metadata.xml index 76fbac87e982..aa9472293ab6 100644 --- a/dev-libs/eina/metadata.xml +++ b/dev-libs/eina/metadata.xml @@ -1,15 +1,15 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'> <pkgmetadata> <herd>enlightenment</herd> <use> - <flag name="mempool-buddy">Compile "buddy" memory pool allocation.</flag> - <flag name="mempool-chained-pool">Compile "chained-pool" memory pool allocation.</flag> - <flag name="mempool-fixed-bitmap">Compile "fixed-bitmap" memory pool allocation.</flag> - <flag name="mempool-one-big">Compile "one-big" memory pool allocation.</flag> - <flag name="mempool-pass-through">Compile "pass-through" (system's malloc) memory pool allocation.</flag> - <flag name="default-mempool">By default use system's allocator (pass-through) instead of custom choice for Eina's own data structures.</flag> - <flag name="valgrind">Compile in valgrind hints for smoother integration.</flag> + <flag name='mempool-buddy'>Compile 'buddy' memory pool allocation</flag> + <flag name='mempool-chained-pool'>Compile 'chained-pool' memory pool allocation</flag> + <flag name='mempool-fixed-bitmap'>Compile 'fixed-bitmap' memory pool allocation</flag> + <flag name='mempool-one-big'>Compile 'one-big' memory pool allocation</flag> + <flag name='mempool-pass-through'>Compile 'pass-through' (system's malloc) memory pool allocation</flag> + <flag name='default-mempool'>By default use system's allocator (pass-through) instead of custom choice for Eina's own data structures</flag> + <flag name='valgrind'>Compile in valgrind hints for smoother integration</flag> </use> <longdescription> Eina is a multi-platform library that provides optimized data types @@ -46,7 +46,7 @@ As for tools, it provides couple of convenience: * generic safety-checks system covering NULL pointers and other incorrect conditions with logging; - * "magic" type checking that check and logs if expected magic number + * 'magic' type checking that check and logs if expected magic number is incorrect; * easy to use and extensible memory allocators (mempools); |