diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-02-16 12:59:29 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-02-16 12:59:29 +0000 |
commit | 79599515788b85b18aa655e7b7f8cc05c1bbddd8 (patch) | |
tree | ade7cb031f363fad64c77139dea7aa3d81908537 /dev-ruby/turbolinks-source | |
parent | 6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (diff) |
gentoo resync : 16.02.1018
Diffstat (limited to 'dev-ruby/turbolinks-source')
-rw-r--r-- | dev-ruby/turbolinks-source/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/turbolinks-source/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ruby/turbolinks-source/turbolinks-source-5.2.0.ebuild | 21 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-ruby/turbolinks-source/Manifest b/dev-ruby/turbolinks-source/Manifest new file mode 100644 index 000000000000..c8b999847340 --- /dev/null +++ b/dev-ruby/turbolinks-source/Manifest @@ -0,0 +1,3 @@ +DIST turbolinks-source-5.2.0.gem 13824 BLAKE2B cdb7adb85e275d5e6edc4f0a03d75edac2f974ff0c1e2f7c003865edef018f0b0d24775d3db2cdabf1f7bf49869441d6af2362f236904fb9d6773b1a47173795 SHA512 19d1fc17f3af81bfc79a1e513aec88dfafa808a2f7954acb14f32909b308ce399f36bc18de313ea58812b13cdc9e65cbae5392cd4c88ea010f1efcef99356557 +EBUILD turbolinks-source-5.2.0.ebuild 458 BLAKE2B 55f0874ff68e98cdff4ba7ece5dca19fcb2cc2af1926c85273ad6a8fcc1f167d39f921db3035ec21146cb99596d10e7c17a4235a4122e508d98852bd3f58c35f SHA512 229fcc83e0958e7498258b0879d734b85d78058128af792198892018731d9fd52ca5748a2080de735cb4710b54df188655e960260e969edabc4ebd332574f591 +MISC metadata.xml 353 BLAKE2B a1c102461b21048c35e3d49fb04470d38f88b73e93accfab7ca6db51e698e2150a32a16675cd166afc0e053eaae8d1e2a30e37bceeb37678e3a962cee6900c79 SHA512 54ca1788e4d8ebd8930bebd10ca0f506f3b1b22d5fb660b1863cccc9558f3848cf515e2c2678ce6f986a864d2ff0ddd754cd556d211c5cc443a2bdb4b23a8aa9 diff --git a/dev-ruby/turbolinks-source/metadata.xml b/dev-ruby/turbolinks-source/metadata.xml new file mode 100644 index 000000000000..e4d253a9873e --- /dev/null +++ b/dev-ruby/turbolinks-source/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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">rails/turbolinks-source-gem</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ruby/turbolinks-source/turbolinks-source-5.2.0.ebuild b/dev-ruby/turbolinks-source/turbolinks-source-5.2.0.ebuild new file mode 100644 index 000000000000..608c955b8689 --- /dev/null +++ b/dev-ruby/turbolinks-source/turbolinks-source-5.2.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25" + +# The gem does not contain runnable tests. +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Turbolinks JavaScript assets" +HOMEPAGE="https://github.com/rails/turbolinks-source-gem" + +LICENSE="MIT" +SLOT="5" +KEYWORDS="~amd64" +IUSE="test" |