diff options
author | 2009-07-22 06:48:37 +0000 | |
---|---|---|
committer | 2009-07-22 06:48:37 +0000 | |
commit | 55371d43e06786eaffe7c6108a292daa94fbd046 (patch) | |
tree | 861ac69685263b2fa14a51265d9cb246ad4e0c0d /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-55371d43e06786eaffe7c6108a292daa94fbd046.tar.gz gentoo-2-55371d43e06786eaffe7c6108a292daa94fbd046.tar.bz2 gentoo-2-55371d43e06786eaffe7c6108a292daa94fbd046.zip |
Version bump.
(Portage version: 2.1.6.13/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.3.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index a7bfc59aff1d..d2e5bf4dd210 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.111 2009/05/28 16:08:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.112 2009/07/22 06:48:37 graaff Exp $ + +*actionpack-2.3.3 (22 Jul 2009) + + 22 Jul 2009; Hans de Graaff <graaff@gentoo.org> +actionpack-2.3.3.ebuild: + Version bump for Rails 2.33.3. Fix escaping of cookies in TestResponse. 28 May 2009; Raúl Porcel <armin76@gentoo.org> actionpack-2.3.2.ebuild: ia64 stable wrt #270331 diff --git a/dev-ruby/actionpack/actionpack-2.3.3.ebuild b/dev-ruby/actionpack/actionpack-2.3.3.ebuild new file mode 100644 index 000000000000..1f29742201a4 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-2.3.3.ebuild @@ -0,0 +1,18 @@ +# 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.3.ebuild,v 1.1 2009/07/22 06:48:37 graaff 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.3" +RDEPEND="${DEPEND}" |