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 14CFB138334 for ; Fri, 19 Oct 2018 09:57:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3B37E07F1; Fri, 19 Oct 2018 09:57:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 827D2E07A5 for ; Fri, 19 Oct 2018 09:57:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B797D335CCC for ; Fri, 19 Oct 2018 09:57:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B953C439 for ; Fri, 19 Oct 2018 09:57:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1539942443.dc6c1f59673f69369a98a030dfe184645f7494b5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lz4/Manifest app-arch/lz4/lz4-1.8.0.ebuild X-VCS-Directories: app-arch/lz4/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dc6c1f59673f69369a98a030dfe184645f7494b5 X-VCS-Branch: master Date: Fri, 19 Oct 2018 09:57:37 +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-Archives-Salt: d680280c-a784-42bd-a467-2ccb15b445fe X-Archives-Hash: a62b095ddeb2fd4cc73602a225ae28c5 commit: dc6c1f59673f69369a98a030dfe184645f7494b5 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 19 09:47:23 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 19 09:47:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6c1f59 app-arch/lz4: Drop old Signed-off-by: Michał Górny gentoo.org> app-arch/lz4/Manifest | 1 - app-arch/lz4/lz4-1.8.0.ebuild | 37 ------------------------------------- 2 files changed, 38 deletions(-) diff --git a/app-arch/lz4/Manifest b/app-arch/lz4/Manifest index b74f8732ee1..a082ac4cdcd 100644 --- a/app-arch/lz4/Manifest +++ b/app-arch/lz4/Manifest @@ -1,3 +1,2 @@ -DIST lz4-1.8.0.tar.gz 222840 BLAKE2B 0b33f920f59a5ec9576051baa9ba887b320d424f8f64e1a752124371797d3f8bf2dbf13ee2e7268ef363d70697b8358e7ad627489c6843c61bdba004df80c5ec SHA512 aea46d4a900a3ede7dd7b498ee938ecd98397d3277c5b3a85b4236a44777cba85cd68a2f32c993b872afda96c5dafe0cb3dd391101fe8181e17c9f48884c1535 DIST lz4-1.8.2.tar.gz 320742 BLAKE2B cd97b6a31a1f45d410d598af0b0b696b3ccc3ffdc4fd523316576ebc68e24e545b8ce359889b0dca1968b1c296cb69951617b91b49cbe8eb98cfdb9ce400803c SHA512 5fadc79334d37739c947d6dfc24f48ce82989fc5ee4f2bb8201ccf7ee3230b9e6e7c8488beb64050a035369f4247161d258bdb539578bec224ccebfef1b8a763 DIST lz4-1.8.3.tar.gz 327897 BLAKE2B e2be80be14c67cf1a07cc6a2e6f6777a87abdd15499b9c32b8096e09284aea19620adf930e28454ce105e325cff684d2625e0a38211705f3c105a80b72f56be5 SHA512 5d284f75a0c4ad11ebc4abb4394d98c863436da0718d62f648ef2e2cda8e5adf47617a4b43594375f7b0b673541a9ccfaf73880a55fd240986594558214dbf9f diff --git a/app-arch/lz4/lz4-1.8.0.ebuild b/app-arch/lz4/lz4-1.8.0.ebuild deleted file mode 100644 index 80f2cb6525f..00000000000 --- a/app-arch/lz4/lz4-1.8.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-multilib - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lz4/lz4.git" - EGIT_BRANCH=dev -else - SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos" -fi - -DESCRIPTION="Extremely Fast Compression algorithm" -HOMEPAGE="https://github.com/lz4/lz4" - -LICENSE="BSD-2 GPL-2" -# https://abi-laboratory.pro/tracker/timeline/lz4/ -# 1.7.5->1.8.0 has some minor changes; the only really incompatible -# would be removing 'const' from LZ4F_freeDecompressionContext() arg -# however, it is extremely unlikely that this 'const' would actually -# be relied on -SLOT="0/r131" -IUSE="static-libs" - -CMAKE_USE_DIR=${S}/contrib/cmake_unofficial - -multilib_src_configure() { - local mycmakeargs=( - -DBUILD_STATIC_LIBS=$(usex static-libs) - ) - - cmake-utils_src_configure -}