diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-09-13 09:09:14 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-09-13 09:09:14 +0000 |
commit | bda465b562d9dbce5c6b2e87f8ff3e5db5d32e5c (patch) | |
tree | 9181db74c15e6b2453e957aefed8d5bd06b5b1aa /dev-ruby/actionpack | |
parent | Stable on ppc wrt bug 237333 (diff) | |
download | historical-bda465b562d9dbce5c6b2e87f8ff3e5db5d32e5c.tar.gz historical-bda465b562d9dbce5c6b2e87f8ff3e5db5d32e5c.tar.bz2 historical-bda465b562d9dbce5c6b2e87f8ff3e5db5d32e5c.zip |
Version bump for Rails 2.1.1, bug #237392
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.1.1.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index f90942d64212..179c83979229 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.82 2008/09/12 05:51:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.83 2008/09/13 09:01:20 graaff Exp $ + +*actionpack-2.1.1 (13 Sep 2008) + + 13 Sep 2008; Hans de Graaff <graaff@gentoo.org> +actionpack-2.1.1.ebuild: + Version bump for Rails 2.1.1, bug #237392 *actionpack-2.0.4 (12 Sep 2008) diff --git a/dev-ruby/actionpack/actionpack-2.1.1.ebuild b/dev-ruby/actionpack/actionpack-2.1.1.ebuild new file mode 100644 index 000000000000..024b9455c6a3 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-2.1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.1.1.ebuild,v 1.1 2008/09/13 09:01:20 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Eases web-request routing, handling, and response." +HOMEPAGE="http://rubyforge.org/projects/actionpack/" + +LICENSE="MIT" +SLOT="2.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-2.1.1" |