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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 127EE159C9B for ; Thu, 1 Aug 2024 05:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A71AE2A05; Thu, 1 Aug 2024 05:58:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 002DFE2A05 for ; Thu, 1 Aug 2024 05:58:52 +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 09B7A3409EC for ; Thu, 1 Aug 2024 05:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70B661CF5 for ; Thu, 1 Aug 2024 05:58:50 +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: <1722491500.46c23f7ce00183aec70aa25bc7d556adba6145b1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mustermann/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mustermann/Manifest dev-ruby/mustermann/mustermann-3.0.1.ebuild X-VCS-Directories: dev-ruby/mustermann/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 46c23f7ce00183aec70aa25bc7d556adba6145b1 X-VCS-Branch: master Date: Thu, 1 Aug 2024 05:58:50 +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: 93440be0-a7ff-4520-8f7a-44d999019eae X-Archives-Hash: e3bcf287b4aa43a475ae77d5f3881fda commit: 46c23f7ce00183aec70aa25bc7d556adba6145b1 Author: Hans de Graaff gentoo org> AuthorDate: Thu Aug 1 05:51:40 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Aug 1 05:51:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c23f7c dev-ruby/mustermann: add 3.0.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/mustermann/Manifest | 1 + dev-ruby/mustermann/mustermann-3.0.1.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ruby/mustermann/Manifest b/dev-ruby/mustermann/Manifest index f80e0a7b3bed..3d033e1c01cb 100644 --- a/dev-ruby/mustermann/Manifest +++ b/dev-ruby/mustermann/Manifest @@ -1 +1,2 @@ DIST mustermann-3.0.0.gem 50176 BLAKE2B fc77327de469f0886de782c577ac164b222bbe18074f1ec63c35a08344cfcdf9a2cb44b453c594e2b153db3055ff1e7bcf969240ade04e70be5cb85a73e486a3 SHA512 c33d41281fe2ac80c0af0c5c31dbab2068c73b9da19a4b82b387bbe551019fc115675634d932a8e56b070c3a06a85d830c982a103e6c5193aff8647f599be6e3 +DIST mustermann-3.0.1.gem 50176 BLAKE2B 4bbc549b1bd614aa4ec68ad60d0cfb85094bfe4e3d500b69be9f666e4d961d53c368ba513c89f252a47878349943afb5c2dfc757e51112fb42974bc314adebab SHA512 886cc49dd1acbf2af76faa4dfc0309841666438a1a53bbf69ed215ddd16fad2126033b571f6c95c2002e2a443479ac52f6d7750b0f7117daac3221a9b04dc011 diff --git a/dev-ruby/mustermann/mustermann-3.0.1.ebuild b/dev-ruby/mustermann/mustermann-3.0.1.ebuild new file mode 100644 index 000000000000..dbdc7c474bb2 --- /dev/null +++ b/dev-ruby/mustermann/mustermann-3.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33" + +# There are specs but they depend heavily on unpackaged code. +RUBY_FAKEGEM_RECIPE_TEST="none" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="A library implementing patterns that behave like regular expressions" +HOMEPAGE="https://github.com/sinatra/mustermann" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +ruby_add_rdepend "=dev-ruby/ruby2_keywords-0.0*"