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 64B6E13827E for ; Sun, 8 Dec 2013 17:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31A50E09E8; Sun, 8 Dec 2013 17:39:30 +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 BD208E09DB for ; Sun, 8 Dec 2013 17:39:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00E4C33F4E4 for ; Sun, 8 Dec 2013 17:39:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AB015E55FA for ; Sun, 8 Dec 2013 17:39:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1386524208.d748dcb0369b8551d9b5e9f75c03c2147188568b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/xraylib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/xraylib/xraylib-2.16.0.ebuild X-VCS-Directories: sci-libs/xraylib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d748dcb0369b8551d9b5e9f75c03c2147188568b X-VCS-Branch: master Date: Sun, 8 Dec 2013 17:39:27 +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: 0c6404d6-a86b-4041-af8c-afb1d67d4805 X-Archives-Hash: c59264d8a12571baf06f026c487b2920 commit: d748dcb0369b8551d9b5e9f75c03c2147188568b Author: Chris Kerr cam ac uk> AuthorDate: Tue Dec 3 17:25:18 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 8 17:36:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d748dcb0 Explicitly calling relevant pkg_* functions from other eclasses --- sci-libs/xraylib/xraylib-2.16.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/xraylib/xraylib-2.16.0.ebuild b/sci-libs/xraylib/xraylib-2.16.0.ebuild index ba4bf29..90f3da6 100644 --- a/sci-libs/xraylib/xraylib-2.16.0.ebuild +++ b/sci-libs/xraylib/xraylib-2.16.0.ebuild @@ -34,11 +34,14 @@ S="${WORKDIR}/${PN}-${P}" DOCS=(AUTHORS BUGS Changelog README TODO) pkg_setup() { + fortran-2_pkg_setup + java-pkg-opt-2_pkg_setup python-single-r1_pkg_setup } src_prepare() { autotools-utils_src_prepare + java-pkg-opt-2_src_prepare } src_configure() { @@ -64,8 +67,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install - dodoc ${DOCS} + autotools-utils_src_install if use examples; then insinto /usr/share/doc/${PF}/examples