From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C3BDB1381FA for ; Tue, 13 May 2014 19:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 485C7E09E4; Tue, 13 May 2014 19:32:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2094E09E4 for ; Tue, 13 May 2014 19:32:30 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7E6033FB4C for ; Tue, 13 May 2014 19:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 80A02181A9 for ; Tue, 13 May 2014 19:32:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1400009444.41e625daa4be537f934ba50276a97c97b7f3fd85.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/common-mistakes/text.xml X-VCS-Directories: ebuild-writing/common-mistakes/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 41e625daa4be537f934ba50276a97c97b7f3fd85 X-VCS-Branch: master Date: Tue, 13 May 2014 19:32:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4a7bdf68-9df3-4abf-9921-29c729aabb1c X-Archives-Hash: e8162250dea05918c6396c2fc16110a8 commit: 41e625daa4be537f934ba50276a97c97b7f3fd85 Author: Ulrich Müller gentoo org> AuthorDate: Tue May 13 19:30:44 2014 +0000 Commit: Ulrich Müller gentoo 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 dodoc/doins. -Pkgconfig files - - -

-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).

-

-Ignoring this policy can result in breakage for other distros and also breaks -the purpose of this interface, because it is not reliable anymore. -

- -
- - Masking unsupported/broken USE flags