From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D133158086 for ; Thu, 14 Oct 2021 08:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5810BE0863; Thu, 14 Oct 2021 08:04:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A67AE0863 for ; Thu, 14 Oct 2021 08:04:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33680342F02 for ; Thu, 14 Oct 2021 08:04:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1EFFEC for ; Thu, 14 Oct 2021 08:04:51 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1634198682.481d4038870ec68590e282eaae3a6ec9d4c957ef.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/szip/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/szip/Manifest sci-libs/szip/szip-2.1.1.ebuild X-VCS-Directories: sci-libs/szip/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 481d4038870ec68590e282eaae3a6ec9d4c957ef X-VCS-Branch: master Date: Thu, 14 Oct 2021 08:04:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0728aa5c-cadf-42bd-9479-c81b39bc887b X-Archives-Hash: 505149e2ffa948fa4f4e399788a52b98 commit: 481d4038870ec68590e282eaae3a6ec9d4c957ef Author: Jakov Smolić gentoo org> AuthorDate: Thu Oct 14 07:42:28 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Oct 14 08:04:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481d4038 sci-libs/szip: Revert "drop 2.1.1" * I've accidentaly removed version 2.1.1 instead of 2.1 This reverts commit 0ce003d9c0ff4b5d4670516b890e67b677a004a1. Signed-off-by: Jakov Smolić gentoo.org> sci-libs/szip/Manifest | 1 + sci-libs/szip/szip-2.1.1.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/sci-libs/szip/Manifest b/sci-libs/szip/Manifest index 8514ce8c09e..d322f045334 100644 --- a/sci-libs/szip/Manifest +++ b/sci-libs/szip/Manifest @@ -1 +1,2 @@ +DIST szip-2.1.1.tar.gz 415774 BLAKE2B e0f8d1f6528801c422a4db0f0cad43dd2c17f913dfff85962f4b4d448176903bcb385f631d32c5328cfb114527220baa9fb7d560364f700a61d4930ce799a7a4 SHA512 ada6406efb096cd8a2daf8f9217fe9111a96dcae87e29d1c31f58ddd2ad2aa7bac03f23c7205dc9360f3b62d259461759330c7189ef0c2fe559704b1ea9d40dd DIST szip-2.1.tar.gz 383219 BLAKE2B 84e10763bcec885a423d64c2c3cff0632d7a6a39c8cd177cf607f549cb4cd02a4ca03362464c2c4ec4539c80149493329427f529f5d6daea4a35b91af6fa1538 SHA512 bb7e0af6dfaaaaa85013ef52e6901d5b7b6159795338d285c2e843bd2879230a6397fb072662fdfeda5690981db4e9af94782c057bf993f92516d92a8934cb75 diff --git a/sci-libs/szip/szip-2.1.1.ebuild b/sci-libs/szip/szip-2.1.1.ebuild new file mode 100644 index 00000000000..ebfb026a668 --- /dev/null +++ b/sci-libs/szip/szip-2.1.1.ebuild @@ -0,0 +1,30 @@ +# 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 +}