From abaa75b10f899ada8dd05b23cc03205064394bc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jan 2021 20:28:19 +0000 Subject: gentoo resync : 22.01.2021 --- sci-libs/profphd-utils/Manifest | 1 - sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) delete mode 100644 sci-libs/profphd-utils/profphd-utils-1.0.10.ebuild (limited to 'sci-libs/profphd-utils') diff --git a/sci-libs/profphd-utils/Manifest b/sci-libs/profphd-utils/Manifest index 04424d45f596..4418a8171e50 100644 --- a/sci-libs/profphd-utils/Manifest +++ b/sci-libs/profphd-utils/Manifest @@ -1,4 +1,3 @@ DIST profphd-utils-1.0.10.tar.gz 388222 BLAKE2B 1985bb9b93a502911f0d3b5c7de9031d633f6060e9ae0b7531d248436b1dacf6f3462bab1bc127add341dc00a8200a88860197dd6515c1430395b840c44b98ca SHA512 c8a777e20bd721e53610ec28da01771300b06f3d284d40b0681ac0e38e8e0b3c7507e1aec7ddc627808d6ce7ccf8d3db94bf87449b958647e00a9c9d98a4300c EBUILD profphd-utils-1.0.10-r1.ebuild 570 BLAKE2B 6acb29b2d981d320297858f7ebd0c8fb629576a06f60f19d67d5561e285ba36daf3b5dcfbe939882ccdbec1ee44d45f8099079d8920e5c531e9042c000e88db7 SHA512 9066e8bb37c5b12ed8312e2807470657e63c6b054d3d0f96eb0e52a5fc70c57f836e1f56506ba64123df6c1eda816708f37231c35cd23364599fe027644c8fc8 -EBUILD profphd-utils-1.0.10.ebuild 566 BLAKE2B 94dbdc57855d26e69a71dff15fd1cfd6e7d34164d2d51a690ac4d655e3ab17f8c1cf92f26be7f1c17dc965f4ff880beec94f3f509ebacdb50a10ba23f194052e SHA512 319a94522a2d3a8e68aacc7413c3d0d77deb499a2cd29ee2d0bc3d953d36438bcac1a9f99169efd403dae79c331ce4cdad5dc9f2de9a8c4f6461b8d73871d541 MISC metadata.xml 267 BLAKE2B 7cf386952842945148119de3263231db4d1046d5f54811f7e303ed8ec4d27cbc1960b99c92daf6f32e5b981c2fb9f50ec666be6193865d6e18541b7427a152a9 SHA512 91ab266d9ab24401bc0fec759c5b6cfcf44a3c5669fc31c7301d79770839bb5dfa0e155d949392ef06176b4a0b2c32b91b1b54b0027f972db61f0a5e54644403 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 -} -- cgit v1.2.3