summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-05-29 07:09:57 +0000
committerHans de Graaff <graaff@gentoo.org>2011-05-29 07:09:57 +0000
commitc62d397e53a55213480967dbf2e684075fdac075 (patch)
treea01f4589b53e2969fa17a43a3c9cacc498283b89 /dev-ruby/shoulda
parentVersion bump. (diff)
downloadhistorical-c62d397e53a55213480967dbf2e684075fdac075.tar.gz
historical-c62d397e53a55213480967dbf2e684075fdac075.tar.bz2
historical-c62d397e53a55213480967dbf2e684075fdac075.zip
Version bump.
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/shoulda')
-rw-r--r--dev-ruby/shoulda/ChangeLog7
-rw-r--r--dev-ruby/shoulda/shoulda-2.11.3.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-ruby/shoulda/ChangeLog b/dev-ruby/shoulda/ChangeLog
index 7d1dbe6dbc5f..73a00dd7d1a7 100644
--- a/dev-ruby/shoulda/ChangeLog
+++ b/dev-ruby/shoulda/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/shoulda
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.11 2011/02/18 07:10:54 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.12 2011/05/29 07:08:03 graaff Exp $
+
+*shoulda-2.11.3 (29 May 2011)
+
+ 29 May 2011; Hans de Graaff <graaff@gentoo.org> +shoulda-2.11.3.ebuild:
+ Version bump.
*shoulda-2.11.2 (18 Feb 2011)
diff --git a/dev-ruby/shoulda/shoulda-2.11.3.ebuild b/dev-ruby/shoulda/shoulda-2.11.3.ebuild
new file mode 100644
index 000000000000..2247d92af7aa
--- /dev/null
+++ b/dev-ruby/shoulda/shoulda-2.11.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.11.3.ebuild,v 1.1 2011/05/29 07:08:03 graaff Exp $
+
+EAPI=2
+
+USE_RUBY="ruby18 ree18 ruby19 jruby"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CONTRIBUTION_GUIDELINES.rdoc README.rdoc"
+
+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}/tarball/v${PV} -> ${P}.tar.gz"
+S="${WORKDIR}/thoughtbot-${PN}-*"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+# tests seem to be quite broken :( They require working version of
+# various rails versions. There appear to be unit and matcher tests but
+# they can't be run on their own.
+RESTRICT=test