From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B5AE138331 for ; Fri, 27 Apr 2018 05:42:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22F94E088A; Fri, 27 Apr 2018 05:42:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB414E0884 for ; Fri, 27 Apr 2018 05:42:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8403F335C7C for ; Fri, 27 Apr 2018 05:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D91E298 for ; Fri, 27 Apr 2018 05:42:32 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1524807674.cbf5d918baa0bf145790305e98b48674464e69fd.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ddmemoize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ddmemoize/Manifest dev-ruby/ddmemoize/ddmemoize-1.0.0.ebuild dev-ruby/ddmemoize/metadata.xml X-VCS-Directories: dev-ruby/ddmemoize/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: cbf5d918baa0bf145790305e98b48674464e69fd X-VCS-Branch: master Date: Fri, 27 Apr 2018 05:42:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 36f800ff-cb1a-4efa-879e-7a5e7c041768 X-Archives-Hash: ea1795b2b54bd87a3eaedc2fdac6f5b9 commit: cbf5d918baa0bf145790305e98b48674464e69fd Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 27 04:54:25 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 27 05:41:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf5d918 dev-ruby/ddmemoize: initial import of 1.0.0 New dependency for www-apps/nanoc Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/ddmemoize/Manifest | 1 + dev-ruby/ddmemoize/ddmemoize-1.0.0.ebuild | 31 +++++++++++++++++++++++++++++++ dev-ruby/ddmemoize/metadata.xml | 11 +++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-ruby/ddmemoize/Manifest b/dev-ruby/ddmemoize/Manifest new file mode 100644 index 00000000000..8a3577a9406 --- /dev/null +++ b/dev-ruby/ddmemoize/Manifest @@ -0,0 +1 @@ +DIST ddmemoize-1.0.0.gem 11776 BLAKE2B 3acf18cc70aed6c35ee98f42e6004ae13c623299abb0e8a3c0dbe7e7908775b9b6e2f81cc2977e4ca04ad584e7b5c43219979187448e3c87e6abc2d78a1c8f15 SHA512 b0a4c825c789f578031d12ff38f204bb5256db769fe71fcda98f1ab23a3d61c9d9d6cc486a2bfa566c1ea1fc8617b2563e97f05eac40b7587f35c618fd495eb2 diff --git a/dev-ruby/ddmemoize/ddmemoize-1.0.0.ebuild b/dev-ruby/ddmemoize/ddmemoize-1.0.0.ebuild new file mode 100644 index 00000000000..a7cf081b5e5 --- /dev/null +++ b/dev-ruby/ddmemoize/ddmemoize-1.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Adds support for memoizing functions" +HOMEPAGE="https://github.com/ddfreyne/ddmemoize/" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend " + dev-ruby/ddmetrics:1 + dev-ruby/ref:2 +" + +all_ruby_prepare() { + sed -i -e '/simplecov/,/^SimpleCov.formatter/ s:^:#:' \ + -e '/fuubar/,/^end/ s:^:#:' spec/spec_helper.rb || die +} diff --git a/dev-ruby/ddmemoize/metadata.xml b/dev-ruby/ddmemoize/metadata.xml new file mode 100644 index 00000000000..1531b69fc0b --- /dev/null +++ b/dev-ruby/ddmemoize/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + ddfreyne/ddmemoize + +