From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 1BFF81582EF for ; Sun, 16 Feb 2025 16:36:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 07258343133 for ; Sun, 16 Feb 2025 16:36:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 536D8110477; Sun, 16 Feb 2025 16:36:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 495A2110477 for ; Sun, 16 Feb 2025 16:36: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02C3E342FF7 for ; Sun, 16 Feb 2025 16:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 364A92736 for ; Sun, 16 Feb 2025 16:36:32 +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: <1739723686.67b9a9d9f6bc5719386d3e096334503a029b1e52.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ccid/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ccid/ccid-1.5.5.ebuild X-VCS-Directories: app-crypt/ccid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67b9a9d9f6bc5719386d3e096334503a029b1e52 X-VCS-Branch: master Date: Sun, 16 Feb 2025 16:36:32 +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: a0f9ec01-217a-4517-8906-9e47fb3562d2 X-Archives-Hash: 2ebb668c153de89b4c78e39e18f60dc3 commit: 67b9a9d9f6bc5719386d3e096334503a029b1e52 Author: Mason Rocha turret cyou> AuthorDate: Thu Sep 5 23:59:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 16 16:34:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b9a9d9 app-crypt/ccid: update upstream INSTALL url also update copyright year Signed-off-by: Mason Rocha turret.cyou> Signed-off-by: Sam James gentoo.org> app-crypt/ccid/ccid-1.5.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/ccid/ccid-1.5.5.ebuild b/app-crypt/ccid/ccid-1.5.5.ebuild index e5153164d98b..fccaa6c3c161 100644 --- a/app-crypt/ccid/ccid-1.5.5.ebuild +++ b/app-crypt/ccid/ccid-1.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -46,7 +46,7 @@ src_install() { pkg_postinst() { udev_reload - einfo "Check https://github.com/LudovicRousseau/CCID/blob/master/INSTALL" + einfo "Check https://github.com/LudovicRousseau/CCID/blob/master/INSTALL.md" einfo "for more info about how to configure and use ccid" }