commit:     e9b2616b381955825b93ed678cd1361c39007d42
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 02:26:02 2023 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 02:29:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b2616b

dev-ruby/ptools: indirect dep for dev-ruby/facter

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 dev-ruby/ptools/Manifest            |  1 +
 dev-ruby/ptools/metadata.xml        | 15 +++++++++++++++
 dev-ruby/ptools/ptools-1.5.0.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/ptools/Manifest b/dev-ruby/ptools/Manifest
new file mode 100644
index 000000000000..37a92028caee
--- /dev/null
+++ b/dev-ruby/ptools/Manifest
@@ -0,0 +1 @@
+DIST ptools-1.5.0.gem 53760 BLAKE2B 
49de9513c33dc2840138a88cfc3ab85639426f731138a62c746612715509b6426032e72d59f7789deb3a932de88e81fd0762f744a7abc5be09e782b68eb22647
 SHA512 
e79b069dc50796ba979c34028d11e65804b398c60328edb349ef6dec6c133166aecc1255fe583bdb06f7b2a7d835de77dd7ec38180d3b23e3f7d321d7e0724e9

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

diff --git a/dev-ruby/ptools/ptools-1.5.0.ebuild 
b/dev-ruby/ptools/ptools-1.5.0.ebuild
new file mode 100644
index 000000000000..b9c0e5c85b5b
--- /dev/null
+++ b/dev-ruby/ptools/ptools-1.5.0.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="ruby27 ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Several handy methods to Ruby's core File class"
+HOMEPAGE="https://github.com/djberg96/ptools";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+#ruby_add_bdepend "test? ( dev-ruby/mkmf-lite )"

Reply via email to