From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A6A43138664 for ; Thu, 24 Jan 2013 22:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86525E06B0; Thu, 24 Jan 2013 22:40:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94A2DE06B0 for ; Thu, 24 Jan 2013 22:40:26 +0000 (UTC) Received: from pomiocik.lan (77-254-91-27.adsl.inetia.pl [77.254.91.27]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id B12ED33D73B; Thu, 24 Jan 2013 22:40:24 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-python@lists.gentoo.org Cc: python@gentoo.org Subject: [gentoo-python] python-utils-r1: introduce python_doheader() to install headers Date: Thu, 24 Jan 2013 23:40:47 +0100 Message-Id: <1359067249-28911-1-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.8.1.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 6b20a1ce-e60c-4138-be89-2d2d98c8c501 X-Archives-Hash: 157cc6abce99e8c3cd06a36054b2d14a Following my invalid use of insinto with python_get_includedir in the dev-python/imaging ebuild, I am proposing adding a dedicated function to install headers into python-specific includedir. python_doinclude foo.h bar.h And that's it. Clean, simple and sane.