aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/elmer-eio')
-rw-r--r--sci-libs/elmer-eio/Manifest1
-rw-r--r--sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild32
-rw-r--r--sci-libs/elmer-eio/elmer-eio-9999.ebuild39
-rw-r--r--sci-libs/elmer-eio/files/elmer-eio-6.0_p4651-shared.patch37
-rw-r--r--sci-libs/elmer-eio/metadata.xml11
5 files changed, 0 insertions, 120 deletions
diff --git a/sci-libs/elmer-eio/Manifest b/sci-libs/elmer-eio/Manifest
deleted file mode 100644
index 2fe59554f..000000000
--- a/sci-libs/elmer-eio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST elmer-eio-6.0_p4651.tar.gz 147064 SHA256 80748e1386f03ef4b3a4c68271b1c724563a8960ffffcc36ba23e70e8519426e SHA512 52ce490810787e5100524858d41f3ad3d17ebfe5b747ea042acd8b8106028bb3aa7dd87ef80d3ce4ae2ffbf9439ad86c5f1a5f2e2c3cfb1cca5800c0fa166924 WHIRLPOOL 28837ee89756d81db5be96909f9682b1c627f31955179b668097c4d9c3efd55936a8e4c7334eda76051664dbb7043b246ad5d77a6b8950bb20f11a88ae53aa89
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>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">svn</remote-id>
- </upstream>
-</pkgmetadata>