Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-base/libobjc2/
Date: Sat, 02 Dec 2017 11:29:06
Message-Id: 1512214133.321e690348a96825b038450da15feaadfab1674b.soap@gentoo
1 commit: 321e690348a96825b038450da15feaadfab1674b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 11:25:16 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 11:28:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321e6903
7
8 gnustep-base/libobjc2: [QA] Consistent whitespace in metadata.xml
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 gnustep-base/libobjc2/metadata.xml | 36 ++++++++++++++++--------------------
13 1 file changed, 16 insertions(+), 20 deletions(-)
14
15 diff --git a/gnustep-base/libobjc2/metadata.xml b/gnustep-base/libobjc2/metadata.xml
16 index fdf8cfb7ce1..b347a3b6348 100644
17 --- a/gnustep-base/libobjc2/metadata.xml
18 +++ b/gnustep-base/libobjc2/metadata.xml
19 @@ -6,27 +6,23 @@
20 <name>Gentoo GNUstep Project</name>
21 </maintainer>
22 <longdescription>
23 -The GNUstep Objective-C runtime is designed as a drop-in replacement for the
24 -GCC runtime. It supports both a legacy and a modern ABI, allowing code
25 -compiled with old versions of GCC to be supported without requiring
26 -recompilation. The modern ABI adds the following features:
27 + The GNUstep Objective-C runtime is designed as a drop-in replacement for the
28 + GCC runtime. It supports both a legacy and a modern ABI, allowing code
29 + compiled with old versions of GCC to be supported without requiring
30 + recompilation. The modern ABI adds the following features:
31 + - Non-fragile instance variables.
32 + - Protocol uniquing.
33 + - Object planes support.
34 + - Declared property introspection.
35
36 -- Non-fragile instance variables.
37 -- Protocol uniquing.
38 -- Object planes support.
39 -- Declared property introspection.
40 -
41 -Both ABIs support the following feature above and beyond the GCC runtime:
42 -
43 -- The modern Objective-C runtime APIs, introduced with OS X 10.5.
44 -- Blocks (closures).
45 -- Low memory profile for platforms where memory usage is more important than
46 - speed.
47 -- Synthesised property accessors.
48 -- Efficient support for @synchronized()
49 -- Type-dependent dispatch, eliminating stack corruption from mismatched
50 - selectors.
51 -</longdescription>
52 + Both ABIs support the following feature above and beyond the GCC runtime:
53 + - The modern Objective-C runtime APIs, introduced with OS X 10.5.
54 + - Blocks (closures).
55 + - Low memory profile for platforms where memory usage is more important than speed.
56 + - Synthesised property accessors.
57 + - Efficient support for @synchronized()
58 + - Type-dependent dispatch, eliminating stack corruption from mismatched selectors.
59 + </longdescription>
60 <use>
61 <flag name="boehm-gc">Enable Hans Boehm's garbage collector
62 (<pkg>dev-libs/boehm-gc</pkg>). Not recommended by upstream</flag>