dev-libs/libmaa: Remove invalid <pkg/> uses in metadata.xml
authorMichał Górny <mgorny@gentoo.org>
Fri, 18 Mar 2016 18:30:18 +0000 (19:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 18 Mar 2016 19:10:41 +0000 (20:10 +0100)
Remove the uses of <pkg/> that referenced the package using unqualified
name. The elements could be fixed to use qualified names -- however, by
definition they are intended to be used for cross-linking, and there is
no point in linking the package to itself.

dev-libs/libmaa/metadata.xml

index 6c2bf45ae27ffeffc95e150d91fba70c0a395f85..d75fa6bebf3782a9e835b6777af1d0835d0b1229 100644 (file)
@@ -3,9 +3,9 @@
 <pkgmetadata>
        <!-- maintainer-needed -->
        <longdescription lang="en">
-  The <pkg>libmaa</pkg> library provides many low-level data structures which
+  The libmaa library provides many low-level data structures which
   are helpful for writing compilers, including hash tables, sets, lists,
-  debugging support, and memory management. Although <pkg>libmaa</pkg> was
+  debugging support, and memory management. Although libmaa was
   designed and implemented as a foundation for the KHEPERA Transformation
   System, the data structures are generally applicable to a wide range of
   programming problems. The memory management routines are especially helpful