aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-13 21:30:44 +0200
committerUlrich Müller <ulm@gentoo.org>2014-05-13 21:30:44 +0200
commit41e625daa4be537f934ba50276a97c97b7f3fd85 (patch)
tree67973c58fbdbdbe439b18e3fad6a47afdfb28e2f /ebuild-writing/common-mistakes
parentsrc_install: Fix two instances where the language presumed ordered EAPIs. (diff)
downloaddevmanual-41e625daa4be537f934ba50276a97c97b7f3fd85.tar.gz
devmanual-41e625daa4be537f934ba50276a97c97b7f3fd85.tar.bz2
devmanual-41e625daa4be537f934ba50276a97c97b7f3fd85.zip
Revert "add "Pkgconfig files" section wrt #445130"
This reverts commit b0a519807f82c2190129dfa662922c8b061eb368. Per 2014-05-13 council decision. Conflicts: ebuild-writing/common-mistakes/text.xml
Diffstat (limited to 'ebuild-writing/common-mistakes')
-rw-r--r--ebuild-writing/common-mistakes/text.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index 3663eea..db851a2 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -400,23 +400,6 @@ running <c>dodoc</c>/<c>doins</c>.
</subsection>
<subsection>
-<title>Pkgconfig files</title>
-<body>
-
-<p>
-Pkgconfig files (foo.pc) are common interfaces to standardize access to libraries
-across distros. It is important that these are never modified, created or renamed
-anywhere except upstream. Report bugs, write patches and send them upstream, but
-don't mess with them in your ebuild unless it's a trivial (like adding libsuffix)
-or unavoidable fix (which should be discussed with other devs first).</p>
-<p>
-Ignoring this policy can result in breakage for other distros and also breaks
-the purpose of this interface, because it is not reliable anymore.
-</p>
-</body>
-</subsection>
-
-<subsection>
<title>Masking unsupported/broken USE flags</title>
<body>
<p>