diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-15 09:57:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-15 10:01:02 +0200 |
commit | c31c2cfb206397594b88505c709d2f7fca288cc5 (patch) | |
tree | af3b3e924597c508e247cef3582e6d85fb16fc91 /sci-biology | |
parent | sci-chemistry/ambertools: Remove last-rited pkg, #612740 (diff) | |
download | gentoo-c31c2cfb206397594b88505c709d2f7fca288cc5.tar.gz gentoo-c31c2cfb206397594b88505c709d2f7fca288cc5.tar.bz2 gentoo-c31c2cfb206397594b88505c709d2f7fca288cc5.zip |
sci-biology/mammoth: Remove last-rited pkg, #612738
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/mammoth/Manifest | 1 | ||||
-rw-r--r-- | sci-biology/mammoth/files/1.0-consistent-system-intrinsic.patch | 21 | ||||
-rw-r--r-- | sci-biology/mammoth/mammoth-1.0-r1.ebuild | 42 | ||||
-rw-r--r-- | sci-biology/mammoth/metadata.xml | 8 |
4 files changed, 0 insertions, 72 deletions
diff --git a/sci-biology/mammoth/Manifest b/sci-biology/mammoth/Manifest deleted file mode 100644 index 584405eb5350..000000000000 --- a/sci-biology/mammoth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mammoth-1.0-src.tgz 319617 SHA256 7a21bc47db4a47cc5ebeeb4c46761a79eece0a802104a3d6189f388a03e59de2 diff --git a/sci-biology/mammoth/files/1.0-consistent-system-intrinsic.patch b/sci-biology/mammoth/files/1.0-consistent-system-intrinsic.patch deleted file mode 100644 index 63bf9f246750..000000000000 --- a/sci-biology/mammoth/files/1.0-consistent-system-intrinsic.patch +++ /dev/null @@ -1,21 +0,0 @@ -http://gcc.gnu.org/onlinedocs/gcc-4.2.2/gfortran/SYSTEM.html#SYSTEM - -This intrinsic is provided in both subroutine and function forms; -however, only one form can be used in any given program unit. - ---- src/6apply_rot_tras.f.orig 2007-12-10 00:51:35.000000000 -0800 -+++ src/6apply_rot_tras.f 2007-12-10 00:55:07.000000000 -0800 -@@ -47,11 +47,11 @@ - endif - - -- call system ('echo $PWD > junk1') -+ i = system ('echo $PWD > junk1') - open(unit=21,file='junk1') - read(21,'(a340)', end=7) path - 7 close(21) -- call system ('rm -f junk1') -+ i = system ('rm -f junk1') - - c write(6,*)'my path is ', path - c write(6,*)tras1,tras2,tras3, diff --git a/sci-biology/mammoth/mammoth-1.0-r1.ebuild b/sci-biology/mammoth/mammoth-1.0-r1.ebuild deleted file mode 100644 index 3ec450753773..000000000000 --- a/sci-biology/mammoth/mammoth-1.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils fortran-2 flag-o-matic toolchain-funcs - -MY_P="${P}-src" - -DESCRIPTION="MAtching Molecular Models Obtained from THeory" -HOMEPAGE="https://ub.cbm.uam.es/software/software.php" -SRC_URI="${MY_P}.tgz" - -LICENSE="mammoth" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT="fetch" - -S=${WORKDIR}/${MY_P} - -pkg_nofetch() { - einfo "Download the source code for MAMMOTH from" - einfo "${HOMEPAGE}" - einfo "and place it in ${DISTDIR}" -} - -src_prepare() { - # Broken with gfortran without this patch - epatch "${FILESDIR}"/${PV}-consistent-system-intrinsic.patch - - case $(tc-getFC) in - g77) append-fflags -ffixed-line-length-none ;; - gfortran) append-fflags -ffixed-line-length-none ;; - esac - - # It comes with a custom-modified configure for some reason, - # which forces you to pass in the Fortran compiler as a parameter. - # Let's do the standard stuff instead. - eautoreconf -} diff --git a/sci-biology/mammoth/metadata.xml b/sci-biology/mammoth/metadata.xml deleted file mode 100644 index 959160fe46b1..000000000000 --- a/sci-biology/mammoth/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-biology@gentoo.org</email> - <name>Gentoo Biology Project</name> - </maintainer> -</pkgmetadata> |