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 DB370158009 for ; Thu, 22 Jun 2023 03:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E414FE0952; Thu, 22 Jun 2023 03:54:35 +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 CE812E0952 for ; Thu, 22 Jun 2023 03:54:35 +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 D3B71340E73 for ; Thu, 22 Jun 2023 03:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17BD9A9C for ; Thu, 22 Jun 2023 03:54:33 +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: <1687406043.e4f477b62a99acbb0fbe4aad4db220105322386d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CDDB/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/CDDB/CDDB-1.222.0-r3.ebuild X-VCS-Directories: dev-perl/CDDB/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4f477b62a99acbb0fbe4aad4db220105322386d X-VCS-Branch: master Date: Thu, 22 Jun 2023 03:54:33 +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: f0178d58-7972-48c1-8828-2aaca59a20c9 X-Archives-Hash: 969526d18ce2126be110e07b3511297f commit: e4f477b62a99acbb0fbe4aad4db220105322386d Author: Sam James gentoo org> AuthorDate: Thu Jun 22 03:38:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 22 03:54:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f477b6 dev-perl/CDDB: update DESCRIPTION Signed-off-by: Sam James gentoo.org> dev-perl/CDDB/CDDB-1.222.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/CDDB/CDDB-1.222.0-r3.ebuild b/dev-perl/CDDB/CDDB-1.222.0-r3.ebuild index 5ab72190c086..542c427d6e2b 100644 --- a/dev-perl/CDDB/CDDB-1.222.0-r3.ebuild +++ b/dev-perl/CDDB/CDDB-1.222.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ DIST_VERSION=1.222 DIST_EXAMPLES=( "eg/*" ) inherit perl-module -DESCRIPTION="high-level interface to cddb/freedb protocol" +DESCRIPTION="High-level interface to cddb/freedb protocol" SLOT="0" KEYWORDS="amd64 ~ia64 ppc sparc x86"