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 451C5158091 for ; Mon, 6 Jun 2022 07:38:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AB3BE08DD; Mon, 6 Jun 2022 07:38:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B817E08DD for ; Mon, 6 Jun 2022 07:38:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B0763416FB for ; Mon, 6 Jun 2022 07:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D09CE4C3 for ; Mon, 6 Jun 2022 07:38:24 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1654501101.49ecbaef30e1a29f0f3c0e2cf8d859b948fa0028.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/csnappy/csnappy-0_pre20220804.ebuild X-VCS-Directories: app-arch/csnappy/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 49ecbaef30e1a29f0f3c0e2cf8d859b948fa0028 X-VCS-Branch: master Date: Mon, 6 Jun 2022 07:38:24 +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: 74aeb7ed-52e1-44ed-9a7a-0556bba5d564 X-Archives-Hash: d8e98beec8e32453e9181abc186ef749 commit: 49ecbaef30e1a29f0f3c0e2cf8d859b948fa0028 Author: Florian Schmaus gentoo org> AuthorDate: Mon Jun 6 07:37:26 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jun 6 07:38:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ecbaef app-arch/csnappy: update DESCRIPTION Signed-off-by: Florian Schmaus gentoo.org> app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild index 9daf8f9fe45e..d6394d37e19c 100644 --- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild +++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs MY_COMMIT="6c10c305e8dde193546e6b33cf8a785d5dc123e2" -DESCRIPTION="Google snappy in C for Linux Kernel" +DESCRIPTION="Google's snappy compression library for the Linux Kernel" HOMEPAGE="https://github.com/zeevt/csnappy" SRC_URI="https://github.com/zeevt/csnappy/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-${MY_COMMIT}