aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-09-19 09:58:43 +0200
committerJustin Lecher <jlec@gentoo.org>2013-09-19 09:58:43 +0200
commiteb9dd813bfc1f73fad5886309205d33bbf76c9d8 (patch)
treedb6f1a85929937d97808ec19460238b745175c1c /sci-chemistry
parentBump to 1.33 and solve issue #113 (diff)
downloadsci-eb9dd813bfc1f73fad5886309205d33bbf76c9d8.tar.gz
sci-eb9dd813bfc1f73fad5886309205d33bbf76c9d8.tar.bz2
sci-eb9dd813bfc1f73fad5886309205d33bbf76c9d8.zip
sci-chemistry/coot: Clean for latest HEAD
Package-Manager: portage-2.2.6
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/coot/ChangeLog3
-rw-r--r--sci-chemistry/coot/coot-9999.ebuild8
2 files changed, 4 insertions, 7 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog
index a8ab290f1..43da81892 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: $
+ 19 Sep 2013; Justin Lecher <jlec@gentoo.org> coot-9999.ebuild:
+ Clean for latest HEAD
+
28 Aug 2013; Justin Lecher <jlec@gentoo.org> coot-9999.ebuild:
Install missing syminfo, #482734
diff --git a/sci-chemistry/coot/coot-9999.ebuild b/sci-chemistry/coot/coot-9999.ebuild
index 3d39cf95a..dcebce6a6 100644
--- a/sci-chemistry/coot/coot-9999.ebuild
+++ b/sci-chemistry/coot/coot-9999.ebuild
@@ -18,7 +18,7 @@ MY_P=${PN}-${MY_PV}
DESCRIPTION="Crystallographic Object-Oriented Toolkit for model building, completion and validation"
HOMEPAGE="http://www.biop.ox.ac.uk/coot/"
-SRC_URI="test? ( http://www.biop.ox.ac.uk/coot/devel/greg-data.tar.gz )"
+SRC_URI="test? ( http://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/data/greg-data.tar.gz )"
ESVN_REPO_URI="http://coot.googlecode.com/svn/trunk"
SLOT="0"
@@ -175,9 +175,3 @@ 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
-}