diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-ruby/phlex | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/phlex')
| -rw-r--r-- | dev-ruby/phlex/Manifest | 3 | ||||
| -rw-r--r-- | dev-ruby/phlex/metadata.xml | 14 | ||||
| -rw-r--r-- | dev-ruby/phlex/phlex-1.11.1.ebuild | 39 | ||||
| -rw-r--r-- | dev-ruby/phlex/phlex-2.2.2.ebuild | 42 | ||||
| -rw-r--r-- | dev-ruby/phlex/phlex-2.3.2.ebuild | 43 |
5 files changed, 141 insertions, 0 deletions
diff --git a/dev-ruby/phlex/Manifest b/dev-ruby/phlex/Manifest new file mode 100644 index 000000000000..54abacad6032 --- /dev/null +++ b/dev-ruby/phlex/Manifest @@ -0,0 +1,3 @@ +DIST phlex-1.11.1.tar.gz 88743 BLAKE2B 7ec516a2ed90007ac5ec662ab73419476d33ced79d1b9a0a207be490acd13d91be2aa8864c9ecfb0f58e4840dd6c909e35d577fbb789dc39c4a2a5717e047f7a SHA512 5a84a41dbd37880d17f30b31439c24588006e17a5090b5eaada8d0c70de6deb1b68e1e9a44b7374a5d82890352c6863ea13afc9d2f8b538e01ecd64e8276eac2 +DIST phlex-2.2.2.tar.gz 90916 BLAKE2B c39c018917e66521f230d96c06e703ac1a46939ce3458d3cf2da72beb8d08e3c7ad2be1e5f9591d7cd47d50d2e80563d2aa3f728195a47bd08f4d320f5d775d4 SHA512 c6ddcc3b504f8fb2c3850d0a56f49b19791bc67ef9574e16f1d7c4f88b1423fdfd7e107da513790d957693e3cee873e9decda519a01de75c4adaf4c7050d5751 +DIST phlex-2.3.2.tar.gz 91675 BLAKE2B dedb6d13eaa48937ddb979870965516e69570925207a3833f76d6e7ad1177e846dd3ae6467d2f0a89ebdcf04bed34094e383d2157fb731c19d371b2e624b81d5 SHA512 a38896c3ae3c5f178a4913c0212862423a0a0d7bdd4fc1ffd0bc57e51070929a77f71b54ba6e522447167103bd7a35e9579603440d58bb48d5261c27e31bd0d7 diff --git a/dev-ruby/phlex/metadata.xml b/dev-ruby/phlex/metadata.xml new file mode 100644 index 000000000000..4b43905769d3 --- /dev/null +++ b/dev-ruby/phlex/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>csfore@gentoo.org</email> + </maintainer> + <maintainer type="project"> + <email>ruby@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="rubygems">phlex</remote-id> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-ruby/phlex/phlex-1.11.1.ebuild b/dev-ruby/phlex/phlex-1.11.1.ebuild new file mode 100644 index 000000000000..bad16d3e9f25 --- /dev/null +++ b/dev-ruby/phlex/phlex-1.11.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" +RUBY_FAKEGEM_GEMSPEC="phlex.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="sus" + +inherit ruby-fakegem + +DESCRIPTION="A framework for building object-oriented views in Ruby" +HOMEPAGE="https://github.com/yippee-fun/phlex" +SRC_URI="https://github.com/yippee-fun/phlex/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_bdepend "test? ( + >=dev-ruby/concurrent-ruby-1.2:1 +)" + +all_ruby_prepare() { + sed -e 's:_relative ": "./:' \ + -e 's/__dir__/"."/' \ + -i ${RUBY_FAKEGEM_GEMSPEC} || die + + sed -e '/bundler/I s:^:#:' \ + -e '1irequire "concurrent"' \ + -i config/sus.rb || die +} + +each_ruby_test() { + RUBYLIB=lib each_fakegem_test +} diff --git a/dev-ruby/phlex/phlex-2.2.2.ebuild b/dev-ruby/phlex/phlex-2.2.2.ebuild new file mode 100644 index 000000000000..7f652dd9f9e6 --- /dev/null +++ b/dev-ruby/phlex/phlex-2.2.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby32 ruby33 ruby34" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_GEMSPEC="phlex.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="sus" + +inherit ruby-fakegem + +DESCRIPTION="A framework for building object-oriented views in Ruby" +HOMEPAGE="https://github.com/yippee-fun/phlex" +SRC_URI="https://github.com/yippee-fun/phlex/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_rdepend ">=dev-ruby/zeitwerk-2.7:2" + +ruby_add_bdepend "test? ( + >=dev-ruby/concurrent-ruby-1.2:1 +)" + +all_ruby_prepare() { + sed -e 's:_relative ": "./:' \ + -e 's/__dir__/"."/' \ + -i ${RUBY_FAKEGEM_GEMSPEC} || die + + sed -e '/bundler/I s:^:#:' \ + -e '1irequire "concurrent"' \ + -e '/simplecov/,/SimpleCov.command_name/ s:^:#:' \ + -i config/sus.rb || die +} + +each_ruby_test() { + RUBYLIB=lib each_fakegem_test +} diff --git a/dev-ruby/phlex/phlex-2.3.2.ebuild b/dev-ruby/phlex/phlex-2.3.2.ebuild new file mode 100644 index 000000000000..b82b8db03953 --- /dev/null +++ b/dev-ruby/phlex/phlex-2.3.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby32 ruby33 ruby34" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_GEMSPEC="phlex.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="sus" + +inherit ruby-fakegem + +DESCRIPTION="A framework for building object-oriented views in Ruby" +HOMEPAGE="https://github.com/yippee-fun/phlex" +SRC_URI="https://github.com/yippee-fun/phlex/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_rdepend ">=dev-ruby/zeitwerk-2.7:2" + +ruby_add_bdepend "test? ( + >=dev-ruby/concurrent-ruby-1.2:1 +)" + +all_ruby_prepare() { + sed -e 's:_relative ": "./:' \ + -e 's/__dir__/"."/' \ + -i ${RUBY_FAKEGEM_GEMSPEC} || die + + sed -e '/bundler/I s:^:#:' \ + -e '1irequire "concurrent"' \ + -e '/simplecov/,/SimpleCov.command_name/ s:^:#:' \ + -i config/sus.rb || die +} + +each_ruby_test() { + RUBYLIB=lib each_fakegem_test +} |
