commit:     7644cd0c869bd354a01a1470875ff23d57c05ffd
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  5 06:44:10 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 06:44:10 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7644cd0c

sci-libs/gmsh: merge into ::gentoo and remove from overlay.

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/gmsh/gmsh-2.16.0.ebuild | 93 ----------------------------------------
 sci-libs/gmsh/gmsh-3.0.6.ebuild  | 93 ----------------------------------------
 sci-libs/gmsh/gmsh-4.0.2.ebuild  | 93 ----------------------------------------
 sci-libs/gmsh/gmsh-4.3.0.ebuild  | 93 ----------------------------------------
 sci-libs/gmsh/metadata.xml       | 19 --------
 5 files changed, 391 deletions(-)

diff --git a/sci-libs/gmsh/gmsh-2.16.0.ebuild b/sci-libs/gmsh/gmsh-2.16.0.ebuild
deleted file mode 100644
index ed7fc8be3..000000000
--- a/sci-libs/gmsh/gmsh-2.16.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic fortran-2 toolchain-funcs
-
-DESCRIPTION="A three-dimensional finite element mesh generator"
-HOMEPAGE="http://www.geuz.org/gmsh/";
-SRC_URI="http://www.geuz.org/gmsh/src/${P}-source.tgz";
-
-## gmsh comes with its own copies of (at least) metis, netgen and tetgen, 
therefore inform the user of their special licenses
-LICENSE="GPL-3 free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-## cgns is not compiling ATM, maybe fix cgns lib first
-IUSE="blas cgns chaco doc examples jpeg lua med metis mpi netgen opencascade 
petsc png python taucs tetgen X zlib"
-
-RDEPEND="
-       virtual/fortran
-       X? ( x11-libs/fltk:1 )
-       blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 )
-       cgns? ( sci-libs/cgnslib )
-       jpeg? ( virtual/jpeg:0 )
-       lua? ( dev-lang/lua:0 )
-       med? ( sci-libs/med )
-       opencascade? ( sci-libs/opencascade:* )
-       png? ( media-libs/libpng:0 )
-       petsc? ( sci-mathematics/petsc )
-       zlib? ( sys-libs/zlib )
-       mpi? ( virtual/mpi[cxx] )
-       taucs? ( sci-libs/taucs )"
-
-REQUIRED_USE="
-       taucs? ( || ( metis ) )
-       "
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( virtual/latex-base )
-       python? ( dev-lang/swig:0 )
-       "
-
-S=${WORKDIR}/${P}-source
-
-pkg_setup() {
-       fortran-2_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=( )
-
-       use blas && \
-               mycmakeargs+=(-DCMAKE_Fortran_COMPILER=$(tc-getF77))
-
-       mycmakeargs+=(
-               -DENABLE_BLAS_LAPACK="$(usex blas)"
-               -DENABLE_CGNS="$(usex cgns)"
-               -DENABLE_CHACO="$(usex chaco)"
-               -DENABLE_FLTK="$(usex X)"
-               -DENABLE_GRAPHICS="$(usex X)"
-               -DENABLE_MED="$(usex med)"
-               -DENABLE_METIS="$(usex metis)"
-               -DENABLE_NETGEN="$(usex netgen)"
-               -DENABLE_TAUCS="$(usex taucs)"
-               -DENABLE_TETGEN="$(usex tetgen)"
-               -DENABLE_OCC="$(usex opencascade)"
-               -DENABLE_PETSC="$(usex petsc)"
-               -DENABLE_WRAP_PYTHON="$(usex python)")
-
-       cmake-utils_src_configure mycmakeargs
-}
-
-src_compile() {
-       cmake-utils_src_compile
-       if use doc ; then
-               cd "${BUILD_DIR}" || die
-               emake pdf
-               cd "${S}" || die
-               dodoc doc/texinfo/gmsh.pdf
-       fi
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       if use examples ; then
-               insinto /usr/share/doc/${PF}
-               doins -r demos tutorial
-       fi
-}

