summaryrefslogtreecommitdiff
path: root/gnustep-base/libobjc2/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /gnustep-base/libobjc2/metadata.xml
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'gnustep-base/libobjc2/metadata.xml')
-rw-r--r--gnustep-base/libobjc2/metadata.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/gnustep-base/libobjc2/metadata.xml b/gnustep-base/libobjc2/metadata.xml
deleted file mode 100644
index b347a3b63481..000000000000
--- a/gnustep-base/libobjc2/metadata.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnustep@gentoo.org</email>
- <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:
- - 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>
- <use>
- <flag name="boehm-gc">Enable Hans Boehm's garbage collector
- (<pkg>dev-libs/boehm-gc</pkg>). Not recommended by upstream</flag>
- </use>
- <upstream>
- <remote-id type="github">gnustep/libobjc2</remote-id>
- </upstream>
-</pkgmetadata>