diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-17 12:51:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-17 12:51:01 +0100 |
commit | 1fa833a5432a4a823b18c8ba6e6d3603941b711a (patch) | |
tree | f95c8ffb5c354bec4e682119418edbf61ea71be5 /sci-libs/profphd-utils | |
parent | sci-libs/qd: Remove old (diff) | |
download | gentoo-1fa833a5432a4a823b18c8ba6e6d3603941b711a.tar.gz gentoo-1fa833a5432a4a823b18c8ba6e6d3603941b711a.tar.bz2 gentoo-1fa833a5432a4a823b18c8ba6e6d3603941b711a.zip |
sci-libs/profphd-utils: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/profphd-utils')
-rw-r--r-- | sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild b/sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild deleted file mode 100644 index 49afe145c1e6..000000000000 --- a/sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit fortran-2 toolchain-funcs - -DESCRIPTION="Additional utils for profphd" -HOMEPAGE="https://rostlab.org/" -SRC_URI="ftp://rostlab.org/profphd-utils/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="" -DEPEND="dev-lang/perl" - -src_compile() { - emake \ - F77=$(tc-getF77) \ - AM_FFLAGS="" -} - -src_install() { - emake \ - DESTDIR="${D}" \ - prefix="${EPREFIX}" \ - install - dodoc ChangeLog AUTHORS -} |