diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-13 08:54:47 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-13 08:54:47 +0200 |
commit | 0ce003d9c0ff4b5d4670516b890e67b677a004a1 (patch) | |
tree | 624a8b9d93d8f275f3dc3b9cc34da05f62e30066 /sci-libs/szip/szip-2.1.1.ebuild | |
parent | dev-vcs/git: Synced live ebuilds (diff) | |
download | gentoo-0ce003d9c0ff4b5d4670516b890e67b677a004a1.tar.gz gentoo-0ce003d9c0ff4b5d4670516b890e67b677a004a1.tar.bz2 gentoo-0ce003d9c0ff4b5d4670516b890e67b677a004a1.zip |
sci-libs/szip: drop 2.1.1
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs/szip/szip-2.1.1.ebuild')
-rw-r--r-- | sci-libs/szip/szip-2.1.1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sci-libs/szip/szip-2.1.1.ebuild b/sci-libs/szip/szip-2.1.1.ebuild deleted file mode 100644 index ebfb026a668f..000000000000 --- a/sci-libs/szip/szip-2.1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Extended-Rice lossless compression algorithm implementation" -HOMEPAGE="https://www.hdfgroup.org/doc_resource/SZIP/" -SRC_URI="https://support.hdfgroup.org/ftp/lib-external/${PN}/${PV}/src/${P}.tar.gz" - -LICENSE="szip" -SLOT="0/2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND="!sci-libs/libaec[szip]" -DEPEND="" - -DOCS=( RELEASE.txt HISTORY.txt test/example.c ) - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - if ! use static-libs; then - find "${ED}" -name '*.la' -delete || die - fi -} |