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/acts-as-taggable-on/
Date: Mon, 22 Aug 2016 19:00:59 +0000 (UTC)	[thread overview]
Message-ID: <1471888743.723ea7657f2f81f43626780245bbec10fb707ce6.graaff@gentoo> (raw)

commit:     723ea7657f2f81f43626780245bbec10fb707ce6
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Aug 22 17:59:03 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 17:59:03 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=723ea765

dev-ruby/acts-as-taggable-on: add 4.0.0

Package-Manager: portage-2.2.28

 dev-ruby/acts-as-taggable-on/Manifest              |  1 +
 .../acts-as-taggable-on-4.0.0.ebuild               | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/acts-as-taggable-on/Manifest b/dev-ruby/acts-as-taggable-on/Manifest
index 4632ffe..c8a30ac 100644
--- a/dev-ruby/acts-as-taggable-on/Manifest
+++ b/dev-ruby/acts-as-taggable-on/Manifest
@@ -1 +1,2 @@
 DIST acts-as-taggable-on-3.5.0.gem 49152 SHA256 27dfb17d01ed056c5d28b54142d356bac55953ce66259fa0fad28d4b1bfae02f SHA512 67086dd2b359d6f6d11a4c5ad319a6137030231a2515ef023b70e758d4274cfece06facd87e1f4cf31c777404a601c493dde0fe402af2a463dc27bb2f129fc8a WHIRLPOOL 27f6c76a8184eaa4e3199aeb3b06c61014e76c84a60e6fb179b27f0ec9cb1a985365a6ac2462b217a2fc814312543bbd5fd72122b6078570ee220aab697eaa38
+DIST acts-as-taggable-on-4.0.0.gem 50176 SHA256 7a9443fe203c7877f0ce4511bc3bcaf711358a2ad8efd7fe324ee64de0175ec0 SHA512 1a858d4d0b6b665f0fc04abdedc8c8b92af47ae3b768c7738d7d4d4601c02a67bdfd25cf3dcafd3f4393f2d60a8b9817dbca50e0b79f3108df79bdfcfa42b0ca WHIRLPOOL d2338e75eb4ae2f41f82868fec7098b4e99456ff408f3b8c29e4cd68e95df841d9e4fff8309956772a60a4f2374b7597742ccf331c9c8ecac1754aa933c871a6

diff --git a/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-4.0.0.ebuild b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-4.0.0.ebuild
new file mode 100644
index 0000000..fc21abd
--- /dev/null
+++ b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-4.0.0.ebuild
@@ -0,0 +1,40 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADING.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="db"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Advanced tagging for Rails."
+HOMEPAGE="https://github.com/mbleigh/acts-as-taggable-on/"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activerecord-4.0:*"
+
+ruby_add_bdepend "test? (
+	dev-ruby/database_cleaner
+	dev-ruby/rspec-its
+	)"
+
+all_ruby_prepare() {
+	sed -i -e '/git ls-files/d' ${PN}.gemspec || die
+
+	# Provide a database.yml file for sqlite3.
+	cp spec/internal/config/database.yml.sample spec/internal/config/database.yml || die
+	sed -i -e '/^mysql/,$d' spec/internal/config/database.yml || die
+
+	sed -i -e '/barrier/ s:^:#:' spec/spec_helper.rb || die
+}


             reply	other threads:[~2016-08-22 19:01 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-22 19:00 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-22 19:00 [gentoo-commits] dev/graaff:master commit in: dev-ruby/acts-as-taggable-on/ Hans de Graaff
2016-08-22 19:00 Hans de Graaff
2015-04-17 11:55 Hans de Graaff
2015-04-17 11:55 Hans de Graaff
2015-04-17 11:55 Hans de Graaff
2014-06-27  7:59 Hans de Graaff
2014-06-06  6:39 Hans de Graaff
2014-05-27  5:07 Hans de Graaff
2014-04-24 14:43 Hans de Graaff
2014-04-22 16:54 Hans de Graaff
2014-04-06  6:03 Hans de Graaff
2014-04-02 13:42 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2013-06-16  6:18 Hans de Graaff
2013-05-19  6:51 Hans de Graaff
2012-10-03  9:22 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=1471888743.723ea7657f2f81f43626780245bbec10fb707ce6.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