summaryrefslogtreecommitdiff
path: root/dev-ruby/ruby-install
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/ruby-install
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/ruby-install')
-rw-r--r--dev-ruby/ruby-install/Manifest2
-rw-r--r--dev-ruby/ruby-install/files/ruby-install-0.10.2-skip-dependencies-tests.patch33
-rw-r--r--dev-ruby/ruby-install/metadata.xml9
-rw-r--r--dev-ruby/ruby-install/ruby-install-0.10.2.ebuild48
-rw-r--r--dev-ruby/ruby-install/ruby-install-0.9.3.ebuild44
5 files changed, 0 insertions, 136 deletions
diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
deleted file mode 100644
index 1f83b0c27220..000000000000
--- a/dev-ruby/ruby-install/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ruby-install-0.10.2.tar.gz 43661 BLAKE2B 249573d18029e54c69701a9a0eb7735b402fb94a40c3f797f0c107160dd96474a92d9b88fa8a20b6ed26296b59712f6e4062569eee82bb8864419f4b589b4032 SHA512 74b959b234794510ad0eb20906009ecee2a764fc5ee86e4d4962bdc9eee1b134c5d8b2606b1b71c7ae36ac3deed353469808f230726d01ebc97bc6cfcb04d20c
-DIST ruby-install-0.9.3.tar.gz 39008 BLAKE2B aa498ec23eb96f1732e4b46b286939e9f39e632d1215e70bdcbc4ae05d2e490711ba4f9ae2766af4bb068e5ed9dbb041f118ff8fd4b6fb430294f5d7c84cf417 SHA512 4c9576ba5a825b696d4586034110adabbb687a8cefb27ade2d2129a23463ea7d9c01372c92395a1fcc2d35655a0d5f708a9d1368ee33051add602a8676da3c9e
diff --git a/dev-ruby/ruby-install/files/ruby-install-0.10.2-skip-dependencies-tests.patch b/dev-ruby/ruby-install/files/ruby-install-0.10.2-skip-dependencies-tests.patch
deleted file mode 100644
index bc2a8003673a..000000000000
--- a/dev-ruby/ruby-install/files/ruby-install-0.10.2-skip-dependencies-tests.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From e764a1d64e6d6b4cd0552832405bf4494eb96834 Mon Sep 17 00:00:00 2001
-From: Alexey Zapparov <alexey@zapparov.com>
-Date: Mon, 20 Apr 2026 00:24:55 +0200
-Subject: [PATCH] fix: Skip dependencies tests
-
-ruby-install does not support `emerge` package manager,
-thus `dependencies` are never set by default.
----
- test/ruby-install-tests/init_test.sh | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/test/ruby-install-tests/init_test.sh b/test/ruby-install-tests/init_test.sh
-index 4eab55a..14c3d40 100755
---- a/test/ruby-install-tests/init_test.sh
-+++ b/test/ruby-install-tests/init_test.sh
-@@ -69,10 +69,14 @@ function test_init_with_ruby_url()
-
- function test_init_ruby_dependencies()
- {
- init
-
-+ if [[ -z "$package_manager" ]]; then
-+ startSkipping
-+ fi
-+
- assertTrue "did not set \$ruby_dependencies" \
- '(( ${#ruby_dependencies[@]} > 0 ))'
- }
-
- function test_init_ruby_md5()
---
-2.52.0
-
diff --git a/dev-ruby/ruby-install/metadata.xml b/dev-ruby/ruby-install/metadata.xml
deleted file mode 100644
index 5fba121daced..000000000000
--- a/dev-ruby/ruby-install/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <bugs-to>https://github.com/postmodern/ruby-install/issues</bugs-to>
- <changelog>https://github.com/postmodern/ruby-install/blob/master/ChangeLog.md</changelog>
- <remote-id type="github">postmodern/ruby-install</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ruby/ruby-install/ruby-install-0.10.2.ebuild b/dev-ruby/ruby-install/ruby-install-0.10.2.ebuild
deleted file mode 100644
index a09b2ec8cf84..000000000000
--- a/dev-ruby/ruby-install/ruby-install-0.10.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby, or MRuby."
-HOMEPAGE="https://github.com/postmodern/ruby-install"
-SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PROPERTIES="test_network"
-RESTRICT="!test? ( test )"
-
-DEPEND=">=app-shells/bash-3.0:*"
-RDEPEND="${DEPEND}
- sys-apps/grep
- || ( >net-misc/wget-1.12 net-misc/curl )
- dev-libs/openssl
- app-arch/tar
- app-arch/bzip2
- app-arch/xz-utils
- sys-devel/patch
- || ( >=sys-devel/gcc-4.2 llvm-core/clang )"
-BDEPEND="test? ( dev-util/shunit2 )"
-
-PATCHES=(
- "${FILESDIR}/${P}-skip-dependencies-tests.patch"
-)
-
-# BUG: `make check` fails: https://github.com/postmodern/ruby-install/issues/442
-src_test() {
- emake test
-}
-
-src_prepare() {
- default
-
- sed -i Makefile -e "s/^VERSION=${PV}$/VERSION=${PVR}/" \
- || die "Cannot fix doc location to follow Gentoo/FHS guidelines"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install
-}
diff --git a/dev-ruby/ruby-install/ruby-install-0.9.3.ebuild b/dev-ruby/ruby-install/ruby-install-0.9.3.ebuild
deleted file mode 100644
index 319efe0595e2..000000000000
--- a/dev-ruby/ruby-install/ruby-install-0.9.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby, or MRuby."
-HOMEPAGE="https://github.com/postmodern/ruby-install"
-SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PROPERTIES="test_network"
-RESTRICT="!test? ( test )"
-
-DEPEND=">=app-shells/bash-3.0:*"
-RDEPEND="${DEPEND}
- sys-apps/grep
- || ( >net-misc/wget-1.12 net-misc/curl )
- dev-libs/openssl
- app-arch/tar
- app-arch/bzip2
- app-arch/xz-utils
- sys-devel/patch
- || ( >=sys-devel/gcc-4.2 llvm-core/clang )"
-BDEPEND="test? ( dev-util/shunit2 )"
-
-# BUG: `make check` fails: https://github.com/postmodern/ruby-install/issues/442
-src_test() {
- emake test
-}
-
-src_prepare() {
- default
-
- sed -i Makefile -e "s/^VERSION=${PV}$/VERSION=${PVR}/" \
- || die "Cannot fix doc location to follow Gentoo/FHS guidelines"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install
-}