summaryrefslogtreecommitdiff
path: root/gnustep-base
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-03 16:17:22 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-03 16:17:22 +0000
commit4cd2370bed609c118b6edfde5d3f116e5c35b897 (patch)
treeec58f2c41f49754e41521d5ebc9dce4597ddd0a5 /gnustep-base
parentf443475c824b4b5c086e6d040961cb35ad81bc60 (diff)
gentoo resync : 03.12.2017
Diffstat (limited to 'gnustep-base')
-rw-r--r--gnustep-base/Manifest.gzbin1721 -> 1718 bytes
-rw-r--r--gnustep-base/libobjc2/Manifest2
-rw-r--r--gnustep-base/libobjc2/metadata.xml36
3 files changed, 17 insertions, 21 deletions
diff --git a/gnustep-base/Manifest.gz b/gnustep-base/Manifest.gz
index 72dcc1f85efa..fdeedf49faad 100644
--- a/gnustep-base/Manifest.gz
+++ b/gnustep-base/Manifest.gz
Binary files differ
diff --git a/gnustep-base/libobjc2/Manifest b/gnustep-base/libobjc2/Manifest
index 4c2ec81d4b4b..92bbfe8c5da5 100644
--- a/gnustep-base/libobjc2/Manifest
+++ b/gnustep-base/libobjc2/Manifest
@@ -3,4 +3,4 @@ DIST libobjc2-1.8.1.tar.gz 173635 SHA256 472bd684070c4dc6e78293836f426c1c6981c38
DIST libobjc2-1.8.tar.gz 173512 SHA256 b11957c58a08b97f314b410bcafaa4eacabdc417e8e865e5b802a621c3147bbe SHA512 1562e42dc43a24c1655d02db7aa101a48a7b026bec23252c8eec3893fbac0d67368685291df0954ee79f07b92ecc13c68ee7c7b0f351428a31e99ed05ed2230d WHIRLPOOL 7bbbfee09b1c4e24cc08a6d2b70449343d1245677e68023a374490e6bd2548fe39600a5c61c3e0534aacd338e775a200f37160f177f2fee197f5fd36ba0eaaa4
EBUILD libobjc2-1.8.1.ebuild 967 BLAKE2B 2a889a88c29b8442f65361cbfbbc1bf2cda8323685ef3fa8c9643e46e34d523f1bafa4a663a9565426973c87c07cbb4d8e14ff0b10a46dab5c83c280ee8717ac SHA512 d7118b2b81816fd965251a3d19e246b1b6393c6f3fc8b83772dae17e3a61ea9be39f9714e8c4fbb26f861fafdb7f677bf8728a36cd4eaf252650b6c8a4f9ef20
EBUILD libobjc2-1.8.ebuild 967 BLAKE2B 2a889a88c29b8442f65361cbfbbc1bf2cda8323685ef3fa8c9643e46e34d523f1bafa4a663a9565426973c87c07cbb4d8e14ff0b10a46dab5c83c280ee8717ac SHA512 d7118b2b81816fd965251a3d19e246b1b6393c6f3fc8b83772dae17e3a61ea9be39f9714e8c4fbb26f861fafdb7f677bf8728a36cd4eaf252650b6c8a4f9ef20
-MISC metadata.xml 1323 BLAKE2B b14efede4d59f7666f1f52a8fecaee4f5859056218fdab642963c6c6a273a9d4b10c10cb7e1f012592a2fec159121f38529cfdd945ff874f025864414c96c08e SHA512 e40c62eeca3951d29105f5a77d3d635028cbda964731c1fc8664f45a622684a63d070d14cfb8c36ba6dcfeb80bf3f59b8a6b7994659b69647be0f9ede8d5563a
+MISC metadata.xml 1348 BLAKE2B b5eec1f6af50d0a90d62c6dce21fe14b6c20ec7d534ac49030bbc89bb2f5665af7d40750386f84d3aedb67802807e25ad04f824c7b6908e41a3de256c07dead3 SHA512 5adcc9a3d5527c5e86da2ae7884f334d68ebd884b26e9f0d3329af7c877921c90bef4f77d8c535c82102e3bacb5a199e5fd940471036004f66858850040ee936
diff --git a/gnustep-base/libobjc2/metadata.xml b/gnustep-base/libobjc2/metadata.xml
index fdf8cfb7ce10..b347a3b63481 100644
--- a/gnustep-base/libobjc2/metadata.xml
+++ b/gnustep-base/libobjc2/metadata.xml
@@ -6,27 +6,23 @@
<name>Gentoo GNUstep Project</name>
</maintainer>
<longdescription>
-The GNUstep Objective-C runtime is designed as a drop-in replacement for the
-GCC runtime. It supports both a legacy and a modern ABI, allowing code
-compiled with old versions of GCC to be supported without requiring
-recompilation. The modern ABI adds the following features:
+ The GNUstep Objective-C runtime is designed as a drop-in replacement for the
+ GCC runtime. It supports both a legacy and a modern ABI, allowing code
+ compiled with old versions of GCC to be supported without requiring
+ recompilation. The modern ABI adds the following features:
+ - Non-fragile instance variables.
+ - Protocol uniquing.
+ - Object planes support.
+ - Declared property introspection.
-- Non-fragile instance variables.
-- Protocol uniquing.
-- Object planes support.
-- Declared property introspection.
-
-Both ABIs support the following feature above and beyond the GCC runtime:
-
-- The modern Objective-C runtime APIs, introduced with OS X 10.5.
-- Blocks (closures).
-- Low memory profile for platforms where memory usage is more important than
- speed.
-- Synthesised property accessors.
-- Efficient support for @synchronized()
-- Type-dependent dispatch, eliminating stack corruption from mismatched
- selectors.
-</longdescription>
+ Both ABIs support the following feature above and beyond the GCC runtime:
+ - The modern Objective-C runtime APIs, introduced with OS X 10.5.
+ - Blocks (closures).
+ - Low memory profile for platforms where memory usage is more important than speed.
+ - Synthesised property accessors.
+ - Efficient support for @synchronized()
+ - Type-dependent dispatch, eliminating stack corruption from mismatched selectors.
+ </longdescription>
<use>
<flag name="boehm-gc">Enable Hans Boehm's garbage collector
(<pkg>dev-libs/boehm-gc</pkg>). Not recommended by upstream</flag>