diff options
author | 2010-09-05 09:19:29 +0000 | |
---|---|---|
committer | 2010-09-05 09:19:29 +0000 | |
commit | 79f50485f42fa5325fd419e9dc8c2fa6dfc8b334 (patch) | |
tree | ca6a70c41c85427968db03daee5237c15480ff5c /dev-ruby/activeresource | |
parent | Version bump for Rails 2.3.9 (diff) | |
download | gentoo-2-79f50485f42fa5325fd419e9dc8c2fa6dfc8b334.tar.gz gentoo-2-79f50485f42fa5325fd419e9dc8c2fa6dfc8b334.tar.bz2 gentoo-2-79f50485f42fa5325fd419e9dc8c2fa6dfc8b334.zip |
Version bump for Rails 2.3.9
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activeresource')
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-2.3.9.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index f7148024526c..068b77540fdd 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,12 @@ # 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.65 2010/08/15 19:15:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.66 2010/09/05 09:19:29 graaff Exp $ + +*activeresource-2.3.9 (05 Sep 2010) + + 05 Sep 2010; Hans de Graaff <graaff@gentoo.org> + +activeresource-2.3.9.ebuild: + Version bump for Rails 2.3.9 15 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> activeresource-2.3.8.ebuild: diff --git a/dev-ruby/activeresource/activeresource-2.3.9.ebuild b/dev-ruby/activeresource/activeresource-2.3.9.ebuild new file mode 100644 index 000000000000..afbcc2180e42 --- /dev/null +++ b/dev-ruby/activeresource/activeresource-2.3.9.ebuild @@ -0,0 +1,33 @@ +# 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.9.ebuild,v 1.1 2010/09/05 09:19:29 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 + !dev-ruby/test-unit:2 + )" + +all_ruby_prepare() { + # Custom template not found in package + sed -i -e '/horo/d' Rakefile || die +} |