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: Thu, 24 Apr 2014 14:43:37 +0000 (UTC) [thread overview]
Message-ID: <1398350603.c8c70c35a0158765826dd7a3ed7a42bf374beb1e.graaff@gentoo> (raw)
commit: c8c70c35a0158765826dd7a3ed7a42bf374beb1e
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Apr 24 14:43:23 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 14:43:23 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=c8c70c35
Intall the db migrations as well.
Package-Manager: portage-2.2.8-r1
---
dev-ruby/acts-as-taggable-on/ChangeLog | 6 ++++
.../acts-as-taggable-on-3.1.1-r1.ebuild | 38 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-ruby/acts-as-taggable-on/ChangeLog b/dev-ruby/acts-as-taggable-on/ChangeLog
index 6f0e402..9b0c5cc 100644
--- a/dev-ruby/acts-as-taggable-on/ChangeLog
+++ b/dev-ruby/acts-as-taggable-on/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*acts-as-taggable-on-3.1.1-r1 (24 Apr 2014)
+
+ 24 Apr 2014; Hans de Graaff <graaff@gentoo.org>
+ +acts-as-taggable-on-3.1.1-r1.ebuild:
+ Intall the db migrations as well.
+
*acts-as-taggable-on-3.1.1 (11 Apr 2014)
11 Apr 2014; Hans de Graaff <graaff@gentoo.org>
diff --git a/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-3.1.1-r1.ebuild b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-3.1.1-r1.ebuild
new file mode 100644
index 0000000..afe6080
--- /dev/null
+++ b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-3.1.1-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADING.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="db"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Advanced tagging for Rails."
+HOMEPAGE="https://github.com/mbleigh/acts-as-taggable-on/"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Compatibility issues with rspec-rails and test-unit autorunner.
+RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/rails-3 <dev-ruby/rails-5"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:2 =dev-ruby/rspec-rails-2.13* >=dev-ruby/ammeter-0.1.3 dev-ruby/activerecord[sqlite3] )"
+
+all_ruby_prepare() {
+ sed -i -e '/git ls-files/d' ${PN}.gemspec || die
+
+ # Provide a database.yml file for sqlite3.
+ cp spec/database.yml.sample spec/database.yml || die
+ sed -i -e '/^mysql/,$d' spec/database.yml || die
+}
next reply other threads:[~2014-04-24 14:43 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-24 14:43 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
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-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=1398350603.c8c70c35a0158765826dd7a3ed7a42bf374beb1e.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