commit: 41e625daa4be537f934ba50276a97c97b7f3fd85
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 19:30:44 2014 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 13 19:30:44 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=41e625da
Revert "add "Pkgconfig files" section wrt #445130"
This reverts commit b0a519807f82c2190129dfa662922c8b061eb368.
Per 2014-05-13 council decision.
Conflicts:
ebuild-writing/common-mistakes/text.xml
---
ebuild-writing/common-mistakes/text.xml | 17 -----------------
1 file changed, 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>