diff --git a/sci-libs/gmsh/gmsh-3.0.6.ebuild b/sci-libs/gmsh/gmsh-3.0.6.ebuild
deleted file mode 100644
index 8975cd76e..000000000
--- a/sci-libs/gmsh/gmsh-3.0.6.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic fortran-2 toolchain-funcs
-
-DESCRIPTION="A three-dimensional finite element mesh generator"
-HOMEPAGE="http://www.geuz.org/gmsh/";
-SRC_URI="http://www.geuz.org/gmsh/src/${P}-source.tgz";
-
-## gmsh comes with its own copies of (at least) metis, netgen and tetgen, 
therefore inform the user of their special licenses
-LICENSE="GPL-3 free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-## cgns is not compiling ATM, maybe fix cgns lib first
-IUSE="blas cgns chaco doc examples jpeg lua med metis mpi netgen opencascade 
petsc png python taucs tetgen X zlib"
-
-RDEPEND="
-       virtual/fortran
-       X? ( x11-libs/fltk:1 )
-       blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 )
-       cgns? ( sci-libs/cgnslib )
-       jpeg? ( virtual/jpeg:0 )
-       lua? ( dev-lang/lua:0 )
-       med? ( sci-libs/med )
-       opencascade? ( sci-libs/opencascade:* )
-       png? ( media-libs/libpng:0 )
-       petsc? ( sci-mathematics/petsc )
-       zlib? ( sys-libs/zlib )
-       mpi? ( virtual/mpi[cxx] )
-       taucs? ( sci-libs/taucs )"
-
-REQUIRED_USE="
-       taucs? ( || ( metis ) )
-       "
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( virtual/latex-base )
-       python? ( dev-lang/swig:0 )
-       "
-
-S=${WORKDIR}/${P}-source
-
-pkg_setup() {
-       fortran-2_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=( )
-
-       use blas && \
-               mycmakeargs+=(-DCMAKE_Fortran_COMPILER=$(tc-getF77))
-
-       mycmakeargs+=(
-               -DENABLE_BLAS_LAPACK="$(usex blas)"
-               -DENABLE_CGNS="$(usex cgns)"
-               -DENABLE_CHACO="$(usex chaco)"
-               -DENABLE_FLTK="$(usex X)"
-               -DENABLE_GRAPHICS="$(usex X)"
-               -DENABLE_MED="$(usex med)"
-               -DENABLE_METIS="$(usex metis)"
-               -DENABLE_NETGEN="$(usex netgen)"
-               -DENABLE_TAUCS="$(usex taucs)"
-               -DENABLE_TETGEN="$(usex tetgen)"
-               -DENABLE_OCC="$(usex opencascade)"
-               -DENABLE_PETSC="$(usex petsc)"
-               -DENABLE_WRAP_PYTHON="$(usex python)")
-
-       cmake-utils_src_configure mycmakeargs
-}
-
-src_compile() {
-       cmake-utils_src_compile
-       if use doc ; then
-               cd "${BUILD_DIR}" || die
-               emake pdf
-               cd "${S}" || die
-               dodoc doc/texinfo/gmsh.pdf
-       fi
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       if use examples ; then
-               insinto /usr/share/doc/${PF}
-               doins -r demos tutorial
-       fi
-}

diff --git a/sci-libs/gmsh/gmsh-4.0.2.ebuild b/sci-libs/gmsh/gmsh-4.0.2.ebuild
deleted file mode 100644
index 7f4690090..000000000
--- a/sci-libs/gmsh/gmsh-4.0.2.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic fortran-2 toolchain-funcs
-
-DESCRIPTION="A three-dimensional finite element mesh generator"
-HOMEPAGE="http://www.geuz.org/gmsh/";
-SRC_URI="http://www.geuz.org/gmsh/src/${P}-source.tgz";
-
-## gmsh comes with its own copies of (at least) metis, netgen and tetgen, 
therefore inform the user of their special licenses
-LICENSE="GPL-3 free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-## cgns is not compiling ATM, maybe fix cgns lib first
-IUSE="blas cgns chaco doc examples jpeg lua med metis mpi netgen opencascade 
petsc png python taucs tetgen X zlib"
-
-RDEPEND="
-       virtual/fortran
-       X? ( x11-libs/fltk:1 )
-       blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 )
-       cgns? ( sci-libs/cgnslib )
-       jpeg? ( virtual/jpeg:0 )
-       lua? ( dev-lang/lua:0 )
-       med? ( sci-libs/med )
-       opencascade? ( sci-libs/opencascade:* )
-       png? ( media-libs/libpng:0 )
-       petsc? ( sci-mathematics/petsc )
-       zlib? ( sys-libs/zlib )
-       mpi? ( virtual/mpi[cxx] )
-       taucs? ( sci-libs/taucs )"
-
-REQUIRED_USE="
-       taucs? ( || ( metis ) )
-       "
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( virtual/latex-base )
-       python? ( dev-lang/swig:0 )
-       "
-
-S=${WORKDIR}/${P}-source
-
-pkg_setup() {
-       fortran-2_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=( )
-
-       use blas && \
-               mycmakeargs+=(-DCMAKE_Fortran_COMPILER=$(tc-getF77))
-
-       mycmakeargs+=(
-               -DENABLE_BLAS_LAPACK="$(usex blas)"
-               -DENABLE_CGNS="$(usex cgns)"
-               -DENABLE_CHACO="$(usex chaco)"
-               -DENABLE_FLTK="$(usex X)"
-               -DENABLE_GRAPHICS="$(usex X)"
-               -DENABLE_MED="$(usex med)"
-               -DENABLE_METIS="$(usex metis)"
-               -DENABLE_NETGEN="$(usex netgen)"
-               -DENABLE_TAUCS="$(usex taucs)"
-               -DENABLE_TETGEN="$(usex tetgen)"
-               -DENABLE_OCC="$(usex opencascade)"
-               -DENABLE_PETSC="$(usex petsc)"
-               -DENABLE_WRAP_PYTHON="$(usex python)")
-
-       cmake-utils_src_configure mycmakeargs
-}
-
-src_compile() {
-       cmake-utils_src_compile
-       if use doc ; then
-               cd "${BUILD_DIR}" || die
-               emake pdf
-               cd "${S}" || die
-               dodoc doc/texinfo/gmsh.pdf
-       fi
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       if use examples ; then
-               insinto /usr/share/doc/${PF}
-               doins -r demos tutorial
-       fi
-}

