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 86CAE158094 for ; Wed, 6 Jul 2022 05:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82EC4E0E56; Wed, 6 Jul 2022 05:28:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 69066E0E56 for ; Wed, 6 Jul 2022 05:28:27 +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 6157D3411C6 for ; Wed, 6 Jul 2022 05:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C77EC527 for ; Wed, 6 Jul 2022 05:28:24 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1657085301.7657f9b3340d2594d5084bfca555dd79da7f8d57.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/paint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/paint/Manifest dev-ruby/paint/paint-2.3.0.ebuild X-VCS-Directories: dev-ruby/paint/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7657f9b3340d2594d5084bfca555dd79da7f8d57 X-VCS-Branch: master Date: Wed, 6 Jul 2022 05:28:24 +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: 9a1306d7-8fd2-4ef6-957f-fa2a8b6015fb X-Archives-Hash: 4855c6bdebd6690084d5e87e2e4e9add commit: 7657f9b3340d2594d5084bfca555dd79da7f8d57 Author: Hans de Graaff gentoo org> AuthorDate: Wed Jul 6 05:28:09 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jul 6 05:28:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7657f9b3 dev-ruby/paint: add 2.3.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/paint/Manifest | 1 + dev-ruby/paint/paint-2.3.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-ruby/paint/Manifest b/dev-ruby/paint/Manifest index 6f3b04320103..218af7b99b46 100644 --- a/dev-ruby/paint/Manifest +++ b/dev-ruby/paint/Manifest @@ -1 +1,2 @@ DIST paint-2.2.1.tar.gz 22181 BLAKE2B f0d3e39244fd103e7f248161369189e2e5dafc7eb0f0813998e0da4a80714ab355ca1ebb9357695e97b57db49a90198a2efc0a4043a4e7bfd18fedf58515d113 SHA512 8190c220310b724defa0f482b264afe32bcfd00044380dbb3d8354050857f121c1e084bd737f7b9b89a6950ea4be2c87b7f7282854641df65918bfb6bead5450 +DIST paint-2.3.0.tar.gz 24208 BLAKE2B 6f9028c26966ba5c7e0b7de0e9957b2cd73585679347f281a07d2ac95ab5d12f043580cc5afba8f68fd416854c1824b18ed1f53e11f24277f1718786729e66b9 SHA512 296c73ae3066f2114fdadfbaab81bb0f4b4893c8ab5b41d5dc8ef511104541df2a1bfd9f35582742769cb32e11ad22527fef7938952147eec6d4d36526fb5f60 diff --git a/dev-ruby/paint/paint-2.3.0.ebuild b/dev-ruby/paint/paint-2.3.0.ebuild new file mode 100644 index 000000000000..a7b57a3529d0 --- /dev/null +++ b/dev-ruby/paint/paint-2.3.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby26 ruby27 ruby30 ruby31" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md SHORTCUTS.md" + +RUBY_FAKEGEM_GEMSPEC=paint.gemspec + +inherit ruby-fakegem + +DESCRIPTION="Terminal painter" +HOMEPAGE="https://github.com/janlelis/paint" +SRC_URI="https://github.com/janlelis/paint/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test doc"