summaryrefslogtreecommitdiff
path: root/dev-ruby/systemu
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/systemu
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/systemu')
-rw-r--r--dev-ruby/systemu/Manifest1
-rw-r--r--dev-ruby/systemu/metadata.xml12
-rw-r--r--dev-ruby/systemu/systemu-2.6.5-r1.ebuild25
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-ruby/systemu/Manifest b/dev-ruby/systemu/Manifest
deleted file mode 100644
index f4694abbec8f..000000000000
--- a/dev-ruby/systemu/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST systemu-2.6.5.gem 15872 BLAKE2B 795245f1741af87da43b51839d758123909e3d2a6bb95bd516bd5cc8b73fd38610c00445a49ceb784efedffc575eca96bc61e17585dd50c67bf0ecfc6b9256d1 SHA512 1755e1d24f6d93fd07578859873b94d3fbc855f86c94bf9eb0389959837e94e432883c638ed188e75254312c2ac66eee2041d8b13eff428b473ddf8a8105461f
diff --git a/dev-ruby/systemu/metadata.xml b/dev-ruby/systemu/metadata.xml
deleted file mode 100644
index 6ed983b73916..000000000000
--- a/dev-ruby/systemu/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">ahoward/systemu</remote-id>
- <remote-id type="rubygems">systemu</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild b/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
deleted file mode 100644
index 9ce75a9236bb..000000000000
--- a/dev-ruby/systemu/systemu-2.6.5-r1.ebuild
+++ /dev/null
@@ -1,25 +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 ruby40"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Universal capture of STDOUT and STDERR and handling of child process PID"
-HOMEPAGE="https://github.com/ahoward/systemu"
-
-LICENSE="Ruby-BSD"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-all_ruby_install() {
- all_fakegem_install
-
- dodoc -r samples
-}