summaryrefslogtreecommitdiff
path: root/dev-ruby/phlex
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/phlex
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-ruby/phlex')
-rw-r--r--dev-ruby/phlex/Manifest3
-rw-r--r--dev-ruby/phlex/metadata.xml14
-rw-r--r--dev-ruby/phlex/phlex-1.11.1.ebuild39
-rw-r--r--dev-ruby/phlex/phlex-2.2.2.ebuild42
-rw-r--r--dev-ruby/phlex/phlex-2.3.2.ebuild43
5 files changed, 0 insertions, 141 deletions
diff --git a/dev-ruby/phlex/Manifest b/dev-ruby/phlex/Manifest
deleted file mode 100644
index 54abacad6032..000000000000
--- a/dev-ruby/phlex/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 15abd4cda216..000000000000
--- a/dev-ruby/phlex/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version = '1.0' encoding = 'UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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="github">yippee-fun/phlex</remote-id>
- <remote-id type="rubygems">phlex</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/phlex/phlex-1.11.1.ebuild b/dev-ruby/phlex/phlex-1.11.1.ebuild
deleted file mode 100644
index bad16d3e9f25..000000000000
--- a/dev-ruby/phlex/phlex-1.11.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
deleted file mode 100644
index 7f652dd9f9e6..000000000000
--- a/dev-ruby/phlex/phlex-2.2.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
deleted file mode 100644
index b82b8db03953..000000000000
--- a/dev-ruby/phlex/phlex-2.3.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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
-}