From 2d446203bcf1a0db08e99abca43513d246dfa73d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 5 Apr 2018 21:52:00 +0100 Subject: gentoo resync : 05.04.2018 --- dev-ruby/strptime/Manifest | 3 +++ dev-ruby/strptime/metadata.xml | 8 +++++++ dev-ruby/strptime/strptime-0.2.3.ebuild | 38 +++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 dev-ruby/strptime/Manifest create mode 100644 dev-ruby/strptime/metadata.xml create mode 100644 dev-ruby/strptime/strptime-0.2.3.ebuild (limited to 'dev-ruby/strptime') diff --git a/dev-ruby/strptime/Manifest b/dev-ruby/strptime/Manifest new file mode 100644 index 000000000000..40bcc2aa3f7a --- /dev/null +++ b/dev-ruby/strptime/Manifest @@ -0,0 +1,3 @@ +DIST strptime-0.2.3.tar.gz 17375 BLAKE2B 583566c19cdd96f97b469d3353236624b814ea9200e1479d32c552d06431e0008cd9dcf5be03564948898fb9e5a1470a5a8bdb531d4054bfe64899bbd6ec92e0 SHA512 1b9ee2f7c0fa747c6df5a56c5d7f667c4a9314c334472867e890758074f9da387aae54d9171b2460036a21e890fd743187571c6d4a995e4117d6c4307b8134cc +EBUILD strptime-0.2.3.ebuild 872 BLAKE2B 622782f08b94f2f2a067d49d2a0101cbb794815839be5dd9e0b33ae3776d26a7b889a9f66840f6c936c3c414258951dac72f6f4f3f12fc5e221bced04d726333 SHA512 2238b88dffdc0f8bfeaa1636ede6a62de10c77de1cdf43aa52b6c2d08047dcd5c7a8df9f9e509209302eb9c8b85dce650fb1e24128ea5175bbb1f1c37d5e1305 +MISC metadata.xml 247 BLAKE2B 7717702c51c35b2a20983332abc6218047b2b5036e6b4c09d3d58b4339e8f9e776879cd116cfda60d3bcf4188859993fb9f3f779aaf595f155d53e85288f3dcc SHA512 ea4c044637b751a2c28c6ac226121e74ef18196af4b594e60413fec907bbab29c6b0c7735c3f503485df16dcfb36ddb86038394d92e2cd18c8f04626628e9f09 diff --git a/dev-ruby/strptime/metadata.xml b/dev-ruby/strptime/metadata.xml new file mode 100644 index 000000000000..28ab0c15f206 --- /dev/null +++ b/dev-ruby/strptime/metadata.xml @@ -0,0 +1,8 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + diff --git a/dev-ruby/strptime/strptime-0.2.3.ebuild b/dev-ruby/strptime/strptime-0.2.3.ebuild new file mode 100644 index 000000000000..4b7ddca63c51 --- /dev/null +++ b/dev-ruby/strptime/strptime-0.2.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_GEMSPEC="strptime.gemspec" + +RUBY_FAKEGEM_BINWRAP="" + +inherit multilib ruby-fakegem + +DESCRIPTION="A fast strptime/strftime engine which uses VM" +HOMEPAGE="https://github.com/nurse/strptime" +SRC_URI="https://github.com/nurse/strptime/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_prepare() { + sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die +} + +each_ruby_configure() { + ${RUBY} -Cext/strptime extconf.rb || die +} + +each_ruby_compile() { + emake -Cext/strptime V=1 + cp ext/strptime/strptime$(get_modname) lib/strptime/ || die +} -- cgit v1.2.3