summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-08-28 08:13:03 +0000
committerJustin Lecher <jlec@gentoo.org>2013-08-28 08:13:03 +0000
commitef87e1ae80f8829d18b5b30058aac0512f15fe29 (patch)
treed47260223790379a6a4f5b10694455815de78d98 /sci-chemistry
parentUse pure ln to fix path for PREFIX (diff)
downloadgentoo-2-ef87e1ae80f8829d18b5b30058aac0512f15fe29.tar.gz
gentoo-2-ef87e1ae80f8829d18b5b30058aac0512f15fe29.tar.bz2
gentoo-2-ef87e1ae80f8829d18b5b30058aac0512f15fe29.zip
sci-chemistry/coot: Install missing syminfo, #482734
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/coot/ChangeLog8
-rw-r--r--sci-chemistry/coot/coot-0.7.1-r1.ebuild (renamed from sci-chemistry/coot/coot-0.7.1.ebuild)8
2 files changed, 14 insertions, 2 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
index 98e8b7a8505b..8931393519a5 100644
--- a/sci-chemistry/coot/ChangeLog
+++ b/sci-chemistry/coot/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/coot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.57 2013/08/27 11:46:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.58 2013/08/28 08:13:03 jlec Exp $
+
+*coot-0.7.1-r1 (28 Aug 2013)
+
+ 28 Aug 2013; Justin Lecher <jlec@gentoo.org> -coot-0.7.1.ebuild,
+ +coot-0.7.1-r1.ebuild:
+ Install missing syminfo, #482734
27 Aug 2013; Justin Lecher <jlec@gentoo.org> coot-0.7.1.ebuild:
Reenable test
diff --git a/sci-chemistry/coot/coot-0.7.1.ebuild b/sci-chemistry/coot/coot-0.7.1-r1.ebuild
index 56d608607668..d4a088fd3afa 100644
--- a/sci-chemistry/coot/coot-0.7.1.ebuild
+++ b/sci-chemistry/coot/coot-0.7.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.1.ebuild,v 1.2 2013/08/27 11:46:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.1-r1.ebuild,v 1.1 2013/08/28 08:13:03 jlec Exp $
EAPI=5
@@ -165,3 +165,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
+}