commit: d751280c9107c6868292a66ff71e60a5b0d45adb
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 19:52:38 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 19:54:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d751280c
sci-libs/gerris: Remove old
Package-Manager: portage-2.3.0
sci-libs/gerris/Manifest | 2 -
sci-libs/gerris/gerris-20120731.ebuild | 64 --------------------------------
sci-libs/gerris/gerris-20130531.ebuild | 68 ----------------------------------
sci-libs/gerris/gerris-20131206.ebuild | 68 ----------------------------------
4 files changed, 202 deletions(-)
diff --git a/sci-libs/gerris/Manifest b/sci-libs/gerris/Manifest
index 6e112fe..38fcf1e 100644
--- a/sci-libs/gerris/Manifest
+++ b/sci-libs/gerris/Manifest
@@ -1,3 +1 @@
-DIST gerris-snapshot-120731.tar.gz 2640044 SHA256
2a032e3418672057d1d83a5280380241d8865d4cc1a53f7bc21e95acd3a5f8fb SHA512
7ec58b715c4e52462c8e0507d34ccf554c71b3bf3575eafd8fb59002c60dcd91a749cfc53b7a4eda1822571777736dab15b0e75594b1d97b4627f72a97defb46
WHIRLPOOL
abce090c4f79ee9bf4982ca9bc673ca43c6e40488e308f37a549348eb900ca1d74a8d95b59898bd173167cb849bd5afeca1e38be300d66d711f2a9225108e410
-DIST gerris-snapshot-130531.tar.gz 2822863 SHA256
808a690b928d7a90067e2115121e529311f3631882db46cecdae1468334912d5 SHA512
7372cfae4442f9daf996091d4043c3649976f937eaf6b27a8b65f58b316d26c0cb9d106da6f041ce58b2149d193ab311ed0c65d8834d42bcfebe0b7ec073be9e
WHIRLPOOL
be02b7b189dd2b27e00ac0cb4af10997e669afef92f4a4377f8117dfda35fe9fd894b750b605dee805288ece2f8ba4072f1d7d6570411eaab51ec8336e5c4eb9
DIST gerris-snapshot-131206.tar.gz 2841686 SHA256
d5346a362b104ccc858c4b79938727d56c4654b103c268e54cf3aa56d0b55b39 SHA512
b3855d51eea04c496d2e5f662c148560d9ab8d5dfa97e4f7d1c22c70405b9b801b46f30aa0d159b1bd6a8182f171a1649b5f510f0e13feeb55f29cafe57b45dd
WHIRLPOOL
81027d9c4c9bf44b542e1161e3238711f321b5db581b0538d5c7addc4dd5229c90f787216d05a689e287ba511546b4e7cc2fb9664bcfb9098e421722a5d8e0fd
diff --git a/sci-libs/gerris/gerris-20120731.ebuild
b/sci-libs/gerris/gerris-20120731.ebuild
deleted file mode 100644
index 973040d..00000000
--- a/sci-libs/gerris/gerris-20120731.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils flag-o-matic toolchain-funcs
-
-MYP=${P/-20/-snapshot-}
-
-DESCRIPTION="Gerris Flow Solver"
-HOMEPAGE="http://gfs.sourceforge.net/"
-SRC_URI="http://gerris.dalembert.upmc.fr/gerris/tarballs/${MYP}.tar.gz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples mpi static-libs"
-
-# all these deps could be optional
-# but the configure.in would have to be modified
-# heavily for the automagic
-RDEPEND="
- dev-libs/glib:2
- dev-games/ode
- sci-libs/netcdf
- sci-libs/gsl
- sci-libs/gts
- sci-libs/hypre[mpi?]
- sci-libs/lis[mpi?]
- sci-libs/proj
- >=sci-libs/fftw-3
- virtual/lapack
- mpi? ( virtual/mpi )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MYP}"
-
-# buggy tests, need extra packages and require gerris to be installed
-RESTRICT=test
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-hypre-no-mpi.patch
- eautoreconf
-}
-
-src_configure() {
- append-cppflags "-I${EPREFIX}/usr/include/hypre"
- econf \
- $(use_enable mpi) \
- $(use_enable static-libs static) \
- LAPACK_LIBS="$($(tc-getPKG_CONFIG) --libs lapack)"
-}
-
-src_install() {
- default
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- rm -f doc/examples/*.pyc || die "Failed to remove python object"
- doins -r doc/examples/*
- fi
-}
diff --git a/sci-libs/gerris/gerris-20130531.ebuild
b/sci-libs/gerris/gerris-20130531.ebuild
deleted file mode 100644
index 5aec888..00000000
--- a/sci-libs/gerris/gerris-20130531.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils eutils flag-o-matic toolchain-funcs
-
-MYP=${P/-20/-snapshot-}
-
-DESCRIPTION="Gerris Flow Solver"
-HOMEPAGE="http://gfs.sourceforge.net/"
-SRC_URI="http://gerris.dalembert.upmc.fr/gerris/tarballs/${MYP}.tar.gz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples mpi static-libs"
-
-# all these deps could be optional
-# but the configure.in would have to be modified
-# heavily for the automagic
-RDEPEND="
- dev-libs/glib:2
- dev-games/ode
- sci-libs/netcdf
- sci-libs/gsl
- sci-libs/gts
- sci-libs/hypre[mpi?]
- sci-libs/lis[mpi?]
- sci-libs/proj
- >=sci-libs/fftw-3
- virtual/lapack
- mpi? ( virtual/mpi )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MYP}"
-
-# buggy tests, need extra packages and require gerris to be installed
-RESTRICT=test
-
-PATCHES=(
- "${FILESDIR}"/${P}-hypre-no-mpi.patch
- "${FILESDIR}"/${P}-lis-matrix-csr.patch
- "${FILESDIR}"/${P}-use-blas-lapack-system.patch
-)
-
-src_configure() {
- append-cppflags "-I${EPREFIX}/usr/include/hypre"
- local myeconfargs=(
- $(use_enable mpi)
- )
- autotools-utils_src_configure \
- LAPACK_LIBS="$($(tc-getPKG_CONFIG) --libs lapack)"
-}
-
-src_install() {
- autotools-utils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r doc/examples/*
- fi
-}
diff --git a/sci-libs/gerris/gerris-20131206.ebuild
b/sci-libs/gerris/gerris-20131206.ebuild
deleted file mode 100644
index 9dbad6d..00000000
--- a/sci-libs/gerris/gerris-20131206.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils eutils flag-o-matic toolchain-funcs
-
-MYP=${P/-20/-snapshot-}
-
-DESCRIPTION="Gerris Flow Solver"
-HOMEPAGE="http://gfs.sourceforge.net/"
-SRC_URI="http://gerris.dalembert.upmc.fr/gerris/tarballs/${MYP}.tar.gz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples mpi static-libs"
-
-# all these deps could be optional
-# but the configure.in would have to be modified
-# heavily for the automagic
-RDEPEND="
- dev-libs/glib:2
- dev-games/ode
- sci-libs/netcdf
- sci-libs/gsl
- sci-libs/gts
- sci-libs/hypre[mpi?]
- sci-libs/lis[mpi?]
- sci-libs/proj
- >=sci-libs/fftw-3
- virtual/lapack
- mpi? ( virtual/mpi )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MYP}"
-
-# buggy tests, need extra packages and require gerris to be installed
-RESTRICT=test
-
-PATCHES=(
- "${FILESDIR}"/${PN}-20130531-hypre-no-mpi.patch
- "${FILESDIR}"/${PN}-20130531-lis-matrix-csr.patch
- "${FILESDIR}"/${PN}-20130531-use-blas-lapack-system.patch
-)
-
-src_configure() {
- append-cppflags "-I${EPREFIX}/usr/include/hypre"
- local myeconfargs=(
- $(use_enable mpi)
- )
- autotools-utils_src_configure \
- LAPACK_LIBS="$($(tc-getPKG_CONFIG) --libs lapack)"
-}
-
-src_install() {
- autotools-utils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r doc/examples/*
- fi
-}