diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-ruby/excon | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/excon')
| -rw-r--r-- | dev-ruby/excon/Manifest | 5 | ||||
| -rw-r--r-- | dev-ruby/excon/excon-1.2.5.ebuild | 53 | ||||
| -rw-r--r-- | dev-ruby/excon/excon-1.2.7.ebuild | 53 | ||||
| -rw-r--r-- | dev-ruby/excon/excon-1.2.8.ebuild | 53 | ||||
| -rw-r--r-- | dev-ruby/excon/excon-1.2.9.ebuild | 53 | ||||
| -rw-r--r-- | dev-ruby/excon/excon-1.3.0.ebuild | 53 | ||||
| -rw-r--r-- | dev-ruby/excon/metadata.xml | 13 |
7 files changed, 283 insertions, 0 deletions
diff --git a/dev-ruby/excon/Manifest b/dev-ruby/excon/Manifest new file mode 100644 index 000000000000..618274406a4f --- /dev/null +++ b/dev-ruby/excon/Manifest @@ -0,0 +1,5 @@ +DIST excon-1.2.5.tar.gz 240394 BLAKE2B f151b6850bd68c77d281b2fd5a3cd5e1406a064137177314606e0e726100a71fc97c7fcb1f9d0868958dcdd6274b60e71c2281c4e50b030e92bd7b30b87ef3dd SHA512 639a7c6729215eef55839c459c5d5e54d903f1fc0cc088e23388d4a29cc67ecc1881946f72431db5891b40d666d6ff5a8517a5398acd6d9ba3cce33cd99e0876 +DIST excon-1.2.7.tar.gz 235326 BLAKE2B 895b458e812fcf64369438b9f56d2e2d86756ab9da2b4bd5dc1e9ed79c192b0c7317266b172904186bc828b2065b2307caea65770a61fe345b8710fee93f37fe SHA512 1ab6ef4608c3d936dae09ccc0a62667d97c112f58c5cfa803c414fc7218262ff484b26c14e95585f08920ab1b21f9f127a2cf11e7cc442ea61626347963d7a60 +DIST excon-1.2.8.tar.gz 235340 BLAKE2B b7d3768127aab7ba120225495d34b4da4998200cc9210a3b37064f181590853462c9affda47574b643117257a8498de5977d8d6da6afca35f686a8188d3461c7 SHA512 22c775d1a74d4eae48aa131628d7f62fc5f544e735a91c84b0e143b1ed72fc95690559e87ec79755ffb05e083a295dd8f5456ac471f1eb8340cf852bf29b00b3 +DIST excon-1.2.9.tar.gz 238746 BLAKE2B 8c62576cad49f6d99f4d53c72efc67ead56d0d0ec2dcc8d5bbc87971e4de399ff191f8c1f3911a32f4a788b3288b8eb7c6b4c2970d9ee1c4e2537da7aebcb563 SHA512 69f612fd2a2ea2e3f501b79a2263781795785819329d522562a575e80a750b92a7c92384ae9eca21cda016d0874f5f0efa64e8dd553a0b0615cba0829afd3591 +DIST excon-1.3.0.tar.gz 238355 BLAKE2B c7a8597af728ca2ee1bb35960187a37a99a6799025e44f6ba8395576a75deba75405b28c1fd1e63222283735e4fa1d11f71ab275bd3f0b030598be06fe8a61a8 SHA512 2659d9091ff02fc938cad0dd9b3f967d400e4299c1628edc9710c4b0d47ea07270035751b1c2052662decc2a091491cb9d8c2a3fa8c2255ede76ce9cb37b60d7 diff --git a/dev-ruby/excon/excon-1.2.5.ebuild b/dev-ruby/excon/excon-1.2.5.ebuild new file mode 100644 index 000000000000..81362cc1609c --- /dev/null +++ b/dev-ruby/excon/excon-1.2.5.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +RUBY_FAKEGEM_EXTRADOC="changelog.txt README.md" +RUBY_FAKEGEM_GEMSPEC="excon.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="EXtended http(s) CONnections" +HOMEPAGE="https://github.com/excon/excon" +SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="amd64 ~arm64" +IUSE="test" +RESTRICT="!test? ( test )" + +ruby_add_rdepend "dev-ruby/logger" + +ruby_add_bdepend " + dev-ruby/rake + test? ( + dev-ruby/activesupport + >=dev-ruby/json-1.8.5 + dev-ruby/open4 + >=dev-ruby/rack-2.2.7-r1 + dev-ruby/rackup + dev-ruby/rdoc + dev-ruby/sinatra + dev-ruby/webrick + ) +" +all_ruby_prepare() { + sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die + + # test that need network + rm -f spec/excon/test/server_spec.rb || die + + # test that wrongly assumes 127.0.0.1 won't run a DNS server + rm -f spec/requests/{dns_timeout,resolv_resolver}_spec.rb || die + + # tests that depend on eventmachine which is broken and no longer maintained + rm -f tests/{bad,error,pipeline,response,request}_tests.rb \ + tests/{batch-requests,complete_responses}.rb \ + tests/middlewares/{decompress,mock}_tests.rb || die + rm -f spec/requests/eof_requests_spec.rb spec/excon/error_spec.rb || die +} diff --git a/dev-ruby/excon/excon-1.2.7.ebuild b/dev-ruby/excon/excon-1.2.7.ebuild new file mode 100644 index 000000000000..fb504bf812ab --- /dev/null +++ b/dev-ruby/excon/excon-1.2.7.ebuild @@ -0,0 +1,53 @@ +# 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_EXTRADOC="changelog.txt README.md" +RUBY_FAKEGEM_GEMSPEC="excon.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="EXtended http(s) CONnections" +HOMEPAGE="https://github.com/excon/excon" +SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="amd64 ~arm64" +IUSE="test" +RESTRICT="!test? ( test )" + +ruby_add_rdepend "dev-ruby/logger" + +ruby_add_bdepend " + dev-ruby/rake + test? ( + dev-ruby/activesupport + >=dev-ruby/json-1.8.5 + dev-ruby/open4 + >=dev-ruby/rack-2.2.7-r1 + dev-ruby/rackup + dev-ruby/rdoc + dev-ruby/sinatra + dev-ruby/webrick + ) +" +all_ruby_prepare() { + sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die + + # test that need network + rm -f spec/excon/test/server_spec.rb || die + + # test that wrongly assumes 127.0.0.1 won't run a DNS server + rm -f spec/requests/{dns_timeout,resolv_resolver}_spec.rb || die + + # tests that depend on eventmachine which is broken and no longer maintained + rm -f tests/{bad,error,pipeline,response,request}_tests.rb \ + tests/{batch-requests,complete_responses}.rb \ + tests/middlewares/{decompress,mock}_tests.rb || die + rm -f spec/requests/eof_requests_spec.rb spec/excon/error_spec.rb || die +} diff --git a/dev-ruby/excon/excon-1.2.8.ebuild b/dev-ruby/excon/excon-1.2.8.ebuild new file mode 100644 index 000000000000..400fe0b0847e --- /dev/null +++ b/dev-ruby/excon/excon-1.2.8.ebuild @@ -0,0 +1,53 @@ +# 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_EXTRADOC="changelog.txt README.md" +RUBY_FAKEGEM_GEMSPEC="excon.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="EXtended http(s) CONnections" +HOMEPAGE="https://github.com/excon/excon" +SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm64" +IUSE="test" +RESTRICT="!test? ( test )" + +ruby_add_rdepend "dev-ruby/logger" + +ruby_add_bdepend " + dev-ruby/rake + test? ( + dev-ruby/activesupport + >=dev-ruby/json-1.8.5 + dev-ruby/open4 + >=dev-ruby/rack-2.2.7-r1 + dev-ruby/rackup + dev-ruby/rdoc + dev-ruby/sinatra + dev-ruby/webrick + ) +" +all_ruby_prepare() { + sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die + + # test that need network + rm -f spec/excon/test/server_spec.rb || die + + # test that wrongly assumes 127.0.0.1 won't run a DNS server + rm -f spec/requests/{dns_timeout,resolv_resolver}_spec.rb || die + + # tests that depend on eventmachine which is broken and no longer maintained + rm -f tests/{bad,error,pipeline,response,request}_tests.rb \ + tests/{batch-requests,complete_responses}.rb \ + tests/middlewares/{decompress,mock}_tests.rb || die + rm -f spec/requests/eof_requests_spec.rb spec/excon/error_spec.rb || die +} diff --git a/dev-ruby/excon/excon-1.2.9.ebuild b/dev-ruby/excon/excon-1.2.9.ebuild new file mode 100644 index 000000000000..400fe0b0847e --- /dev/null +++ b/dev-ruby/excon/excon-1.2.9.ebuild @@ -0,0 +1,53 @@ +# 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_EXTRADOC="changelog.txt README.md" +RUBY_FAKEGEM_GEMSPEC="excon.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="EXtended http(s) CONnections" +HOMEPAGE="https://github.com/excon/excon" +SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm64" +IUSE="test" +RESTRICT="!test? ( test )" + +ruby_add_rdepend "dev-ruby/logger" + +ruby_add_bdepend " + dev-ruby/rake + test? ( + dev-ruby/activesupport + >=dev-ruby/json-1.8.5 + dev-ruby/open4 + >=dev-ruby/rack-2.2.7-r1 + dev-ruby/rackup + dev-ruby/rdoc + dev-ruby/sinatra + dev-ruby/webrick + ) +" +all_ruby_prepare() { + sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die + + # test that need network + rm -f spec/excon/test/server_spec.rb || die + + # test that wrongly assumes 127.0.0.1 won't run a DNS server + rm -f spec/requests/{dns_timeout,resolv_resolver}_spec.rb || die + + # tests that depend on eventmachine which is broken and no longer maintained + rm -f tests/{bad,error,pipeline,response,request}_tests.rb \ + tests/{batch-requests,complete_responses}.rb \ + tests/middlewares/{decompress,mock}_tests.rb || die + rm -f spec/requests/eof_requests_spec.rb spec/excon/error_spec.rb || die +} diff --git a/dev-ruby/excon/excon-1.3.0.ebuild b/dev-ruby/excon/excon-1.3.0.ebuild new file mode 100644 index 000000000000..fb504bf812ab --- /dev/null +++ b/dev-ruby/excon/excon-1.3.0.ebuild @@ -0,0 +1,53 @@ +# 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_EXTRADOC="changelog.txt README.md" +RUBY_FAKEGEM_GEMSPEC="excon.gemspec" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="EXtended http(s) CONnections" +HOMEPAGE="https://github.com/excon/excon" +SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="$(ver_cut 1)" +KEYWORDS="amd64 ~arm64" +IUSE="test" +RESTRICT="!test? ( test )" + +ruby_add_rdepend "dev-ruby/logger" + +ruby_add_bdepend " + dev-ruby/rake + test? ( + dev-ruby/activesupport + >=dev-ruby/json-1.8.5 + dev-ruby/open4 + >=dev-ruby/rack-2.2.7-r1 + dev-ruby/rackup + dev-ruby/rdoc + dev-ruby/sinatra + dev-ruby/webrick + ) +" +all_ruby_prepare() { + sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die + + # test that need network + rm -f spec/excon/test/server_spec.rb || die + + # test that wrongly assumes 127.0.0.1 won't run a DNS server + rm -f spec/requests/{dns_timeout,resolv_resolver}_spec.rb || die + + # tests that depend on eventmachine which is broken and no longer maintained + rm -f tests/{bad,error,pipeline,response,request}_tests.rb \ + tests/{batch-requests,complete_responses}.rb \ + tests/middlewares/{decompress,mock}_tests.rb || die + rm -f spec/requests/eof_requests_spec.rb spec/excon/error_spec.rb || die +} diff --git a/dev-ruby/excon/metadata.xml b/dev-ruby/excon/metadata.xml new file mode 100644 index 000000000000..9c62a59b543a --- /dev/null +++ b/dev-ruby/excon/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>guillaumeseren@gmail.com</email> + <name>Guillaume Seren</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
