diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-03-16 21:37:42 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-03-16 21:42:40 +0100 |
commit | 472fab9b87dbf201a78ea0a07a77fbe323433715 (patch) | |
tree | d4f099a5233f4b96c5635dd79b7f8dbc34e2494a /sci-libs | |
parent | net-analyzer/nessus-client: Drop old (diff) | |
download | gentoo-472fab9b87dbf201a78ea0a07a77fbe323433715.tar.gz gentoo-472fab9b87dbf201a78ea0a07a77fbe323433715.tar.bz2 gentoo-472fab9b87dbf201a78ea0a07a77fbe323433715.zip |
sci-libs/parmgridgen: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/parmgridgen/parmgridgen-1.0.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sci-libs/parmgridgen/parmgridgen-1.0.ebuild b/sci-libs/parmgridgen/parmgridgen-1.0.ebuild deleted file mode 100644 index 04b93b89793d..000000000000 --- a/sci-libs/parmgridgen/parmgridgen-1.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit eutils autotools - -MYP=ParMGridGen-${PV} - -DESCRIPTION="Software for parallel (mpi) generating coarse grids" -HOMEPAGE="http://www-users.cs.umn.edu/~moulitsa/software.html" -SRC_URI="http://www-users.cs.umn.edu/~moulitsa/download/${MYP}.tar.gz" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="amd64 x86" -RESTRICT="mirror bindist" - -DEPEND="virtual/mpi" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MYP} - -pkg_setup(){ - export CC=mpicc -} - -src_prepare() { - epatch "${FILESDIR}/${P}-autotools.patch" - epatch "${FILESDIR}/${P}-as-needed.patch" - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README Doc/*.pdf || die -} |