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 9C55F1395E1 for ; Mon, 31 Oct 2016 01:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D435CE0B22; Mon, 31 Oct 2016 01:36:57 +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 B6EF6E0B22 for ; Mon, 31 Oct 2016 01:36:57 +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 5A04F3412F9 for ; Mon, 31 Oct 2016 01:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAED7244E for ; Mon, 31 Oct 2016 01:36:52 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1477877802.00e24e80e59353f1b5d350fdc264f5ccd3c32c10.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/shoulda-matchers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0-r1.ebuild dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild X-VCS-Directories: dev-ruby/shoulda-matchers/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 00e24e80e59353f1b5d350fdc264f5ccd3c32c10 X-VCS-Branch: master Date: Mon, 31 Oct 2016 01:36:52 +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: ba977b1c-095d-4214-8085-00eb2e27b333 X-Archives-Hash: 479921e8d83a5d4cf4ced69d12a88c79 commit: 00e24e80e59353f1b5d350fdc264f5ccd3c32c10 Author: Manuel Rüger gentoo org> AuthorDate: Mon Oct 31 01:36:42 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Oct 31 01:36:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e24e80 dev-ruby/shoulda-matchers: Add ruby23, drop ~ppc Package-Manager: portage-2.3.2 .../shoulda-matchers-2.8.0-r1.ebuild | 25 ++++++++++++++++++++++ .../shoulda-matchers-3.1.1-r1.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0-r1.ebuild new file mode 100644 index 00000000..edacf73 --- /dev/null +++ b/dev-ruby/shoulda-matchers/shoulda-matchers-2.8.0-r1.ebuild @@ -0,0 +1,25 @@ +# 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="" + +RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Making tests easy on the fingers and eyes" +HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0" diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild new file mode 100644 index 00000000..98d41b0 --- /dev/null +++ b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild @@ -0,0 +1,25 @@ +# 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="" + +RUBY_FAKEGEM_EXTRAINSTALL="NEWS.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Making tests easy on the fingers and eyes" +HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/activesupport-4.0.0:*"