diff --git a/sci-libs/gmsh/gmsh-4.3.0.ebuild b/sci-libs/gmsh/gmsh-4.3.0.ebuild
deleted file mode 100644
index d75bf3f05..000000000
--- a/sci-libs/gmsh/gmsh-4.3.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic fortran-2 toolchain-funcs
-
-DESCRIPTION="A three-dimensional finite element mesh generator"
-HOMEPAGE="http://www.geuz.org/gmsh/";
-SRC_URI="http://www.geuz.org/gmsh/src/${P}-source.tgz";
-
-## gmsh comes with its own copies of (at least) metis, netgen and tetgen, 
therefore inform the user of their special licenses
-LICENSE="GPL-3 free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-## cgns is not compiling ATM, maybe fix cgns lib first
-IUSE="blas cgns chaco doc examples jpeg lua med metis mpi netgen opencascade 
petsc png python taucs tetgen X zlib"
-
-RDEPEND="
-       virtual/fortran
-       X? ( x11-libs/fltk:1 )
-       blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 )
-       cgns? ( sci-libs/cgnslib )
-       jpeg? ( virtual/jpeg:0 )
-       lua? ( dev-lang/lua:0 )
-       med? ( sci-libs/med )
-       opencascade? ( sci-libs/opencascade:* )
-       png? ( media-libs/libpng:0 )
-       petsc? ( sci-mathematics/petsc )
-       zlib? ( sys-libs/zlib )
-       mpi? ( virtual/mpi[cxx] )
-       taucs? ( sci-libs/taucs )"
-
-REQUIRED_USE="
-       taucs? ( || ( metis ) )
-       "
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( virtual/latex-base )
-       python? ( dev-lang/swig:0 )
-       "
-
-S=${WORKDIR}/${P}-source
-
-pkg_setup() {
-       fortran-2_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=( )
-
-       use blas && \
-               mycmakeargs+=(-DCMAKE_Fortran_COMPILER=$(tc-getF77))
-
-       mycmakeargs+=(
-               -DENABLE_BLAS_LAPACK="$(usex blas)"
-               -DENABLE_CGNS="$(usex cgns)"
-               -DENABLE_CHACO="$(usex chaco)"
-               -DENABLE_FLTK="$(usex X)"
-               -DENABLE_GRAPHICS="$(usex X)"
-               -DENABLE_MED="$(usex med)"
-               -DENABLE_METIS="$(usex metis)"
-               -DENABLE_NETGEN="$(usex netgen)"
-               -DENABLE_TAUCS="$(usex taucs)"
-               -DENABLE_TETGEN="$(usex tetgen)"
-               -DENABLE_OCC="$(usex opencascade)"
-               -DENABLE_PETSC="$(usex petsc)"
-               -DENABLE_WRAP_PYTHON="$(usex python)")
-
-       cmake-utils_src_configure mycmakeargs
-}
-
-src_compile() {
-       cmake-utils_src_compile
-       if use doc ; then
-               cd "${BUILD_DIR}" || die
-               emake pdf
-               cd "${S}" || die
-               dodoc doc/texinfo/gmsh.pdf
-       fi
-}
-
-src_install() {
-       cmake-utils_src_install
-
-       if use examples ; then
-               insinto /usr/share/doc/${PF}
-               doins -r demos tutorial
-       fi
-}

diff --git a/sci-libs/gmsh/metadata.xml b/sci-libs/gmsh/metadata.xml
deleted file mode 100644
index 8c538ca2a..000000000
--- a/sci-libs/gmsh/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <use>
-               <flag name="chaco"> Enables chaco partitioner support</flag>
-               <flag name="cgns"> Enables cgns output support</flag>
-               <flag name="metis"> Enables metis support</flag>
-               <flag name="med"> Enables med support</flag>
-               <flag name="netgen"> Enable 3D Frontal triangulation using 
netgen lib</flag>
-               <flag name="petsc"> Enable sci-mathematics/petsc support</flag>
-               <flag name="opencascade"> Enable OpenCASCADE support</flag>
-               <flag name="taucs"> Enable sci-libs/taucs support</flag>
-               <flag name="tetgen"> Enable 3D delauny triangulation using 
tetgen lib</flag>
-       </use>
-</pkgmetadata>

Reply via email to