diff options
author | 2021-01-30 15:21:40 +0100 | |
---|---|---|
committer | 2021-01-30 15:21:40 +0100 | |
commit | b82206858b0c9ab584060c5697960bb44b5eefa4 (patch) | |
tree | a32302cb262787f3517ffe163e2085d2ff1a00b2 /sci-misc/elmer-front/elmer-front-9999.ebuild | |
parent | sci-misc/elmer-elmer-grid: remove pack, included in elmer-fem now (diff) | |
download | sci-b82206858b0c9ab584060c5697960bb44b5eefa4.tar.gz sci-b82206858b0c9ab584060c5697960bb44b5eefa4.tar.bz2 sci-b82206858b0c9ab584060c5697960bb44b5eefa4.zip |
sci-misc/elmer-front: remove pack, obsolete
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-misc/elmer-front/elmer-front-9999.ebuild')
-rw-r--r-- | sci-misc/elmer-front/elmer-front-9999.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/sci-misc/elmer-front/elmer-front-9999.ebuild b/sci-misc/elmer-front/elmer-front-9999.ebuild deleted file mode 100644 index 6bf0cb0cf..000000000 --- a/sci-misc/elmer-front/elmer-front-9999.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils multilib subversion - -ELMER_ROOT="elmerfem" -MY_PN=${PN/elmer-/} - -DESCRIPTION="Finite element programs, libraries, and visualization tools - elmer frontend" -HOMEPAGE="https://www.csc.fi/web/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="" - -RDEPEND=" - dev-lang/tcl:0= - dev-lang/tk:0= - sci-misc/elmer-fem - sci-libs/elmer-eio - virtual/opengl" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/front" - -PATCHES=( - "${FILESDIR}"/${PN}-6.0_p4651-tcltk8.6.patch - "${FILESDIR}"/${PN}-6.0_p4651-underlinking.patch - "${FILESDIR}"/${PN}-6.0_p4651-out-of-source.patch -) - -src_prepare() { - subversion_src_prepare - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --with-eioc --with-matc --with-tcltk --with-x - ) - autotools-utils_src_configure -} |