aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-30 15:15:03 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-30 15:15:03 +0100
commit4489c21c0724faf7cd0b79dffb69e85990139d70 (patch)
tree3b24b1f51c0a64d25129901fc20236f1a9162744 /sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild
parentci-misc/elmer-fem: version bump, EAPI bump, add more USE flags (diff)
downloadsci-4489c21c0724faf7cd0b79dffb69e85990139d70.tar.gz
sci-4489c21c0724faf7cd0b79dffb69e85990139d70.tar.bz2
sci-4489c21c0724faf7cd0b79dffb69e85990139d70.zip
sci-libs/elmer-eio: remove pack, included in elmer-fem now
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild')
-rw-r--r--sci-libs/elmer-eio/elmer-eio-6.0_p4651.ebuild32
1 files changed, 0 insertions, 32 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
-}