commit:     ff34f30ad28c36b8cf6b95c36423227893635742
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 06:58:01 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 07:23:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff34f30a

dev-ruby/rspec-block_is_expected: new package, add 1.0.5

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rspec-block_is_expected/Manifest          |  1 +
 dev-ruby/rspec-block_is_expected/metadata.xml      | 11 +++++++++++
 .../rspec-block_is_expected-1.0.5.ebuild           | 23 ++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-ruby/rspec-block_is_expected/Manifest 
b/dev-ruby/rspec-block_is_expected/Manifest
new file mode 100644
index 000000000000..b3989f62ba64
--- /dev/null
+++ b/dev-ruby/rspec-block_is_expected/Manifest
@@ -0,0 +1 @@
+DIST rspec-block_is_expected-1.0.5.tar.gz 20486 BLAKE2B 
6ec1ffb606c646aae6f63845697d461946a7a3574b82506207f81f49c6d50282370b716f1d124b98cb19b79591522caf408fa978b2c0b423a3d6c9b986b32272
 SHA512 
4423948605ca58e15d4b6994cce6850487e72c265feda6461e6614374af4a6fef22329e1d62668b4930273c3f0f68348fdacaf67acbd4eeff771c8779d007194

diff --git a/dev-ruby/rspec-block_is_expected/metadata.xml 
b/dev-ruby/rspec-block_is_expected/metadata.xml
new file mode 100644
index 000000000000..c672ba5197f4
--- /dev/null
+++ b/dev-ruby/rspec-block_is_expected/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">pboling/rspec-block_is_expected</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git 
a/dev-ruby/rspec-block_is_expected/rspec-block_is_expected-1.0.5.ebuild 
b/dev-ruby/rspec-block_is_expected/rspec-block_is_expected-1.0.5.ebuild
new file mode 100644
index 000000000000..56505a35e475
--- /dev/null
+++ b/dev-ruby/rspec-block_is_expected/rspec-block_is_expected-1.0.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="rspec-block_is_expected.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simplify testing of blocks in RSpec"
+HOMEPAGE="https://github.com/pboling/rspec-block_is_expected";
+SRC_URI="https://github.com/pboling/rspec-block_is_expected/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+IUSE=""
+SLOT="1"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+ruby_add_depend "test? ( >=dev-ruby/rspec-pending_for-0.1:0 )"

Reply via email to