diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-26 01:44:28 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-26 01:44:28 +0000 |
| commit | 3cb6a75f2a5b16374dc2bb07e4677425dd8a8014 (patch) | |
| tree | 982d3e5ca4b4219b401590d8bd81641fa4bc1777 /dev-ruby/http-parser | |
| parent | 16dc7c4d58f4aa9c7e8bac043c7ee426eebc2602 (diff) | |
| download | baldeagleos-repo-3cb6a75f2a5b16374dc2bb07e4677425dd8a8014.tar.gz baldeagleos-repo-3cb6a75f2a5b16374dc2bb07e4677425dd8a8014.tar.xz baldeagleos-repo-3cb6a75f2a5b16374dc2bb07e4677425dd8a8014.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/http-parser')
| -rw-r--r-- | dev-ruby/http-parser/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild (renamed from dev-ruby/http-parser/http-parser-1.2.2.ebuild) | 11 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ruby/http-parser/Manifest b/dev-ruby/http-parser/Manifest index 11f8cc4b2a22..6a1da6e8cd85 100644 --- a/dev-ruby/http-parser/Manifest +++ b/dev-ruby/http-parser/Manifest @@ -1,2 +1 @@ -DIST http-parser-1.2.2.gem 32256 BLAKE2B bc1600497db7c0ae9ee9311a6eae6494090b190b49d37809671d0c2fbb3b56ab4709dd16b68c7bfe8fc75609fc6f01d31c21c92681b9adbb4c83e521991d9172 SHA512 cffc1561657b7cb50c446e54da20176870ffe5f1acfe5e9fadfeacbea421fcc89243dd8f4a04d7933e19c155662fcd47db950c3743968d7981c52aa6c0a43ab5 DIST http-parser-1.2.3.gem 31232 BLAKE2B 055ab9ccb42bb85f87b65eeaa59f645ec390f0751eb379b22b1a2c83920ef1c482a3bed8f5105843c341fe92ba0c8d44272688b929bca13c690945f7e37b282f SHA512 03c34c3e8174d9010440483af34800b74a7bbddd5daa63607e6aa2254d9c91cf36d90854ea65827b32680432de278aeeb7b8878f788f124c150f163409fa5107 diff --git a/dev-ruby/http-parser/http-parser-1.2.2.ebuild b/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild index e3227ecbebf8..896944c223f9 100644 --- a/dev-ruby/http-parser/http-parser-1.2.2.ebuild +++ b/dev-ruby/http-parser/http-parser-1.2.3-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/cotag/http-parser" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="" DEPEND+=" >=net-libs/http-parser-2.8.1" @@ -27,3 +27,8 @@ each_ruby_compile() { ${RUBY} -C ext -S rake || die mv ext/*/libhttp-parser-ext.so lib/http-parser/ || die } + +each_ruby_install() { + each_fakegem_install + ruby_fakegem_extensions_installed +} |
