diff options
author | 2009-03-17 09:39:27 +0000 | |
---|---|---|
committer | 2009-03-17 09:39:27 +0000 | |
commit | 6117aa9be80cb6f091662f3ed64d4020b7a04d04 (patch) | |
tree | ee3e87c5b479b9f4ebd384797da09abe685d5361 /dev-ruby | |
parent | p.u.mask policykit for gnome-extra/gnome-power-manager and gnome-base/gnome-s... (diff) | |
download | gentoo-2-6117aa9be80cb6f091662f3ed64d4020b7a04d04.tar.gz gentoo-2-6117aa9be80cb6f091662f3ed64d4020b7a04d04.tar.bz2 gentoo-2-6117aa9be80cb6f091662f3ed64d4020b7a04d04.zip |
Version bump
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.3.2.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 39158b6045c1..7b455b926706 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.101 2009/03/15 15:06:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.102 2009/03/17 09:39:27 a3li Exp $ + +*actionpack-2.3.2 (17 Mar 2009) + + 17 Mar 2009; Alex Legler <a3li@gentoo.org> +actionpack-2.3.2.ebuild: + Version bump 15 Mar 2009; Markus Meier <maekke@gentoo.org> actionpack-2.1.2-r1.ebuild: amd64/x86 stable, bug #247549 diff --git a/dev-ruby/actionpack/actionpack-2.3.2.ebuild b/dev-ruby/actionpack/actionpack-2.3.2.ebuild new file mode 100644 index 000000000000..3a29cf7ce26d --- /dev/null +++ b/dev-ruby/actionpack/actionpack-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/actionpack/actionpack-2.3.2.ebuild,v 1.1 2009/03/17 09:39:27 a3li Exp $ + +inherit ruby gems +USE_RUBY="ruby18 ruby19" + +DESCRIPTION="Eases web-request routing, handling, and response." +HOMEPAGE="http://rubyforge.org/projects/actionpack/" + +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" |