aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-25 17:04:28 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-25 17:04:28 +0100
commitf80ae50566528add05806b32fe94d71abf0e4941 (patch)
tree273c979f5770933fa930ce33aee10ad58389965a /sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
parentsci-libs/aocl-libm: bump to 3.1.0 (diff)
downloadsci-f80ae50566528add05806b32fe94d71abf0e4941.tar.gz
sci-f80ae50566528add05806b32fe94d71abf0e4941.tar.bz2
sci-f80ae50566528add05806b32fe94d71abf0e4941.zip
sci-biology/tigr-foundation-libs: move ED out of src_prepare
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild')
-rw-r--r--sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild b/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
deleted file mode 100644
index a03a130c2..000000000
--- a/sci-biology/tigr-foundation-libs/tigr-foundation-libs-2.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="TIGR Foundation for C++"
-HOMEPAGE="https://sourceforge.net/projects/amos/"
-SRC_URI="ftp://ftp.cbcb.umd.edu/pub/software/autoEditor/autoEditor-1.20.tar.gz"
-
-# the one bundled in autoEditor-1.20/TigrFoundation-2.0/ is same with the one in bambus
-# but in bambus-2.33/src/TIGR_Foundation_CC/ there are 3 getopt.* files in addition
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/autoEditor-1.20/TigrFoundation-2.0"
-
-PATCHES=(
- "${FILESDIR}/TigrFoundation-all-patches.patch"
-)
-
-src_prepare(){
- sed -i "s:/export/usr/local:${ED}/usr:g" Makefile || die
- default
-}
-
-src_install(){
- emake install DESTDIR="${ED}/usr" # Makefile does not respect DESTDIR
-}