commit:     4489c21c0724faf7cd0b79dffb69e85990139d70
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 14:15:03 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 14:15:03 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4489c21c

sci-libs/elmer-eio: remove pack, included in elmer-fem now

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild      | 32 ------------------
 sci-libs/elmer-eio/elmer-eio-9999.ebuild           | 39 ----------------------
 .../files/elmer-eio-6.0_p4651-shared.patch         | 37 --------------------
 sci-libs/elmer-eio/metadata.xml                    | 11 ------
 4 files changed, 119 deletions(-)

diff --git a/sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild 
b/sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild
deleted file mode 100644
index 3e3e95c1a..000000000
--- a/sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-ELMER_ROOT="elmerfem"
-MY_PN=${PN/elmer-/}
-
-DESCRIPTION="Finite element programs, libraries, and visualization tools - 
elmer I/O library"
-HOMEPAGE="http://www.csc.fi/english/pages/elmer";
-SRC_URI="http://elmerfem.svn.sourceforge.net/viewvc/${ELMER_ROOT}/release/${PV%_p*}/${MY_PN}/?view=tar&pathrev=4651
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug static-libs"
-
-S="${WORKDIR}/eio"
-
-PATCHES=( "${FILESDIR}"/${P}-shared.patch )
-
-src_configure() {
-       local myeconfargs=(
-               --enable-shared
-               $(use_with debug)
-       )
-       autotools-utils_src_configure
-}

diff --git a/sci-libs/elmer-eio/elmer-eio-9999.ebuild 
b/sci-libs/elmer-eio/elmer-eio-9999.ebuild
deleted file mode 100644
index ef0e1e8c8..000000000
--- a/sci-libs/elmer-eio/elmer-eio-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils subversion
-
-ELMER_ROOT="elmerfem"
-MY_PN=${PN/elmer-/}
-
-DESCRIPTION="Finite element programs, libraries, and visualization tools - 
elmer I/O library"
-HOMEPAGE="http://www.csc.fi/english/pages/elmer";
-SRC_URI=""
-ESVN_REPO_URI="https://elmerfem.svn.sourceforge.net/svnroot/elmerfem/trunk/${MY_PN}";
-ESVN_PROJECT="${MY_PN}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug static-libs"
-
-S="${WORKDIR}/eio"
-
-PATCHES=( "${FILESDIR}"/${PN}-6.0_p4651-shared.patch )
-
-src_prepare() {
-       subversion_src_prepare
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=(
-               --enable-shared
-               $(use_with debug)
-       )
-       autotools-utils_src_configure
-}

diff --git a/sci-libs/elmer-eio/files/elmer-eio-6.0_p4651-shared.patch 
b/sci-libs/elmer-eio/files/elmer-eio-6.0_p4651-shared.patch
deleted file mode 100644
index f5a701ce3..000000000
--- a/sci-libs/elmer-eio/files/elmer-eio-6.0_p4651-shared.patch
+++ /dev/null
@@ -1,37 +0,0 @@
- configure.in    | 2 +-
- src/Makefile.am | 6 +++---
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index ac5ce92..cd8fc53 100755
---- a/configure.in
-+++ b/configure.in
-@@ -1,5 +1,5 @@
- AC_INIT(src/eio_api_f.cpp)
--
-+LT_INIT
- dnl the fortran stuff needs to be pretty new to work on SunOS
- dnl AC_PREREQ(2.59c)
- 
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 1836aba..4d73a4b 100755
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -15,8 +15,8 @@ COMMON_SRCS =  \
-       EIOPartWriter.cpp \
-       EIOSolverAgent.cpp 
- 
--libeioc_a_SOURCES = $(COMMON_SRCS) eio_api_c.cpp
--libeiof_a_SOURCES = $(COMMON_SRCS) eio_api_f.cpp
-+libeioc_la_SOURCES = $(COMMON_SRCS) eio_api_c.cpp
-+libeiof_la_SOURCES = $(COMMON_SRCS) eio_api_f.cpp
- 
- # if USE_SHARED_LIBS
- # noinst_LIBRARIES = libeioc.a libeiof.a
-@@ -28,5 +28,5 @@ libeiof_a_SOURCES = $(COMMON_SRCS) eio_api_f.cpp
- # libeiof.$(SHLEXT): libeiof.a
- #     $(SH_LD2) $(SH_LDFLAGS) $(B64FLAGS) $(LDFLAGS) -o $@ libeiof.a
- # else
--lib_LIBRARIES = libeioc.a libeiof.a
-+lib_LTLIBRARIES = libeioc.la libeiof.la
- # endif

diff --git a/sci-libs/elmer-eio/metadata.xml b/sci-libs/elmer-eio/metadata.xml
deleted file mode 100644
index 070aa2029..000000000
--- a/sci-libs/elmer-eio/metadata.xml
+++ /dev/null
@@ -1,11 +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>
-       <upstream>
-               <remote-id type="sourceforge">svn</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to