diff options
author | Alex Legler <a3li@gentoo.org> | 2009-03-17 10:42:52 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-03-17 10:42:52 +0000 |
commit | 41671a11cf0b3fa4eb124848f0a9bff36c795bd1 (patch) | |
tree | 67073c73ad9672543c818de4e22eb10d84d429dc /dev-ruby/activeresource | |
parent | Version bump (diff) | |
download | gentoo-2-41671a11cf0b3fa4eb124848f0a9bff36c795bd1.tar.gz gentoo-2-41671a11cf0b3fa4eb124848f0a9bff36c795bd1.tar.bz2 gentoo-2-41671a11cf0b3fa4eb124848f0a9bff36c795bd1.zip |
Version bump
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activeresource')
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-2.3.2.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index 695c7b3ff425..869a037d5513 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/activeresource # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.28 2009/01/10 16:29:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.29 2009/03/17 10:42:52 a3li Exp $ + +*activeresource-2.3.2 (17 Mar 2009) + + 17 Mar 2009; Alex Legler <a3li@gentoo.org> +activeresource-2.3.2.ebuild: + Version bump 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> activeresource-2.2.2.ebuild: diff --git a/dev-ruby/activeresource/activeresource-2.3.2.ebuild b/dev-ruby/activeresource/activeresource-2.3.2.ebuild new file mode 100644 index 000000000000..d4ea6925d2d2 --- /dev/null +++ b/dev-ruby/activeresource/activeresource-2.3.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.2.ebuild,v 1.1 2009/03/17 10:42:52 a3li Exp $ + +inherit ruby gems +USE_RUBY="ruby18 ruby19" + +DESCRIPTION="Think Active Record for web resources.." +HOMEPAGE="http://rubyforge.org/projects/activeresource/" + +LICENSE="MIT" +SLOT="2.3" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.6 + ~dev-ruby/activesupport-2.3.2" |