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 825B4158009 for ; Thu, 22 Jun 2023 02:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0FF2E09C9; Thu, 22 Jun 2023 02:49:50 +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 851AEE09C9 for ; Thu, 22 Jun 2023 02:49:50 +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 A626B341037 for ; Thu, 22 Jun 2023 02:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F76AA5 for ; Thu, 22 Jun 2023 02:49:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687402067.83b89f8588d1683c7d577563a2d96ea2b5966709.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Compress-LZF/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild X-VCS-Directories: dev-perl/Compress-LZF/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 83b89f8588d1683c7d577563a2d96ea2b5966709 X-VCS-Branch: master Date: Thu, 22 Jun 2023 02:49:47 +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: 0c874ad9-1fc0-47c6-be3c-6eda62e049f6 X-Archives-Hash: 01ad546978b0d15ae27970a04febf768 commit: 83b89f8588d1683c7d577563a2d96ea2b5966709 Author: Sam James gentoo org> AuthorDate: Thu Jun 22 02:47:47 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 22 02:47:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b89f85 dev-perl/Compress-LZF: update DESCRIPTION Signed-off-by: Sam James gentoo.org> dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild b/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild index 4c3508ba9f93..b1a0f36305cc 100644 --- a/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild +++ b/dev-perl/Compress-LZF/Compress-LZF-3.800.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ DIST_AUTHOR=MLEHMANN DIST_VERSION=3.8 inherit perl-module -DESCRIPTION="extremely light-weight Lempel-Ziv-Free compression" +DESCRIPTION="Extremely light-weight Lempel-Ziv-Free compression" # lzfP.h for BSD/GPL2+ LICENSE="|| ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )" SLOT="0"