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: Tue, 27 May 2014 05:07:45 +0000 (UTC) [thread overview]
Message-ID: <1400829297.27f836352dd8d7a87125e3807c0b2fde37ce6680.graaff@gentoo> (raw)
commit: 27f836352dd8d7a87125e3807c0b2fde37ce6680
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri May 23 07:14:57 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 23 07:14:57 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=27f83635
Version bump.
Package-Manager: portage-2.2.8-r1
---
dev-ruby/acts-as-taggable-on/ChangeLog | 6 ++++
dev-ruby/acts-as-taggable-on/Manifest | 1 +
.../acts-as-taggable-on-3.2.3.ebuild | 39 ++++++++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/dev-ruby/acts-as-taggable-on/ChangeLog b/dev-ruby/acts-as-taggable-on/ChangeLog
index 9b0c5cc..70a69a3 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.2.3 (23 May 2014)
+
+ 23 May 2014; Hans de Graaff <graaff@gentoo.org>
+ +acts-as-taggable-on-3.2.3.ebuild:
+ Version bump.
+
*acts-as-taggable-on-3.1.1-r1 (24 Apr 2014)
24 Apr 2014; Hans de Graaff <graaff@gentoo.org>
diff --git a/dev-ruby/acts-as-taggable-on/Manifest b/dev-ruby/acts-as-taggable-on/Manifest
index 61f32cd..d5f3251 100644
--- a/dev-ruby/acts-as-taggable-on/Manifest
+++ b/dev-ruby/acts-as-taggable-on/Manifest
@@ -3,3 +3,4 @@ DIST acts-as-taggable-on-3.0.1.gem 37888 SHA256 849d7341395783e3ac86ba6a8f588853
DIST acts-as-taggable-on-3.0.2.gem 37888 SHA256 521e4c438e00fb9eb15caf36233bd203bbc4876d54d4f9343bb7205619ac55fe SHA512 6ec3ec88658463233de1e15579d5f9a586517b96a6d2f8c6768769262537fbbeaccca6ddadc7a21198f45adb1e350bd423c2f3c2e406521777ebe3f703d36481 WHIRLPOOL b912cbb5a3f2c640e4dd351c1a683717b1bd75809c502b41fa577702c0dabbcbba2cf1cfe0f42387a14e209e847b216df795b44a6c2612f5089af817db816914
DIST acts-as-taggable-on-3.1.0.gem 39936 SHA256 7253f063086ab501b6f9ab19ec638029e9aa988263da9582331af777762d97a9 SHA512 f6dae40f8767e2ab4de7a01343800eed0315bd0543277743ae547c9019f51c4221f469ed17eacaf97863245daab4076e32154562f3e9f4231176adfdbe3ccce5 WHIRLPOOL 171efd021216106157c3e2fd75c0aeaf9280eb71367c8ec1f1904145fc0f2ac3ac740fa70c592e9c437d6c0b285cf56896d37a8604363f211c976084e9b62202
DIST acts-as-taggable-on-3.1.1.gem 39936 SHA256 413795c45d2eb1f7c18f65b2d19768bfe8c306795de48e0eeea2decfb8e347cb SHA512 bbbd5331d97c5db77373dba9b4e3285207d3f7c49d2f9d7258f67b1303aadcf66cf461f33c09e96ff325a671d8da929d4c9f82410a8acb2a1f7842fef95953a2 WHIRLPOOL 3c10f9981dcc027319529c7a18a7e36fbb23898410e6c3499194f5881fb87826f7170b385d41fdda7be927c0579a93297b0f148f3648631613efe00ee7483b20
+DIST acts-as-taggable-on-3.2.3.gem 45056 SHA256 7bfbb2fe343f3f6022813c616ae93f7d625e3f8c6b706fa0fe51bea45faa49fd SHA512 7ff78a4439faf8d746df88f660a7743e6ce7539f1ea2fa10513003af153dc606a28d663d7523ac486cbdde39aa8e50c16d9840a9ccc60bb3fef5637931133cd7 WHIRLPOOL 162ac3c40315e93544404d5533d6f7ec0b80ab80f833de476403014c86d75fc9c69b70287fbef76fc5013cd031dae73430a6def17c01821868d9dc720cc2eac5
diff --git a/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-3.2.3.ebuild b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-3.2.3.ebuild
new file mode 100644
index 0000000..437dd23
--- /dev/null
+++ b/dev-ruby/acts-as-taggable-on/acts-as-taggable-on-3.2.3.ebuild
@@ -0,0 +1,39 @@
+# 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 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=""
+
+# Compatibility issues with rspec-rails and test-unit autorunner. Now
+# also requires rspec 3.
+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/internal/config/database.yml.sample spec/internal/config/database.yml || die
+ sed -i -e '/^mysql/,$d' spec/internal/config/database.yml || die
+}
next reply other threads:[~2014-05-27 5:07 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-27 5:07 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-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=1400829297.27f836352dd8d7a87125e3807c0b2fde37ce6680.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