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 B827115864F for ; Fri, 24 Mar 2023 03:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26832E0891; Fri, 24 Mar 2023 03:58:52 +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 39624E0893 for ; Fri, 24 Mar 2023 03:58: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 3ACEE340C08 for ; Fri, 24 Mar 2023 03:58:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54A16923 for ; Fri, 24 Mar 2023 03:58:46 +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: <1679628095.0a90c186238ca9166efe6b7f78e0a99104773a2d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/async-io/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/async-io/async-io-1.34.0.ebuild dev-ruby/async-io/async-io-1.34.1.ebuild dev-ruby/async-io/async-io-1.34.3.ebuild X-VCS-Directories: dev-ruby/async-io/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a90c186238ca9166efe6b7f78e0a99104773a2d X-VCS-Branch: master Date: Fri, 24 Mar 2023 03:58:46 +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: 02442c3e-4619-460a-84da-e6e492d36fcb X-Archives-Hash: d3bc7eefaa4715ce6046c09387df89a8 commit: 0a90c186238ca9166efe6b7f78e0a99104773a2d Author: Sam James gentoo org> AuthorDate: Fri Mar 24 03:21:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 24 03:21:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a90c186 dev-ruby/async-io: fix typo in DESCRIPTION Signed-off-by: Sam James gentoo.org> dev-ruby/async-io/async-io-1.34.0.ebuild | 4 ++-- dev-ruby/async-io/async-io-1.34.1.ebuild | 4 ++-- dev-ruby/async-io/async-io-1.34.3.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/async-io/async-io-1.34.0.ebuild b/dev-ruby/async-io/async-io-1.34.0.ebuild index 7cb23494607f..e589624a3e9e 100644 --- a/dev-ruby/async-io/async-io-1.34.0.ebuild +++ b/dev-ruby/async-io/async-io-1.34.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem -DESCRIPTION="Provides support for asynchonous TCP, UDP, UNIX and SSL sockets" +DESCRIPTION="Provides support for asynchronous TCP, UDP, UNIX and SSL sockets" HOMEPAGE="https://github.com/socketry/async-io" SRC_URI="https://github.com/socketry/async-io/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-ruby/async-io/async-io-1.34.1.ebuild b/dev-ruby/async-io/async-io-1.34.1.ebuild index b05783e45f7e..c10aff9bf137 100644 --- a/dev-ruby/async-io/async-io-1.34.1.ebuild +++ b/dev-ruby/async-io/async-io-1.34.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem -DESCRIPTION="Provides support for asynchonous TCP, UDP, UNIX and SSL sockets" +DESCRIPTION="Provides support for asynchronous TCP, UDP, UNIX and SSL sockets" HOMEPAGE="https://github.com/socketry/async-io" SRC_URI="https://github.com/socketry/async-io/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-ruby/async-io/async-io-1.34.3.ebuild b/dev-ruby/async-io/async-io-1.34.3.ebuild index affbb723ae03..c10aff9bf137 100644 --- a/dev-ruby/async-io/async-io-1.34.3.ebuild +++ b/dev-ruby/async-io/async-io-1.34.3.ebuild @@ -11,7 +11,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem -DESCRIPTION="Provides support for asynchonous TCP, UDP, UNIX and SSL sockets" +DESCRIPTION="Provides support for asynchronous TCP, UDP, UNIX and SSL sockets" HOMEPAGE="https://github.com/socketry/async-io" SRC_URI="https://github.com/socketry/async-io/archive/v${PV}.tar.gz -> ${P}.tar.gz"