From 551e00fc42ed21f6a6ff6129b5b85e64725d9665 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 12 Oct 2015 19:19:33 +0200 Subject: metadata: add slots element There seems to be some general confusion about specific package SLOTs and their meaning, since there can be several naming schemes applied and documentation is either non-existent or is inside the ebuild via comments. Because of that it should be part of metadata.xml. An example use case for media-libs/libpng would be: For building against. This is the only slot that provides headers and command line tools. For binary compatibility, provides libpng12.so.0. For binary compatibility, provides libpng15.so.15. Represent ABI compatibility for libpng.so. For packages like x11-libs/wxGTK one could write: Major versions. --- metadata.dtd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'metadata.dtd') diff --git a/metadata.dtd b/metadata.dtd index ff2649c..4b29f3b 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -5,7 +5,7 @@ - + @@ -20,6 +20,15 @@ + + + + + + + + + @@ -79,6 +88,7 @@ language "C" or "en", which is equivalent --> +