From f625b9919a60a30f1bd860f7d1b2eac183ced593 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 8 Aug 2018 20:11:47 +0100 Subject: gentoo resync : 08.08.2018 --- dev-ruby/activestorage/Manifest | 4 +- dev-ruby/activestorage/activestorage-5.2.0.ebuild | 2 +- dev-ruby/activestorage/activestorage-5.2.1.ebuild | 56 +++++++++++++++++++++++ 3 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 dev-ruby/activestorage/activestorage-5.2.1.ebuild (limited to 'dev-ruby/activestorage') diff --git a/dev-ruby/activestorage/Manifest b/dev-ruby/activestorage/Manifest index 256a0e19b904..9ab1dfa8af90 100644 --- a/dev-ruby/activestorage/Manifest +++ b/dev-ruby/activestorage/Manifest @@ -1,3 +1,5 @@ DIST rails-5.2.0.tgz 9233349 BLAKE2B 8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409 SHA512 0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85 -EBUILD activestorage-5.2.0.ebuild 1833 BLAKE2B 76ec3cb2d7d8e292a5426392394372f1c1a3bed95a9e4f26bb2f59fbe8437266060dd6e2d5f03fd01a56d5471f4fa3e3141ea41a1a6a2de2a2af81e817ec0e07 SHA512 0ea24496f9c0c3895cb18b6887f046ad9afe554d73949d414918cac507c65fefaaff031c7bcbfbbbdf47383df118f121b51e39c7b250b3dfe765d3395eca822a +DIST rails-5.2.1.tgz 8795554 BLAKE2B 712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43 SHA512 4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e +EBUILD activestorage-5.2.0.ebuild 1840 BLAKE2B 95a4e7830b313dd7903c803dda9d85186b53c3ed8c9cddb6ae6a3dfd6066f0271fd85f567cb33ae1dd78b713529d432039a6580fbc0c1e01a76a2137ecd8c65d SHA512 cbefb090bd5ab10aee09ba5156a955c9038458a098fe32a717a6b4cb7edaa62eb19133c908e3b38c2ee2455a3f7f021d80a91071a54f68ce81bf71014495bf00 +EBUILD activestorage-5.2.1.ebuild 1818 BLAKE2B 31f6ea8367af2acdd8391fe9c3b356ec737e9799a6b373534baf58bd6729e0538009dc8bf9cb52ccd477fc0eb0105c976972c5a6097780dad872de54ac8ff2eb SHA512 7128d5708748e2cec4912fae33b6daf2509e3eab7ca260b0402c809ed4d61b767dde4fe2301e1895289c234fb7637f247a4cc201ecf78bf63a048497ce7d06da MISC metadata.xml 337 BLAKE2B f2b57aeb9ea63b3cba576df9bed58bc86577ddfb1707d3a183a8536c71c797aca25ca61b22eb50ea54368fac052518f889db0503b816767e05978c803e204351 SHA512 ad52f0a3bf101472aa80ce4b516349ac090620aba4afecde872585bf1ff11f55cffaf762df123910a16d70aaf67ef59dcbdec728816f611a2d5bde90d2b6d09f diff --git a/dev-ruby/activestorage/activestorage-5.2.0.ebuild b/dev-ruby/activestorage/activestorage-5.2.0.ebuild index 0fc602e58822..2276e3a7be0b 100644 --- a/dev-ruby/activestorage/activestorage-5.2.0.ebuild +++ b/dev-ruby/activestorage/activestorage-5.2.0.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RUBY_S="rails-${PV}/${PN}" diff --git a/dev-ruby/activestorage/activestorage-5.2.1.ebuild b/dev-ruby/activestorage/activestorage-5.2.1.ebuild new file mode 100644 index 000000000000..6968309d3f3a --- /dev/null +++ b/dev-ruby/activestorage/activestorage-5.2.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem eapi7-ver + +DESCRIPTION="Attach cloud and local files in Rails applications" +HOMEPAGE="https://github.com/rails/rails" +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +DEPEND+=" test? ( app-text/mupdf ) " + +ruby_add_rdepend " + ~dev-ruby/actionpack-${PV}:* + ~dev-ruby/activerecord-${PV}:* + >=dev-ruby/marcel-0.3.1 =dev-ruby/marcel-0.3* +" + +ruby_add_bdepend " + test? ( + ~dev-ruby/railties-${PV} + dev-ruby/test-unit:2 + dev-ruby/mini_magick + dev-ruby/mocha + dev-ruby/rake + dev-ruby/sqlite3 + )" + +all_ruby_prepare() { + # Remove items from the common Gemfile that we don't need for this + # test run. This also requires handling some gemspecs. + sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\)/ s:^:#:" \ + -e '/dalli/ s/2.7.7/2.7.9/' \ + -e '/:job/,/end/ s:^:#:' \ + -e '/:test/,/^end/ s:^:#:' \ + -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die + rm ../Gemfile.lock || die +} -- cgit v1.2.3