diff options
author | rodent <rodent@pkgsrc.org> | 2014-07-05 12:24:50 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-07-05 12:24:50 +0000 |
commit | 1de5080288d5504d9b481c3986b2a77aa5c4f5ae (patch) | |
tree | eb19ed286ae503eea19819a953ca5c82b485f804 /meta-pkgs | |
parent | fae571fbafcfc9d521903958be49bc636de630ff (diff) | |
download | pkgsrc-1de5080288d5504d9b481c3986b2a77aa5c4f5ae.tar.gz |
Import ruby200-shoulda-3.5.0 as meta-pkgs/ruby-shoulda.
The shoulda gem is a meta gem with two dependencies:
* shoulda-context (official documentation)
* shoulda-matchers (official documentation)
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/ruby-shoulda/DESCR | 4 | ||||
-rw-r--r-- | meta-pkgs/ruby-shoulda/Makefile | 18 | ||||
-rw-r--r-- | meta-pkgs/ruby-shoulda/PLIST | 27 | ||||
-rw-r--r-- | meta-pkgs/ruby-shoulda/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/meta-pkgs/ruby-shoulda/DESCR b/meta-pkgs/ruby-shoulda/DESCR new file mode 100644 index 00000000000..3330ab5577e --- /dev/null +++ b/meta-pkgs/ruby-shoulda/DESCR @@ -0,0 +1,4 @@ +The shoulda gem is a meta gem with two dependencies: + + * shoulda-context (official documentation) + * shoulda-matchers (official documentation) diff --git a/meta-pkgs/ruby-shoulda/Makefile b/meta-pkgs/ruby-shoulda/Makefile new file mode 100644 index 00000000000..0c4ca11189c --- /dev/null +++ b/meta-pkgs/ruby-shoulda/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2014/07/05 12:24:50 rodent Exp $ + +DISTNAME= shoulda-3.5.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= devel meta-pkgs ruby + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= https://github.com/thoughtbot/shoulda +COMMENT= Making tests easy on the fingers and eyes +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-context>=1.0.1<2.0:../../devel/ruby-shoulda-context +DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-matchers>=1.4.1<3.0:../../devel/ruby-shoulda-matchers + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/ruby-shoulda/PLIST b/meta-pkgs/ruby-shoulda/PLIST new file mode 100644 index 00000000000..fd6657174fe --- /dev/null +++ b/meta-pkgs/ruby-shoulda/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2014/07/05 12:24:50 rodent Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_DOCDIR}/ri/cache.ri +${GEM_DOCDIR}/ri/Shoulda/cdesc-Shoulda.ri +${GEM_LIBDIR}/Appraisals +${GEM_LIBDIR}/.autotest +${GEM_LIBDIR}/CONTRIBUTING.md +${GEM_LIBDIR}/features/rails_integration.feature +${GEM_LIBDIR}/features/step_definitions/rails_steps.rb +${GEM_LIBDIR}/features/support/env.rb +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/gemfiles/3.0.gemfile +${GEM_LIBDIR}/gemfiles/3.0.gemfile.lock +${GEM_LIBDIR}/gemfiles/3.1.gemfile +${GEM_LIBDIR}/gemfiles/3.1.gemfile.lock +${GEM_LIBDIR}/gemfiles/3.2.gemfile +${GEM_LIBDIR}/gemfiles/3.2.gemfile.lock +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/lib/shoulda.rb +${GEM_LIBDIR}/lib/shoulda/version.rb +${GEM_LIBDIR}/MIT-LICENSE +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/shoulda.gemspec +${GEM_LIBDIR}/.travis.yml +${GEM_HOME}/specifications/${GEM_NAME}.gemspec +@pkgdir lib/ruby/gems/2.0.0/build_info diff --git a/meta-pkgs/ruby-shoulda/distinfo b/meta-pkgs/ruby-shoulda/distinfo new file mode 100644 index 00000000000..1dc07f0b3f0 --- /dev/null +++ b/meta-pkgs/ruby-shoulda/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/07/05 12:24:50 rodent Exp $ + +SHA1 (shoulda-3.5.0.gem) = 473f0a8f5cdcaf298b70cb4dd0c418a853a35058 +RMD160 (shoulda-3.5.0.gem) = ba82ac19dc194930e22ff4867aca675083306aab +Size (shoulda-3.5.0.gem) = 11264 bytes |