diff options
author | 2021-01-30 15:22:10 +0100 | |
---|---|---|
committer | 2021-01-30 15:22:10 +0100 | |
commit | 00eaea4a3832b08117742438327944ed67b58970 (patch) | |
tree | 2d2a17335c86cecef18cc57c892aed7ac783c7db /sci-misc/elmer-meshgen2d | |
parent | sci-misc/elmer-front: remove pack, obsolete (diff) | |
download | sci-00eaea4a3832b08117742438327944ed67b58970.tar.gz sci-00eaea4a3832b08117742438327944ed67b58970.tar.bz2 sci-00eaea4a3832b08117742438327944ed67b58970.zip |
sci-misc/elmer-meshgen2d: remove pack, included in elmer-fem now
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-misc/elmer-meshgen2d')
-rw-r--r-- | sci-misc/elmer-meshgen2d/Manifest | 1 | ||||
-rw-r--r-- | sci-misc/elmer-meshgen2d/elmer-meshgen2d-6.0_p4651.ebuild | 33 | ||||
-rw-r--r-- | sci-misc/elmer-meshgen2d/elmer-meshgen2d-9999.ebuild | 40 | ||||
-rw-r--r-- | sci-misc/elmer-meshgen2d/files/elmer-meshgen2d-6.0_p4651-oof.patch | 17 | ||||
-rw-r--r-- | sci-misc/elmer-meshgen2d/metadata.xml | 11 |
5 files changed, 0 insertions, 102 deletions
diff --git a/sci-misc/elmer-meshgen2d/Manifest b/sci-misc/elmer-meshgen2d/Manifest deleted file mode 100644 index 8b83c109b..000000000 --- a/sci-misc/elmer-meshgen2d/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST elmer-meshgen2d-6.0_p4651.tar.gz 1758048 SHA256 8c8f5c86445ad78ddd3284e45b759b03331e65e6d949ee7d177de626b8c0316c SHA512 1522473ef314bb2e093e820f91194ee30d9e76aa693c2e258b0585246048c9c5368db56195838f27b6c31c286dfd32dae787be1079227e36ff1af07928075e30 WHIRLPOOL cd69f8a02a69f9cef0160c406a9f238bb08dd9d097d76a4657b3d4821e93e904790e8cc51fb487fce827846d8097f4a42e0c16f3d00d4c352d8dca475df00b58 diff --git a/sci-misc/elmer-meshgen2d/elmer-meshgen2d-6.0_p4651.ebuild b/sci-misc/elmer-meshgen2d/elmer-meshgen2d-6.0_p4651.ebuild deleted file mode 100644 index a91341ed4..000000000 --- a/sci-misc/elmer-meshgen2d/elmer-meshgen2d-6.0_p4651.ebuild +++ /dev/null @@ -1,33 +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 - -ELMER_ROOT="elmerfem" -MY_PN=${PN/elmer-/} - -DESCRIPTION="Finite element programs, libraries, and visualization tools - meshgen2d" -HOMEPAGE="https://www.csc.fi/web/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" - -S="${WORKDIR}/meshgen2d" - -PATCHES=( - "${FILESDIR}"/${P}-oof.patch -) - -src_configure() { - local myeconfargs=( - $(use_with debug) - ) - autotools-utils_src_configure -} diff --git a/sci-misc/elmer-meshgen2d/elmer-meshgen2d-9999.ebuild b/sci-misc/elmer-meshgen2d/elmer-meshgen2d-9999.ebuild deleted file mode 100644 index b59d97cb3..000000000 --- a/sci-misc/elmer-meshgen2d/elmer-meshgen2d-9999.ebuild +++ /dev/null @@ -1,40 +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 subversion - -ELMER_ROOT="elmerfem" -MY_PN=${PN/elmer-/} - -DESCRIPTION="Finite element programs, libraries, and visualization tools - meshgen2d" -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="debug" - -S="${WORKDIR}/meshgen2d" - -PATCHES=( - "${FILESDIR}"/${PN}-6.0_p4651-oof.patch -) - -src_prepare() { - subversion_src_prepare - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - $(use_with debug) - ) - autotools-utils_src_configure -} diff --git a/sci-misc/elmer-meshgen2d/files/elmer-meshgen2d-6.0_p4651-oof.patch b/sci-misc/elmer-meshgen2d/files/elmer-meshgen2d-6.0_p4651-oof.patch deleted file mode 100644 index 49ab50640..000000000 --- a/sci-misc/elmer-meshgen2d/files/elmer-meshgen2d-6.0_p4651-oof.patch +++ /dev/null @@ -1,17 +0,0 @@ - src/Makefile.am | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/Makefile.am b/src/Makefile.am -index d33d999..8111609 100755 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -2,7 +2,8 @@ - SUBDIRS=include - - INCLUDES = \ -- -I./include -+ -I$(srcdir)/include \ -+ -I$(builddir)/include - - bin_PROGRAMS = ElmerMesh2D Mesh2D - diff --git a/sci-misc/elmer-meshgen2d/metadata.xml b/sci-misc/elmer-meshgen2d/metadata.xml deleted file mode 100644 index 070aa2029..000000000 --- a/sci-misc/elmer-meshgen2d/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> |