diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-ruby/ptools | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/ptools')
| -rw-r--r-- | dev-ruby/ptools/Manifest | 2 | ||||
| -rw-r--r-- | dev-ruby/ptools/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-ruby/ptools/ptools-1.5.0.ebuild | 20 | ||||
| -rw-r--r-- | dev-ruby/ptools/ptools-1.5.2.ebuild | 20 |
4 files changed, 55 insertions, 0 deletions
diff --git a/dev-ruby/ptools/Manifest b/dev-ruby/ptools/Manifest new file mode 100644 index 000000000000..1252f0a95b6a --- /dev/null +++ b/dev-ruby/ptools/Manifest @@ -0,0 +1,2 @@ +DIST ptools-1.5.0.gem 53760 BLAKE2B 49de9513c33dc2840138a88cfc3ab85639426f731138a62c746612715509b6426032e72d59f7789deb3a932de88e81fd0762f744a7abc5be09e782b68eb22647 SHA512 e79b069dc50796ba979c34028d11e65804b398c60328edb349ef6dec6c133166aecc1255fe583bdb06f7b2a7d835de77dd7ec38180d3b23e3f7d321d7e0724e9 +DIST ptools-1.5.2.gem 53760 BLAKE2B 713c2ef8e51e5c865f120b4dc92e03303fe2d00048ee6ea180b328e0cf2d73704c9a6f399eab7de60477f54ec229e61c9b48d45f8c74c0e9e0610d65d23cebf5 SHA512 accb9d4e72296e4a6f34fa8afd9500f92e743aa9d4a3a05068d4d2d16ada69fe78035f8bdf5378b48578b9d61fd748694307dc59101be0e7d608baa8d6016adf diff --git a/dev-ruby/ptools/metadata.xml b/dev-ruby/ptools/metadata.xml new file mode 100644 index 000000000000..4791600f3588 --- /dev/null +++ b/dev-ruby/ptools/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>robbat2@gentoo.org</email> + <name>Robin H. Johnson</name> + </maintainer> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</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..e57e9d59acaf --- /dev/null +++ b/dev-ruby/ptools/ptools-1.5.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +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" diff --git a/dev-ruby/ptools/ptools-1.5.2.ebuild b/dev-ruby/ptools/ptools-1.5.2.ebuild new file mode 100644 index 000000000000..9778768ee7f6 --- /dev/null +++ b/dev-ruby/ptools/ptools-1.5.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby32 ruby33 ruby34 ruby40" + +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" |
