commit: 0a90c186238ca9166efe6b7f78e0a99104773a2d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 24 03:21:35 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"