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 9633615864F for ; Fri, 24 Mar 2023 03:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D635E087E; Fri, 24 Mar 2023 03:58:49 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB518E0876 for ; Fri, 24 Mar 2023 03:58:48 +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 92738340C08 for ; Fri, 24 Mar 2023 03:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D165D17 for ; Fri, 24 Mar 2023 03:58:45 +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: <1679627484.bd23b693d9eb44e13e6f509e80fc52f62ad2e543.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/thor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/thor/thor-1.1.0.ebuild dev-ruby/thor/thor-1.2.1-r1.ebuild dev-ruby/thor/thor-1.2.1.ebuild X-VCS-Directories: dev-ruby/thor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd23b693d9eb44e13e6f509e80fc52f62ad2e543 X-VCS-Branch: master Date: Fri, 24 Mar 2023 03:58:45 +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: 9cd24856-84a6-4d48-9218-16379a3dc5c6 X-Archives-Hash: fd682d95b1a1839268de1eebfdb7e716 commit: bd23b693d9eb44e13e6f509e80fc52f62ad2e543 Author: Sam James gentoo org> AuthorDate: Fri Mar 24 03:11:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 24 03:11:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd23b693 dev-ruby/thor: update DESCRIPTION I think this was a copy/paste error from elsewhere. Signed-off-by: Sam James gentoo.org> dev-ruby/thor/thor-1.1.0.ebuild | 4 ++-- dev-ruby/thor/thor-1.2.1-r1.ebuild | 2 +- dev-ruby/thor/thor-1.2.1.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/thor/thor-1.1.0.ebuild b/dev-ruby/thor/thor-1.1.0.ebuild index bc66fcb688e2..063dc3ff34fe 100644 --- a/dev-ruby/thor/thor-1.1.0.ebuild +++ b/dev-ruby/thor/thor-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2000-2021 Gentoo Authors +# Copyright 2000-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="thor.gemspec" inherit ruby-fakegem -DESCRIPTION="A scripting framework that replaces rake and sake" +DESCRIPTION="Simple and efficient tool for building self-documenting command line utilities" HOMEPAGE="http://whatisthor.com/" SRC_URI="https://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" diff --git a/dev-ruby/thor/thor-1.2.1-r1.ebuild b/dev-ruby/thor/thor-1.2.1-r1.ebuild index 36f75056ec54..c37062054e0e 100644 --- a/dev-ruby/thor/thor-1.2.1-r1.ebuild +++ b/dev-ruby/thor/thor-1.2.1-r1.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="thor.gemspec" inherit ruby-fakegem -DESCRIPTION="A scripting framework that replaces rake and sake" +DESCRIPTION="Simple and efficient tool for building self-documenting command line utilities" HOMEPAGE="http://whatisthor.com/" SRC_URI="https://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" diff --git a/dev-ruby/thor/thor-1.2.1.ebuild b/dev-ruby/thor/thor-1.2.1.ebuild index 6d32e78e0474..e6d6b567ebcb 100644 --- a/dev-ruby/thor/thor-1.2.1.ebuild +++ b/dev-ruby/thor/thor-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2000-2022 Gentoo Authors +# Copyright 2000-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="thor.gemspec" inherit ruby-fakegem -DESCRIPTION="A scripting framework that replaces rake and sake" +DESCRIPTION="Simple and efficient tool for building self-documenting command line utilities" HOMEPAGE="http://whatisthor.com/" SRC_URI="https://github.com/erikhuda/${PN}/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz"