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 77D611384F3 for ; Thu, 20 Oct 2016 05:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C48A9E0851; Thu, 20 Oct 2016 05:31:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0CE5E0851 for ; Thu, 20 Oct 2016 05:31:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2329D341509 for ; Thu, 20 Oct 2016 05:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77820300 for ; Thu, 20 Oct 2016 05:31:23 +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: <1476941461.68c084b9ba4649f20658e5575b7c0cf32c94556f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/origin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/origin/Manifest dev-ruby/origin/origin-2.2.1.ebuild X-VCS-Directories: dev-ruby/origin/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 68c084b9ba4649f20658e5575b7c0cf32c94556f X-VCS-Branch: master Date: Thu, 20 Oct 2016 05:31:23 +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: ef2dda39-24a4-4da9-b39c-94310bf700a4 X-Archives-Hash: 3412f7d0d7ebc1ff8bc8351392b03dae commit: 68c084b9ba4649f20658e5575b7c0cf32c94556f Author: Hans de Graaff gentoo org> AuthorDate: Thu Oct 20 05:31:01 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Oct 20 05:31:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c084b9 dev-ruby/origin: add 2.2.1 Package-Manager: portage-2.3.0 dev-ruby/origin/Manifest | 1 + dev-ruby/origin/origin-2.2.1.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-ruby/origin/Manifest b/dev-ruby/origin/Manifest index c311f3c..42a1c01 100644 --- a/dev-ruby/origin/Manifest +++ b/dev-ruby/origin/Manifest @@ -1 +1,2 @@ DIST origin-2.2.0.tar.gz 43739 SHA256 c900a051f51354ac1962935c5d12b8ed28c47470ccf41c735c826346891efa6d SHA512 01befdad8aa22ee6778916d02310c1808de8a88047cf19bf0546940d32585974249cc544038c4cd0ccea94651d58e1c1966972bbdb98687f38cd4325994ebd8c WHIRLPOOL dfcd8b4d41eb12dabbfe60b8648b4a51c714dd58da133fcc5cbfbc76380a0d8a9b05aed867486719d1f71031d45e85881a461bad89dd7b78039957d887c1ffe7 +DIST origin-2.2.1.tar.gz 43965 SHA256 22e135675039553949345aee703b3e13a03d6f60984362a5ccd93c1624ed5de9 SHA512 d437030c2dc4fca16ab4f4a79e27f5a9282b30fc7ae95d10c8f294ebb86c350cc68ec372c4b48bcf208ca976007b9de4d636fe69fbfe5e46325462b3ad80da04 WHIRLPOOL 595c723e424f353611f05b32dec0219a70a58781bd7ef605f0298d33e732404a627057da81e10e2d476f104d418667bf3861804dfd031918bd11d316c4753ac4 diff --git a/dev-ruby/origin/origin-2.2.1.ebuild b/dev-ruby/origin/origin-2.2.1.ebuild new file mode 100644 index 00000000..7bce549 --- /dev/null +++ b/dev-ruby/origin/origin-2.2.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +GITHUB_USER="mongoid" +GITHUB_PROJECT="${PN}" + +MY_PV="${PV/_rc/.rc}" + +inherit ruby-fakegem + +DESCRIPTION="Origin is a simple DSL for generating MongoDB selectors and options" +HOMEPAGE="http://mongoid.org/" +SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${MY_PV}.tar.gz -> ${GITHUB_PROJECT}-${MY_PV}.tar.gz" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_bdepend " + test? ( + =dev-ruby/activesupport-4* + >=dev-ruby/i18n-0.6:0.6 + dev-ruby/tzinfo + )"