summaryrefslogtreecommitdiff
path: root/dev-ruby/ethon
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/ethon
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-ruby/ethon')
-rw-r--r--dev-ruby/ethon/Manifest2
-rw-r--r--dev-ruby/ethon/ethon-0.16.0.ebuild38
-rw-r--r--dev-ruby/ethon/ethon-0.17.0.ebuild44
-rw-r--r--dev-ruby/ethon/metadata.xml11
4 files changed, 0 insertions, 95 deletions
diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest
deleted file mode 100644
index 44b6883cca9d..000000000000
--- a/dev-ruby/ethon/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ethon-0.16.0.gem 60416 BLAKE2B 6970554d8cbde18c0e08c95826f6444614d8378a3889e9347cc66170f80b947951312e3e65712106864351285f331ea0cb67c2e24e22ecc335fc0fbd571eb521 SHA512 3b31affcee0d5a5be05b5497d4a8d13515f8393f54579a3a9c8de49f78d3f065bb92659434b023f0a8bf8e0cccfbc94b617695b93c4d3f744cccd1eff2e68905
-DIST ethon-0.17.0.tar.gz 57638 BLAKE2B 1fc4b5a9e4ea3d6658bc1d4c8b72e35d712c37abf5969ee0546e9410666836f4a84f1fb03edb2b252566cfc7fdfbfa6687c203bee556da42aeabceef3c1e7115 SHA512 89c47f45c7dda94c92a196e38ead57bceb0b0770fd6db3fd964bcbb2404eccfd7f25d4153c8c13365d9bdd8e2afa4e39814fc40de147b915fb299db0c417e978
diff --git a/dev-ruby/ethon/ethon-0.16.0.ebuild b/dev-ruby/ethon/ethon-0.16.0.ebuild
deleted file mode 100644
index c63be9e8f569..000000000000
--- a/dev-ruby/ethon/ethon-0.16.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Very lightweight libcurl wrapper"
-HOMEPAGE="https://github.com/typhoeus/ethon"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND+=" net-misc/curl"
-
-ruby_add_rdepend ">=dev-ruby/ffi-1.15.0"
-
-ruby_add_bdepend "test? (
- || ( dev-ruby/rackup dev-ruby/rack:2.2 )
- dev-ruby/sinatra
- dev-ruby/mime-types
- dev-ruby/webrick
-)"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -e '/bundler/I s:^:#:' \
- -e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/ethon/ethon-0.17.0.ebuild b/dev-ruby/ethon/ethon-0.17.0.ebuild
deleted file mode 100644
index 7cc8057f4811..000000000000
--- a/dev-ruby/ethon/ethon-0.17.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_GEMSPEC="ethon.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Very lightweight libcurl wrapper"
-HOMEPAGE="https://github.com/typhoeus/ethon"
-SRC_URI="https://github.com/typhoeus/ethon/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-RDEPEND="net-misc/curl"
-
-ruby_add_rdepend ">=dev-ruby/ffi-1.15.0"
-
-ruby_add_bdepend "test? (
- || ( dev-ruby/rackup dev-ruby/rack:2.2 )
- dev-ruby/sinatra
- dev-ruby/mime-types
- dev-ruby/webrick
-)"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -e '/bundler/I s:^:#:' \
- -e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die
-
- sed -e 's/__FILE__/"ethon.gemspec"/' \
- -e 's/__dir__/"."/' \
- -e 's/git ls-files -z/find * -print0/' \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
diff --git a/dev-ruby/ethon/metadata.xml b/dev-ruby/ethon/metadata.xml
deleted file mode 100644
index 8775e801c288..000000000000
--- a/dev-ruby/ethon/metadata.xml
+++ /dev/null
@@ -1,11 +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">typhoeus/ethon</remote-id>
- </upstream>
-</pkgmetadata>