public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/draper/
Date: Fri, 17 Apr 2015 13:02:14 +0000 (UTC)	[thread overview]
Message-ID: <1429272886.77b764b7b5c69a4fa02c92966db5af59baae72f0.graaff@gentoo> (raw)

commit:     77b764b7b5c69a4fa02c92966db5af59baae72f0
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 17 12:14:46 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 12:14:46 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=77b764b7

Version bump.

Package-Manager: portage-2.2.14

 dev-ruby/draper/ChangeLog           |  5 ++++
 dev-ruby/draper/Manifest            |  1 +
 dev-ruby/draper/draper-2.1.0.ebuild | 48 +++++++++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/dev-ruby/draper/ChangeLog b/dev-ruby/draper/ChangeLog
index 11da8ec..268a49f 100644
--- a/dev-ruby/draper/ChangeLog
+++ b/dev-ruby/draper/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*draper-2.1.0 (17 Apr 2015)
+
+  17 Apr 2015; Hans de Graaff <graaff@gentoo.org> +draper-2.1.0.ebuild:
+  Version bump.
+
   17 Apr 2015; Hans de Graaff <graaff@gentoo.org> -draper-1.2.1.ebuild,
   -draper-1.3.0.ebuild:
   Cleanup.

diff --git a/dev-ruby/draper/Manifest b/dev-ruby/draper/Manifest
index 154d39b..84e1e80 100644
--- a/dev-ruby/draper/Manifest
+++ b/dev-ruby/draper/Manifest
@@ -1,2 +1,3 @@
 DIST draper-1.3.1.gem 55296 SHA256 ba6223e963b3d03240628e89919f5a6b597c60f0ae09730a1f303db0b5444b57 SHA512 6458311e652dd5838c13e051697b8ebb9983d8fc0faf1b59f1b82dee9850e9702e4b9c3059bb669491509514d51e5256b68484f519d31a2bc01061e953e9afd6 WHIRLPOOL fc85fca736ca4e26a97330dc80166e6db0b0265565b300de02ce7c6c22f36eb196ac4c2b3d4b9d8ede0667af6bd532b3f786cf7d069292603d8cacb8524257b3
 DIST draper-1.4.0.gem 55296 SHA256 5ab177184b951caf227fa538c0bd54b14394c51df67463e00bc32fe1da8d10bc SHA512 28918f5c7b990021d14867f1749a4ee8dfa4eb18c6cfdd7577c5767bac18237c4f29901dd3d5318339fddf3a68bc21963705824e7e13cda2dc03e0308c49874d WHIRLPOOL 77b290e2dcbcf95dedeb8fde98455ff9827b50ab28580f17d7a492352eb4df99dedfb994cfd591ba2b047543f67f8e4db7b30a594bd813db9cb4677b2aa49b90
+DIST draper-2.1.0.gem 56320 SHA256 1350e5d1e524b4653634370d7b742f774a47a8c2d26f44fd675ffab40df8bb71 SHA512 d3252ed0a95ec642e4a4166757e7ff0cfe116699c72be3614e4a14fb7c4407a7f93cd7338a93122f30aed3a22620fd7501364db84ebb40b5b9c2d857a9e14a5b WHIRLPOOL f3c6f43c449786a4feb5835e5ec40e6725245d3fa35fd5cccde30909aebafd3d1937b76e478bb6dfda933038acadcd85474a2818de2ccc14302f83582aa02299

diff --git a/dev-ruby/draper/draper-2.1.0.ebuild b/dev-ruby/draper/draper-2.1.0.ebuild
new file mode 100644
index 0000000..cc475cd
--- /dev/null
+++ b/dev-ruby/draper/draper-2.1.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="View Models for Rails"
+HOMEPAGE="https://github.com/drapergem/draper"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="2"
+IUSE="test"
+
+ruby_add_rdepend "
+	>=dev-ruby/actionpack-3.0
+	>=dev-ruby/activemodel-3.0
+	>=dev-ruby/activesupport-3.0
+	>=dev-ruby/request_store-1.0.3"
+
+ruby_add_bdepend "test? (
+		>=dev-ruby/ammeter-0.2.2
+		dev-ruby/active_model_serializers
+	)"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -e '/[Bb]undler/ s:^:#:' \
+		-e '1igem "rails", "~>4.0"' \
+		-i spec/spec_helper.rb || die
+
+	# Avoid tests also failing on 1.2.1 which we already use. Could be
+	# more precise for the 4 specific specs failing.
+	rm spec/draper/{decorator,decoratable}_spec.rb || die
+}
+
+each_ruby_test() {
+	${RUBY} -S rspec spec/draper || die
+}


             reply	other threads:[~2015-04-17 13:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-17 13:02 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-26 18:12 [gentoo-commits] dev/graaff:master commit in: dev-ruby/draper/ Hans de Graaff
2016-07-26 18:12 Hans de Graaff
2015-06-10  6:50 Hans de Graaff
2015-04-17 13:02 Hans de Graaff
2014-09-24  7:31 Hans de Graaff
2014-09-24  7:31 Hans de Graaff
2014-06-18  9:32 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2013-11-01  7:33 Hans de Graaff
2013-06-28 13:18 Hans de Graaff
2012-11-14 15:20 Hans de Graaff
2012-09-10  8:45 Hans de Graaff
2012-09-10  8:45 Hans de Graaff
2012-08-28 14:11 Hans de Graaff
2012-07-05  8:47 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1429272886.77b764b7b5c69a4fa02c92966db5af59baae72f0.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox