public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-blosc/
Date: Sun, 21 Feb 2021 08:25:50 +0000 (UTC)	[thread overview]
Message-ID: <1613895797.baa582a3b1c42f22a034118fad27e2798d3cc943.mgorny@gentoo> (raw)

commit:     baa582a3b1c42f22a034118fad27e2798d3cc943
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 08:12:09 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 08:23:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa582a3

dev-libs/c-blosc: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/c-blosc/Manifest              |  1 -
 dev-libs/c-blosc/c-blosc-1.20.1.ebuild | 47 ----------------------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-libs/c-blosc/Manifest b/dev-libs/c-blosc/Manifest
index 2d634e7a75c..ea29e0354bf 100644
--- a/dev-libs/c-blosc/Manifest
+++ b/dev-libs/c-blosc/Manifest
@@ -1,2 +1 @@
-DIST c-blosc-1.20.1.tar.gz 878895 BLAKE2B 54f91ffc0b270f8bc8ace8893c01ab6847096397f76b31c5adf0516903cee29d867973317de5d016807837ac098b170542c0b8e702d386bf9166de31863f6eab SHA512 59f83dfb3f0db6530daeae699f0915d6c8a7186cea1fe2face7110f5c94c2e8ccc12eb0078de968552b6ac32163b2ec6fb19b79966d2c85574a2676b454f5475
 DIST c-blosc-1.21.0.tar.gz 907199 BLAKE2B 08c52ce5f0d285798aef8720378d1cc3f2d2b0a99cf47f0a49dc82757a0edb4a37c5c0d226a80bae5f9be74b5c2a070906387b9677df71ea6b825662997168a1 SHA512 76758176f91979794dc3b8d46c21294d81e33fda4f2e299b031f2dc059d77e351e3f5f1c984b0263713d6e04c48534984d580244573dd96f0198dd3838b9f376

diff --git a/dev-libs/c-blosc/c-blosc-1.20.1.ebuild b/dev-libs/c-blosc/c-blosc-1.20.1.ebuild
deleted file mode 100644
index a29541d5e36..00000000000
--- a/dev-libs/c-blosc/c-blosc-1.20.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Blocking, shuffling and lossless compression library"
-HOMEPAGE="https://www.blosc.org/"
-SRC_URI="https://github.com/Blosc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="+lz4 +snappy test zlib zstd"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	lz4? ( >=app-arch/lz4-1.7.5:= )
-	snappy? ( app-arch/snappy )
-	zlib? ( sys-libs/zlib )
-	zstd? ( app-arch/zstd )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	cmake_src_prepare
-	# remove bundled libs
-	rm -rf internal-complibs || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_STATIC=OFF
-		-DBUILD_TESTS=$(usex test)
-		-DBUILD_BENCHMARKS=OFF
-		-DBUILD_FUZZERS=OFF
-		-DDEACTIVATE_LZ4=$(usex !lz4)
-		-DDEACTIVATE_SNAPPY=$(usex !snappy)
-		-DDEACTIVATE_ZLIB=$(usex !zlib)
-		-DDEACTIVATE_ZSTD=$(usex !zstd)
-		-DPREFER_EXTERNAL_LZ4=ON
-		# snappy is always external
-		-DPREFER_EXTERNAL_ZLIB=ON
-		-DPREFER_EXTERNAL_ZSTD=ON
-	)
-	cmake_src_configure
-}


             reply	other threads:[~2021-02-21  8:25 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-21  8:25 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13 19:25 [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-blosc/ Michał Górny
2024-07-13 19:05 Sam James
2024-07-13 18:14 Arthur Zamarin
2024-07-13 15:21 Arthur Zamarin
2024-07-13 14:35 Sam James
2024-07-13 12:10 Arthur Zamarin
2024-07-13  9:36 Arthur Zamarin
2024-06-25  8:01 Michał Górny
2024-01-04 11:29 WANG Xuerui
2023-10-06 15:05 Sam James
2023-10-06 14:55 Sam James
2023-10-06 14:55 Sam James
2023-09-02 14:11 Michał Górny
2023-08-02 12:01 Michał Górny
2023-08-02 11:58 Arthur Zamarin
2023-07-24 11:03 Jakov Smolić
2023-07-24  9:25 Jakov Smolić
2023-07-24  8:54 Jakov Smolić
2023-05-16 16:28 Michał Górny
2022-12-28 15:03 Sam James
2022-12-28 15:03 Sam James
2022-12-28 15:03 Sam James
2022-12-28 15:03 Sam James
2022-12-28 15:03 Sam James
2022-12-28 15:00 Sam James
2022-12-28 13:29 Michał Górny
2022-12-28 13:29 Michał Górny
2022-12-16 11:32 Michał Górny
2022-12-07 14:43 Michał Górny
2022-02-14  8:35 Matt Turner
2021-12-18 15:39 Michał Górny
2021-12-18 15:09 Arthur Zamarin
2021-12-18 15:09 Arthur Zamarin
2021-12-18 14:58 Arthur Zamarin
2021-12-18 14:58 Arthur Zamarin
2021-12-18 13:38 Arthur Zamarin
2021-12-18 13:38 Arthur Zamarin
2021-11-14 23:51 Sam James
2021-10-24 21:14 Sam James
2021-10-07  7:21 Michał Górny
2021-09-06 23:42 Sam James
2021-08-15 22:03 Marek Szuba
2021-08-10  4:59 Sam James
2021-07-28 15:58 Sergei Trofimovich
2021-02-21  0:46 Sam James
2021-02-19 19:32 Thomas Deutschmann
2020-12-22 12:37 Michał Górny
2020-11-03  8:24 Michał Górny
2020-11-03  7:40 Sam James
2020-10-15 15:58 Sam James
2020-09-08 19:11 Michał Górny
2020-08-22  5:50 Agostino Sarubbo
2020-08-10 14:53 Agostino Sarubbo
2020-07-27  5:41 Michał Górny
2020-07-11 11:43 Sam James
2020-07-10 14:42 Sam James
2020-07-08  6:47 Sergei Trofimovich
2020-06-10 10:27 Michał Górny
2017-06-21 12:11 Agostino Sarubbo
2017-06-19 17:03 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1613895797.baa582a3b1c42f22a034118fad27e2798d3cc943.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox