diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-06-04 16:04:59 -0700 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-06-04 16:04:59 -0700 |
commit | 9b15ff971de42690492d87a18d8b73dbea708485 (patch) | |
tree | 3e6682d39457d74083f72255d8cec31fdcf51c0c /sci-chemistry | |
parent | Add burrow-owl NMR package, and its new guile deps, bumps and patches. (diff) | |
download | dberkholz-9b15ff971de42690492d87a18d8b73dbea708485.tar.gz dberkholz-9b15ff971de42690492d87a18d8b73dbea708485.tar.bz2 dberkholz-9b15ff971de42690492d87a18d8b73dbea708485.zip |
Coot: delete old snapshot, newer version's in portage.
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/coot/Manifest | 8 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.1.3_pre1_p1421.ebuild | 94 | ||||
-rw-r--r-- | sci-chemistry/coot/files/digest-coot-0.1.3_pre1_p1421 | 3 |
3 files changed, 0 insertions, 105 deletions
diff --git a/sci-chemistry/coot/Manifest b/sci-chemistry/coot/Manifest deleted file mode 100644 index d1c306a..0000000 --- a/sci-chemistry/coot/Manifest +++ /dev/null @@ -1,8 +0,0 @@ -DIST coot-0.1.3-pre-1-revision-1421.tar.gz 3001708 RMD160 a43267b0538d221196bb7cfd47d9323cdd170905 SHA1 4efd06c0cd7e0cfde825cc88b6736b8ce114978c SHA256 994406813059171e7c6cd54cf067097845e3101694935e02c71d34b06351aa28 -EBUILD coot-0.1.3_pre1_p1421.ebuild 2421 RMD160 16c043ecfb3dd336f412d1068fda23ef276677ab SHA1 7d6ec31e3bb7cce8f797f9d6de43cb0f0743719f SHA256 2bda7be677b9335523fdf90508be29ee7c4c0e599f247e1b965fdcf4fcb55b9a -MD5 fa7636bed4d7fcb1a99cf77b53470e08 coot-0.1.3_pre1_p1421.ebuild 2421 -RMD160 16c043ecfb3dd336f412d1068fda23ef276677ab coot-0.1.3_pre1_p1421.ebuild 2421 -SHA256 2bda7be677b9335523fdf90508be29ee7c4c0e599f247e1b965fdcf4fcb55b9a coot-0.1.3_pre1_p1421.ebuild 2421 -MD5 64544b6f4da1a5a26f3f34c0a0f8fb20 files/digest-coot-0.1.3_pre1_p1421 295 -RMD160 5ce32e4867f5e63d0d01ad877c701a2f888702b8 files/digest-coot-0.1.3_pre1_p1421 295 -SHA256 ca26059fb143af81a709998e866c1c26a84fcae686264036dc9424e21f58a307 files/digest-coot-0.1.3_pre1_p1421 295 diff --git a/sci-chemistry/coot/coot-0.1.3_pre1_p1421.ebuild b/sci-chemistry/coot/coot-0.1.3_pre1_p1421.ebuild deleted file mode 100644 index 5030aac..0000000 --- a/sci-chemistry/coot/coot-0.1.3_pre1_p1421.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.1.2.ebuild,v 1.2 2006/09/26 08:01:53 dberkholz Exp $ - -inherit autotools - -MY_BASE_PV=${PV/_pre/-pre-} -MY_PV=${MY_BASE_PV%_p*} -MY_SRC_PV=${MY_BASE_PV/_p/-revision-} -MY_P="${PN}-${MY_PV}" -MY_SRC_P="${PN}-${MY_SRC_PV}" - -DESCRIPTION="Crystallographic Object-Oriented Toolkit for model building, completion and validation" -HOMEPAGE="http://www.ysbl.york.ac.uk/~emsley/coot/" -RESTRICT="mirror" -if [[ ${MY_PV} = *pre* ]]; then - SRC_URI="http://www.ysbl.york.ac.uk/~emsley/software/pre-release/${MY_SRC_P}.tar.gz" -else - SRC_URI="http://www.ysbl.york.ac.uk/~emsley/software/${MY_P}.tar.gz" -fi -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="" -RDEPEND=">=sci-libs/gsl-1.3 - =dev-libs/glib-1.2* - =x11-libs/gtkglarea-1.2* - x11-libs/gtkglext - virtual/glut - virtual/opengl - sci-chemistry/ccp4 - dev-lang/python - x11-libs/gtk-canvas - dev-lang/python - x11-libs/guile-gtk - dev-scheme/guile-gui - dev-scheme/net-http - dev-scheme/goosh - dev-scheme/guile-www - sci-libs/coot-data - sci-chemistry/reduce - sci-chemistry/probe" -DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - # Link against single-precision fftw - sed -i \ - -e "s:lfttw:lsfttw:g" \ - -e "s:lrfttw:lsrfttw:g" \ - "${S}"/macros/clipper.m4 - - # Don't install setup scripts, they're only needed for nonstandard prefixes - sed -i \ - -e "s:^\(setup.*\):#\1:g" \ - -e "s:.*\(bin_.*\):\1:g" \ - "${S}"/setup/Makefile.am - - # Fix where it looks for some binaries - sed -i \ - -e "s:/y/people/emsley/coot/Linux/bin/probe.2.11.050121.linux.RH9:${ROOT}usr/bin/probe:g" \ - -e "s:/y/people/emsley/coot/Linux/bin/reduce.2.21.030604:${ROOT}usr/bin/reduce:g" \ - "${S}"/scheme/group-settings.scm - - cd "${S}" - AT_M4DIR="macros" eautoreconf -} - -src_compile() { - # All the --with's are used to activate various parts. - # Yes, this is broken behavior. - econf \ - --includedir='${prefix}/include/coot' \ - --with-gtkcanvas-prefix=/usr \ - --with-clipper-prefix=/usr \ - --with-mmdb-prefix=/usr \ - --with-ssmlib-prefix=/usr \ - --with-guile=/usr \ - --with-python=/usr \ - || die "econf failed" - - # Parallel build's broken - emake -j1 || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - - # Install misses this - insinto /usr/share/coot/python - doins "${S}"/src/coot.py -} diff --git a/sci-chemistry/coot/files/digest-coot-0.1.3_pre1_p1421 b/sci-chemistry/coot/files/digest-coot-0.1.3_pre1_p1421 deleted file mode 100644 index 3a663d6..0000000 --- a/sci-chemistry/coot/files/digest-coot-0.1.3_pre1_p1421 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0772a29257a93426ed456c0b23624875 coot-0.1.3-pre-1-revision-1421.tar.gz 3001708 -RMD160 a43267b0538d221196bb7cfd47d9323cdd170905 coot-0.1.3-pre-1-revision-1421.tar.gz 3001708 -SHA256 994406813059171e7c6cd54cf067097845e3101694935e02c71d34b06351aa28 coot-0.1.3-pre-1-revision-1421.tar.gz 3001708 |