From 9027eaac56c7316d2eaebf5e450382e19f88ee22 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 4 Sep 2009 06:16:11 +0000 Subject: Version bump. (Portage version: 2.1.6.13/cvs/Linux x86_64) --- dev-ruby/actionpack/ChangeLog | 7 ++++++- dev-ruby/actionpack/actionpack-2.3.4.ebuild | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/actionpack/actionpack-2.3.4.ebuild (limited to 'dev-ruby') diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 475762dac963..bef23e9d1d2c 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.114 2009/08/16 14:28:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.115 2009/09/04 06:16:11 graaff Exp $ + +*actionpack-2.3.4 (04 Sep 2009) + + 04 Sep 2009; Hans de Graaff +actionpack-2.3.4.ebuild: + Version bump: fix security issues reported in #283396. 16 Aug 2009; Raúl Porcel actionpack-2.3.3.ebuild: Add ~ia64 wrt #279123 diff --git a/dev-ruby/actionpack/actionpack-2.3.4.ebuild b/dev-ruby/actionpack/actionpack-2.3.4.ebuild new file mode 100644 index 000000000000..6a9444711ffe --- /dev/null +++ b/dev-ruby/actionpack/actionpack-2.3.4.ebuild @@ -0,0 +1,19 @@ +# 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.4.ebuild,v 1.1 2009/09/04 06:16:11 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.4 + =dev-ruby/rack-1.0*" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad