From 3c76559c48e2e6e7dd17718b04904bdab8616abf Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 31 May 2010 06:06:14 +0000 Subject: Bump for Rails 2.3.8. Drop ppc/ppc64 keywords due to new unkeyworded dependency. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-ruby/activeresource/ChangeLog | 9 ++++++- .../activeresource/activeresource-2.3.8.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/activeresource/activeresource-2.3.8.ebuild (limited to 'dev-ruby/activeresource') diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index 1aa7fd70c676..af4ec42b4fd9 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/activeresource # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.63 2010/05/23 10:40:04 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.64 2010/05/31 06:06:14 graaff Exp $ + +*activeresource-2.3.8 (31 May 2010) + + 31 May 2010; Hans de Graaff + +activeresource-2.3.8.ebuild: + Bump for Rails 2.3.8. Drop ppc/ppc64 keywords due to new unkeyworded + dependency. 23 May 2010; Alex Legler activeresource-2.3.5-r1.ebuild: Add REE18 support diff --git a/dev-ruby/activeresource/activeresource-2.3.8.ebuild b/dev-ruby/activeresource/activeresource-2.3.8.ebuild new file mode 100644 index 000000000000..1b4a775cce75 --- /dev/null +++ b/dev-ruby/activeresource/activeresource-2.3.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild,v 1.1 2010/05/31 06:06:14 graaff Exp $ + +EAPI=2 + +USE_RUBY="ruby18 ree18 jruby" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" + +inherit ruby-fakegem + +DESCRIPTION="Think Active Record for web resources.." +HOMEPAGE="http://rubyforge.org/projects/activeresource/" + +LICENSE="MIT" +SLOT="2.3" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend "~dev-ruby/activesupport-${PV}" +ruby_add_bdepend test ">=dev-ruby/mocha-0.9.5 virtual/ruby-test-unit" + +all_ruby_prepare() { + # Custom template not found in package + sed -i -e '/horo/d' Rakefile || die +} -- cgit v1.2.3-65-gdbad