From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/rails_autolink/
Date: Sat, 2 Jun 2012 15:47:05 +0000 (UTC) [thread overview]
Message-ID: <1337753524.43bbe1d836ffd79053f0dc5202bb269c24d9e2cc.graaff@gentoo> (raw)
commit: 43bbe1d836ffd79053f0dc5202bb269c24d9e2cc
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed May 23 06:12:04 2012 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May 23 06:12:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=43bbe1d8
Version bump. Add ruby19. Reenable tests.
(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
dev-ruby/rails_autolink/ChangeLog | 5 ++++
dev-ruby/rails_autolink/Manifest | 7 +++--
.../rails_autolink/rails_autolink-1.0.7.ebuild | 24 ++++++++++++++++++++
3 files changed, 33 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/rails_autolink/ChangeLog b/dev-ruby/rails_autolink/ChangeLog
index b62eb21..fc82acd 100644
--- a/dev-ruby/rails_autolink/ChangeLog
+++ b/dev-ruby/rails_autolink/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*rails_autolink-1.0.7 (23 May 2012)
+
+ 23 May 2012; Hans de Graaff <graaff@gentoo.org> +rails_autolink-1.0.7.ebuild:
+ Version bump. Add ruby19. Reenable tests.
+
*rails_autolink-1.0.6 (13 Apr 2012)
13 Apr 2012; Hans de Graaff <graaff@gentoo.org> +rails_autolink-1.0.6.ebuild:
diff --git a/dev-ruby/rails_autolink/Manifest b/dev-ruby/rails_autolink/Manifest
index ad4fa77..c2c4969 100644
--- a/dev-ruby/rails_autolink/Manifest
+++ b/dev-ruby/rails_autolink/Manifest
@@ -3,10 +3,11 @@ Hash: SHA256
DIST rails_autolink-1.0.5.gem 10752 RMD160 63f13c5903abfc9c2086136ec02f60a4821ee6f4 SHA1 dee6adb7af6d444cd80566fbbe9abb6230d62541 SHA256 a13de3095060f93af9b4755e9b48305bd6457f22f60bce7dfbe0c23757bd8209
DIST rails_autolink-1.0.6.gem 11264 RMD160 b49536d81255aeb1999200f8a9aa25453a17928a SHA1 a69091aeba5ce725dc62bdfaefab0b1fd76d722c SHA256 aab26a973b71196db142cd0b8259e74da8039cd82d958a6ffdedd5f39bad0dfd
+DIST rails_autolink-1.0.7.gem 11264 RMD160 23d37d05596e089e72e3228d3251e790be2a0de6 SHA1 160a042fb15e775e661c5233518a125d21155701 SHA256 002b162b2c43eaf5727422928f5e93d12c7bf2df6f446a4189a9c57b9b278382
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk+ICnMACgkQiIP6VqMIqNc9ZgD+KyQvr6pr2Sy0Y99O1vmJZJhQ
-wGnnhT8mLQ5HEDuLeFcA/AnG2QKz91g6VScrKgPsqYQ9jncPiu6b7fNHYWZAoGKe
-=Nsr6
+iF4EAREIAAYFAk+8f7QACgkQiIP6VqMIqNdhUwD/WkBxWdhkKxsDjXgEz18BkHz1
+PyplpdUbz9fcB3sLC9YA/RdGf8yqGo3VbRJAi88zm5BRRC+Ynf35x+1YVtTgLsfy
+=A7WN
-----END PGP SIGNATURE-----
diff --git a/dev-ruby/rails_autolink/rails_autolink-1.0.7.ebuild b/dev-ruby/rails_autolink/rails_autolink-1.0.7.ebuild
new file mode 100644
index 0000000..b5a7d35
--- /dev/null
+++ b/dev-ruby/rails_autolink/rails_autolink-1.0.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mislav-will_paginate/mislav-will_paginate-2.3.11.ebuild,v 1.1 2009/06/08 20:44:54 graaff Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This is an extraction of the auto_link method from rails."
+HOMEPAGE="http://github.com/tenderlove/rails_autolink"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+ruby_add_bdepend "doc? ( dev-ruby/hoe >=dev-ruby/rdoc-3.10 )
+ test? ( dev-ruby/hoe dev-ruby/minitest )"
+
+ruby_add_rdepend ">=dev-ruby/rails-3.1"
next reply other threads:[~2012-06-02 15:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-02 15:47 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-03-01 8:11 [gentoo-commits] dev/graaff:master commit in: dev-ruby/rails_autolink/ Hans de Graaff
2013-01-11 14:54 Hans de Graaff
2012-07-22 17:21 Hans de Graaff
2012-07-22 17:21 Hans de Graaff
2012-04-30 9:30 Hans de Graaff
2012-02-14 9:30 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=1337753524.43bbe1d836ffd79053f0dc5202bb269c24d9e2cc.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