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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB6E6158090 for ; Sat, 28 May 2022 23:44:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E73CDE07B3; Sat, 28 May 2022 23:44:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CEA5E077A for ; Sat, 28 May 2022 23:44:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73B5D3417B7 for ; Sat, 28 May 2022 23:44:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D54AC4D3 for ; Sat, 28 May 2022 23:44:37 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653780828.dd01d5d671056704adf70cda880ebbecc5b807ea.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/fsst/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/fsst/Manifest dev-libs/fsst/fsst-0_pre20200830-r1.ebuild dev-libs/fsst/fsst-0_pre20200830.ebuild X-VCS-Directories: dev-libs/fsst/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: dd01d5d671056704adf70cda880ebbecc5b807ea X-VCS-Branch: dev Date: Sat, 28 May 2022 23:44: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c97e6939-399c-4e4b-b2bb-46e86bb2ecb8 X-Archives-Hash: 66e98bc02cd4b896f002752d3ab9b3d1 commit: dd01d5d671056704adf70cda880ebbecc5b807ea Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 28 23:33:48 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat May 28 23:33:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd01d5d6 dev-libs/fsst: EAPI 8 Signed-off-by: Alessandro Barbieri gmail.com> dev-libs/fsst/Manifest | 2 +- .../{fsst-0_pre20200830.ebuild => fsst-0_pre20200830-r1.ebuild} | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-libs/fsst/Manifest b/dev-libs/fsst/Manifest index 417198ca8..38a3f83ee 100644 --- a/dev-libs/fsst/Manifest +++ b/dev-libs/fsst/Manifest @@ -1 +1 @@ -DIST fsst-0_pre20200830.tar.gz 32289281 BLAKE2B 21184f7d80193ebcc279f38b8fdc2be563a65a7296ce226c8ae4da19cbd946b1bb412c5f4c661e3ad0405b03b57f83b4257ecf78f9642fb09a9eccd56616a8b1 SHA512 9dd416d0a711a6c38e8e0d8b445f328e5826096293dc1f1152ae3e67470d2f8f1d9df2bb88815f1178b67c8cd0ad130f9fa9b59a9547bcc272d37782c239d7b7 +DIST fsst-0_pre20200830.gh.tar.gz 32289281 BLAKE2B 21184f7d80193ebcc279f38b8fdc2be563a65a7296ce226c8ae4da19cbd946b1bb412c5f4c661e3ad0405b03b57f83b4257ecf78f9642fb09a9eccd56616a8b1 SHA512 9dd416d0a711a6c38e8e0d8b445f328e5826096293dc1f1152ae3e67470d2f8f1d9df2bb88815f1178b67c8cd0ad130f9fa9b59a9547bcc272d37782c239d7b7 diff --git a/dev-libs/fsst/fsst-0_pre20200830.ebuild b/dev-libs/fsst/fsst-0_pre20200830-r1.ebuild similarity index 89% rename from dev-libs/fsst/fsst-0_pre20200830.ebuild rename to dev-libs/fsst/fsst-0_pre20200830-r1.ebuild index 6c49b03ba..402640bea 100644 --- a/dev-libs/fsst/fsst-0_pre20200830.ebuild +++ b/dev-libs/fsst/fsst-0_pre20200830-r1.ebuild @@ -1,17 +1,18 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake COMMIT="fffb613071cb44319c0d6b743a8d6eafc2ed2ad7" + DESCRIPTION="Fast Static Symbol Table: fast text compression that allows random access" HOMEPAGE="https://github.com/cwida/fsst" -SRC_URI="https://github.com/cwida/fsst/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/cwida/fsst/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64" BDEPEND="app-admin/chrpath"