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 D6D821381F3 for ; Wed, 28 Aug 2013 08:17:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B3F0E0BEA; Wed, 28 Aug 2013 08:17:56 +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 0C594E0BEA for ; Wed, 28 Aug 2013 08:17:55 +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 257CD33EC5E for ; Wed, 28 Aug 2013 08:17:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 789DBE468F for ; Wed, 28 Aug 2013 08:17:53 +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: <1377677860.d3fd5949d5d2df79c5e81bed023f03e9906e5739.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/coot/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/coot/ChangeLog sci-chemistry/coot/coot-9999.ebuild X-VCS-Directories: sci-chemistry/coot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d3fd5949d5d2df79c5e81bed023f03e9906e5739 X-VCS-Branch: master Date: Wed, 28 Aug 2013 08:17:53 +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: 7ba7bb6d-f090-4642-8d5d-a908dbbd34c5 X-Archives-Hash: 4e08018c02e92d5efea480cffad92ad0 commit: d3fd5949d5d2df79c5e81bed023f03e9906e5739 Author: Justin Lecher gentoo org> AuthorDate: Wed Aug 28 08:13:57 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Aug 28 08:17:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d3fd5949 sci-chemistry/coot: Install missing syminfo, #482734 Package-Manager: portage-2.2.1 --- sci-chemistry/coot/ChangeLog | 3 +++ sci-chemistry/coot/coot-9999.ebuild | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index 54fba79..a8ab290 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Aug 2013; Justin Lecher coot-9999.ebuild: + Install missing syminfo, #482734 + 27 Aug 2013; Justin Lecher files/9999-pc.patch: Fix pc patch diff --git a/sci-chemistry/coot/coot-9999.ebuild b/sci-chemistry/coot/coot-9999.ebuild index c8831ad..3d39cf9 100644 --- a/sci-chemistry/coot/coot-9999.ebuild +++ b/sci-chemistry/coot/coot-9999.ebuild @@ -175,3 +175,9 @@ src_test() { "${S}"/src/coot-real --no-graphics --script command-line-greg.scm || die "${S}"/src/coot-real --no-graphics --script python-tests/coot_unittest.py || die } + +src_install() { + autotools-utils_src_install + insinto /usr/share/${PN} + doins syminfo.lib +}