summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-02-21 09:25:21 +0000
committerHans de Graaff <graaff@gentoo.org>2014-02-21 09:25:21 +0000
commit09e6d2014ca4309a0d7d1bc0558307766d974348 (patch)
treecf32cbe26f3333092e22a65999ddf7f9b10e2d4e /dev-ruby
parentdovecot_deleted_to_trash-0.5-r1 is now compatible with dovecot-2.2 (diff)
downloadgentoo-2-09e6d2014ca4309a0d7d1bc0558307766d974348.tar.gz
gentoo-2-09e6d2014ca4309a0d7d1bc0558307766d974348.tar.bz2
gentoo-2-09e6d2014ca4309a0d7d1bc0558307766d974348.zip
Version bump in a new slot. Drop all keywords except amd64 due to new dependencies, bug 501968.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/shoulda/ChangeLog8
-rw-r--r--dev-ruby/shoulda/shoulda-3.5.0.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-ruby/shoulda/ChangeLog b/dev-ruby/shoulda/ChangeLog
index 431076fee6a5..9b2a39162056 100644
--- a/dev-ruby/shoulda/ChangeLog
+++ b/dev-ruby/shoulda/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/shoulda
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.25 2014/01/14 15:08:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.26 2014/02/21 09:25:21 graaff Exp $
+
+*shoulda-3.5.0 (21 Feb 2014)
+
+ 21 Feb 2014; Hans de Graaff <graaff@gentoo.org> +shoulda-3.5.0.ebuild:
+ Version bump in a new slot. Drop all keywords except amd64 due to new
+ dependencies, bug 501968.
14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> shoulda-2.11.3-r1.ebuild:
Stable for ppc, wrt bug #495114
diff --git a/dev-ruby/shoulda/shoulda-3.5.0.ebuild b/dev-ruby/shoulda/shoulda-3.5.0.ebuild
new file mode 100644
index 000000000000..cc8e72ce60cc
--- /dev/null
+++ b/dev-ruby/shoulda/shoulda-3.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-3.5.0.ebuild,v 1.1 2014/02/21 09:25:21 graaff Exp $
+
+EAPI=5
+
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Making tests easy on the fingers and eyes"
+HOMEPAGE="http://thoughtbot.com/projects/shoulda"
+SRC_URI="https://github.com/thoughtbot/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+# This now more or less a meta-gem and it only contains features for
+# integration tests using Appraisals, which we don't currently package.
+RESTRICT=test
+
+ruby_add_rdepend ">=dev-ruby/shoulda-context-1.0.1
+ >=dev-ruby/shoulda-matchers-1.4.1"