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 9394C15808B for ; Thu, 14 Apr 2022 03:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B0C6E0940; Thu, 14 Apr 2022 03:47:57 +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 7A355E0940 for ; Thu, 14 Apr 2022 03:47:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9C46C341F62 for ; Thu, 14 Apr 2022 03:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1314F3F1 for ; Thu, 14 Apr 2022 03:47:53 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1649907965.9dabc983f8d2d60baa85ba79fbfa03346bb4c395.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-bjnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-bjnp/cups-bjnp-2.0.3.ebuild X-VCS-Directories: net-print/cups-bjnp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9dabc983f8d2d60baa85ba79fbfa03346bb4c395 X-VCS-Branch: master Date: Thu, 14 Apr 2022 03:47:53 +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: 0de876be-b9c3-4acb-8821-91b8e28fed5e X-Archives-Hash: 36d88752363a0fc4f8a6eb4dfd36b76d commit: 9dabc983f8d2d60baa85ba79fbfa03346bb4c395 Author: Joonas Niilola gentoo org> AuthorDate: Wed Apr 13 14:25:48 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 14 03:46:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dabc983 net-print/cups-bjnp: update DESCRIPTION Signed-off-by: Joonas Niilola gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25016 net-print/cups-bjnp/cups-bjnp-2.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-print/cups-bjnp/cups-bjnp-2.0.3.ebuild b/net-print/cups-bjnp/cups-bjnp-2.0.3.ebuild index 613046076382..3db19754eb94 100644 --- a/net-print/cups-bjnp/cups-bjnp-2.0.3.ebuild +++ b/net-print/cups-bjnp/cups-bjnp-2.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DESCRIPTION="CUPS backend for the canon printers using the proprietary USB over IP BJNP protocol" +DESCRIPTION="CUPS backend for canon printers using proprietary USB over IP BJNP protocol" HOMEPAGE="https://sourceforge.net/projects/cups-bjnp/" SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"