commit:     ff10ba9dfb75a88391e2d520abf80572a6337462
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  5 06:45:01 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 06:45:01 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ff10ba9d

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

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

 sci-libs/med/files/med-2.3.5-gcc-4.3.patch | 22 -----------
 sci-libs/med/med-2.3.6.ebuild              | 63 ------------------------------
 sci-libs/med/metadata.xml                  |  8 ----
 3 files changed, 93 deletions(-)

diff --git a/sci-libs/med/files/med-2.3.5-gcc-4.3.patch 
b/sci-libs/med/files/med-2.3.5-gcc-4.3.patch
deleted file mode 100644
index 106e5febc..000000000
--- a/sci-libs/med/files/med-2.3.5-gcc-4.3.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -aur med-2.3.5.old/tools/medimport/include/MAJ_21_22.h 
med-2.3.5/tools/medimport/include/MAJ_21_22.h
---- med-2.3.5.old/tools/medimport/include/MAJ_21_22.h  2009-09-13 
17:05:38.000000000 +0200
-+++ med-2.3.5/tools/medimport/include/MAJ_21_22.h      2009-09-13 
17:18:20.000000000 +0200
-@@ -22,6 +22,7 @@
- #ifdef __cplusplus
- 
- #include "MEDerreur.hxx"
-+#include <cstring>
- 
- #endif
- 
-diff -aur med-2.3.5.old/tools/medimport/include/MAJ_231_232.h 
med-2.3.5/tools/medimport/include/MAJ_231_232.h
---- med-2.3.5.old/tools/medimport/include/MAJ_231_232.h        2009-09-13 
17:05:38.000000000 +0200
-+++ med-2.3.5/tools/medimport/include/MAJ_231_232.h    2009-09-13 
17:23:10.000000000 +0200
-@@ -22,6 +22,7 @@
- 
- #ifdef __cplusplus
- # include "MEDerreur.hxx"
-+#include <cstring>
- #endif
- 
- extern void MAJ_231_232_champs(med_idt fid);

diff --git a/sci-libs/med/med-2.3.6.ebuild b/sci-libs/med/med-2.3.6.ebuild
deleted file mode 100644
index 127b1f35a..000000000
--- a/sci-libs/med/med-2.3.6.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Modeling and Exchange of Data library"
-HOMEPAGE="http://www.code-aster.org/outils/med/";
-SRC_URI="http://dev.gentoo.org/~jauhien/distfiles/med-fichier_${PV}.orig.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-DEPEND=">=sci-libs/hdf5-1.6.4"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/med-${PV}_SRC
-
-src_prepare() {
-       has_version ">=sci-libs/hdf5-1.8.3" &&  append-cppflags -DH5_USE_16_API
-}
-
-src_configure() {
-       local myconf
-
-       myconf="--docdir=/usr/share/doc/${PF}"
-       ## has been desabled, in order to compile salome-med
-       #use amd64 && myconf="${myconf} --with-med_int=long"
-       econf ${myconf}
-}
-
-src_install() {
-       default
-
-       rm -R "${ED}"/usr/share/doc/* "${ED}"/usr/bin/testc 
"${ED}"/usr/bin/testf
-
-       use doc && \
-               dohtml -r doc/index.html doc/med.css doc/html doc/jpg \
-                       doc/png doc/gif doc/tests
-
-       if use examples; then
-               dodir /usr/share/doc/${PF}/examples/c/.libs
-               exeinto /usr/share/doc/${PF}/examples/c
-               for i in `ls tests/c/*.o` ;
-               do
-                       doexe tests/c/`basename ${i} .o` "doexe failed"
-               done
-               exeinto /usr/share/doc/${PF}/examples/c/.libs
-               doexe  tests/c/.libs/* "doexe failed"
-
-               dodir /usr/share/doc/${PF}/examples/f/.libs
-               exeinto /usr/share/doc/${PF}/examples/f
-               for i in `ls tests/f/*.o` ;
-               do
-                       doexe tests/f/`basename ${i} .o` "doexe failed"
-               done
-               exeinto /usr/share/doc/${PF}/examples/f/.libs
-               doexe tests/f/.libs/* "doexe failed"
-       fi
-}

diff --git a/sci-libs/med/metadata.xml b/sci-libs/med/metadata.xml
deleted file mode 100644
index ae9640ffb..000000000
--- a/sci-libs/med/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>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-</pkgmetadata>

Reply via email to