diff options
author | 2021-11-09 22:38:22 +0100 | |
---|---|---|
committer | 2021-11-09 22:39:54 +0100 | |
commit | ff208d2918ab8855ddd6d4a10022a10b27a7c206 (patch) | |
tree | 706626693ec70c505610f82b5342c23b8a53c354 /sci-libs | |
parent | app-mobilephone/dfu-util: drop 0.9 (diff) | |
download | gentoo-ff208d2918ab8855ddd6d4a10022a10b27a7c206.tar.gz gentoo-ff208d2918ab8855ddd6d4a10022a10b27a7c206.tar.bz2 gentoo-ff208d2918ab8855ddd6d4a10022a10b27a7c206.zip |
sci-libs/libcerf: drop 1.5
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libcerf/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libcerf/libcerf-1.5.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/sci-libs/libcerf/Manifest b/sci-libs/libcerf/Manifest index ce6468aea455..50682d4b2a5a 100644 --- a/sci-libs/libcerf/Manifest +++ b/sci-libs/libcerf/Manifest @@ -1,2 +1 @@ -DIST libcerf-1.5.tgz 413926 BLAKE2B 1208c77658625d00d37f95f5dda9e07f99c91dc6b6fede4b8f936637dddd7450fa42c0ed3c8ff4c72bca0abe0195d6ebb58fdaa8c1bd535d8a488344fcccafad SHA512 bb97a1142d26dd2507a3fabc543accd5416f5ef3565bad6ea68ca8a62e13cb480b6e05bd8fe2215ed0133f43d4107fdc72efaedfcff7ffc0314492e97a92a8a3 DIST libcerf-v1.17.tar.gz 76610 BLAKE2B 94310a8378b9272ecf39c29420eaec98716e4be71717515cebc37d9b101a1a6e4b1d673ccfb70ba55e4cd34bead21b39252738ccf8767dcb376205ac5edf12d3 SHA512 cfa9f56f69a7f030f256610f2bfcbf1b48e979af379e23aedb19df33421c488f91e5757df9a37083060b96093854e1a07175aa2d1b75ee9711f9089b61241688 diff --git a/sci-libs/libcerf/libcerf-1.5.ebuild b/sci-libs/libcerf/libcerf-1.5.ebuild deleted file mode 100644 index 0dd2c43b2e15..000000000000 --- a/sci-libs/libcerf/libcerf-1.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Efficient and accurate implementation of complex error functions" -HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/libcerf" -SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="doc static-libs test" -RESTRICT="!test? ( test )" - -src_configure() { - econf --enable-shared $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die - mv "${ED}"/usr/share/man/man3/{,${PN}-}cerf.3 || die #collision with sys-apps/man-pages - use doc || rm -r "${ED}"/usr/share/doc/${P}/html || die -} |