diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-17 12:51:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-17 12:51:18 +0100 |
commit | f55fe751de11e02b9cd8870ecafc2b53865217fe (patch) | |
tree | 365d65e48412447dd0994cb9aeee28842655e9f0 /sci-libs | |
parent | sci-libs/keras-preprocessing: Remove old (diff) | |
download | gentoo-f55fe751de11e02b9cd8870ecafc2b53865217fe.tar.gz gentoo-f55fe751de11e02b9cd8870ecafc2b53865217fe.tar.bz2 gentoo-f55fe751de11e02b9cd8870ecafc2b53865217fe.zip |
sci-libs/libaec: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libaec/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libaec/libaec-1.0.2.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/sci-libs/libaec/Manifest b/sci-libs/libaec/Manifest index 084380af185c..58dd6adaa818 100644 --- a/sci-libs/libaec/Manifest +++ b/sci-libs/libaec/Manifest @@ -1,2 +1 @@ -DIST libaec-1.0.2.tar.gz 767910 BLAKE2B 4d843839b21d93a7ae0f90627217978d1d7262dff35962bb7fe7a9f62f57b5042c36278ff61ad7d7aa3ad1a7cdd1ceb75a59dcc1ab9b3d1c899c506ffe5819d3 SHA512 28a8839089e4b643b259cb8679b96e602a35098d1129baae6b3923767060e5deabfa33256d628a8bcbf205368cda5f2e6701078de0caccf44e0597d932a67ba2 DIST libaec-1.0.4.tar.gz 2775768 BLAKE2B e083c5e268296227b5193c2192f7c52d47f8cef08823de013453ffd2c5f8c115921a79c60286e7582cbfcbb914c5e8ad4c2493e4ec89395df3be2206bc893591 SHA512 74d01208ad3a426d68895dbfa8a830c96618a219f27745ecfd94b248462748e772c266e7fb0d4e4f4c75f8953a97f835fb2ece67317cf9e9a7495360362d22eb diff --git a/sci-libs/libaec/libaec-1.0.2.ebuild b/sci-libs/libaec/libaec-1.0.2.ebuild deleted file mode 100644 index 522312775eda..000000000000 --- a/sci-libs/libaec/libaec-1.0.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils vcs-snapshot - -DESCRIPTION="Adaptive Entropy Coding library" -HOMEPAGE="https://gitlab.dkrz.de/k202009/libaec" -SRC_URI="https://gitlab.dkrz.de/k202009/libaec/repository/archive.tar.gz?ref=v${PV} -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/2" -KEYWORDS="~amd64 arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+szip" - -DEPEND="" -RDEPEND="szip? ( !sci-libs/szip )" - -src_install() { - cmake-utils_src_install - # avoid conflict with szip (easier than to patch) - if ! use szip; then - rm "${ED}"/usr/include/szlib.h || die - rm "${ED}"/usr/$(get_libdir)/libsz* || die - rm "${ED}"/usr/share/doc/${PF}/README.SZIP || die - fi -} |