From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B63121384B4 for ; Sun, 27 Dec 2015 09:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E4C621C01C; Sun, 27 Dec 2015 09:22:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECE6F21C01A for ; Sun, 27 Dec 2015 09:22:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 469CB34070F for ; Sun, 27 Dec 2015 09:22:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12D84CF9 for ; Sun, 27 Dec 2015 09:22:40 +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: <1451208149.616d5b30d6e2a408cdcdfcc278583a54093c9345.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/did_you_mean/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/did_you_mean/Manifest dev-ruby/did_you_mean/did_you_mean-1.0.0.ebuild dev-ruby/did_you_mean/metadata.xml X-VCS-Directories: dev-ruby/did_you_mean/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 616d5b30d6e2a408cdcdfcc278583a54093c9345 X-VCS-Branch: master Date: Sun, 27 Dec 2015 09:22:40 +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: 611877f7-976e-4178-af1d-7743c26c2cee X-Archives-Hash: 4cb64bec6d3627b4b37e625cbc5621dc commit: 616d5b30d6e2a408cdcdfcc278583a54093c9345 Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 27 09:20:28 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 27 09:22:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616d5b30 dev-ruby/did_you_mean: initial import of 1.0.0 New dependency for dev-lang/ruby:2.3 Package-Manager: portage-2.2.24 dev-ruby/did_you_mean/Manifest | 1 + dev-ruby/did_you_mean/did_you_mean-1.0.0.ebuild | 23 +++++++++++++++++++++++ dev-ruby/did_you_mean/metadata.xml | 8 ++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-ruby/did_you_mean/Manifest b/dev-ruby/did_you_mean/Manifest new file mode 100644 index 0000000..d6f460a --- /dev/null +++ b/dev-ruby/did_you_mean/Manifest @@ -0,0 +1 @@ +DIST did_you_mean-1.0.0.gem 174080 SHA256 d6830606c288f4e1b05dd6631b77f6de597766e7da2f0de60e0a091700d5978b SHA512 c108925491cef340fc06d5efd020e81d6537f329cd6dcc793b585d9d53fd549cf86ec85670a6a965902ff20a798f28d20d15ba8e7769ed2870e8eaa343394045 WHIRLPOOL d6c49c44e02646cfd81db9bdeb32493b71bdd143826ef66d53d56a10f11f58fd41cfc9da2ec2aefd23a63949cfa9d4d3da449684a8e3f79325f71597aa8cda37 diff --git a/dev-ruby/did_you_mean/did_you_mean-1.0.0.ebuild b/dev-ruby/did_you_mean/did_you_mean-1.0.0.ebuild new file mode 100644 index 0000000..0a520a7 --- /dev/null +++ b/dev-ruby/did_you_mean/did_you_mean-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="'did you mean?'experience in Ruby" +HOMEPAGE="https://github.com/yuki24/did_you_mean" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile || die +} diff --git a/dev-ruby/did_you_mean/metadata.xml b/dev-ruby/did_you_mean/metadata.xml new file mode 100644 index 0000000..6d3e7a1 --- /dev/null +++ b/dev-ruby/did_you_mean/metadata.xml @@ -0,0 +1,8 @@ + + + + ruby + + yuki24/did_you_mean + +