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 3F31415864F for ; Fri, 24 Mar 2023 03:58:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29735E0876; 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 BB9B4E0876 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 97F6C340C24 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 E57508E5 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: <1679627515.0f2d6eea046ecf53af2317d5b5da64e517fbf958.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/childlabor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild X-VCS-Directories: dev-ruby/childlabor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f2d6eea046ecf53af2317d5b5da64e517fbf958 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: 0b9c5ffd-7a4e-494d-b3e1-da350c756b24 X-Archives-Hash: 3f35b4a09628bf5f00d065e138f22297 commit: 0f2d6eea046ecf53af2317d5b5da64e517fbf958 Author: Sam James gentoo org> AuthorDate: Fri Mar 24 03:11:55 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 24 03:11:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2d6eea dev-ruby/childlabor: update DESCRIPTION I think this was a copy/paste error from elsewhere. Signed-off-by: Sam James gentoo.org> dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild b/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild index f7c8a220b6eb..532a0b976d40 100644 --- a/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild +++ b/dev-ruby/childlabor/childlabor-0.0.3-r2.ebuild @@ -12,7 +12,7 @@ RUBY_FAKEGEM_GEMSPEC="childlabor.gemspec" inherit ruby-fakegem -DESCRIPTION="A scripting framework that replaces rake and sake" +DESCRIPTION="Gem that helps manage child processes" HOMEPAGE="https://github.com/carllerche/childlabor" COMMIT_ID="6518b939dddbad20c7f05aa075d76e3ca6e70447" SRC_URI="https://github.com/carllerche/childlabor/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"