diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-01-19 13:13:08 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-01-19 13:13:08 +0000 |
commit | ae64450dd360383f568804a7353de36abb429ae4 (patch) | |
tree | bd8e8c6306e7c306ff9a3d2e051833c603304abf /dev-ruby/actionpack | |
parent | Bump to rails 1.2 (diff) | |
download | gentoo-2-ae64450dd360383f568804a7353de36abb429ae4.tar.gz gentoo-2-ae64450dd360383f568804a7353de36abb429ae4.tar.bz2 gentoo-2-ae64450dd360383f568804a7353de36abb429ae4.zip |
rails 1.2
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.13.1.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.13.1 | 3 |
3 files changed, 28 insertions, 2 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index ca1fe03dd611..96f0acc52ccf 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionpack -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.50 2006/11/24 01:07:45 caleb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.51 2007/01/19 13:13:08 caleb Exp $ + +*actionpack-1.13.1 (19 Jan 2007) + + 19 Jan 2007; Caleb Tennis <caleb@gentoo.org> +actionpack-1.13.1.ebuild: + rails 1.2 24 Nov 2006; Caleb Tennis <caleb@gentoo.org> -actionpack-1.12.1.ebuild, -actionpack-1.12.2.ebuild, -actionpack-1.12.3.ebuild, diff --git a/dev-ruby/actionpack/actionpack-1.13.1.ebuild b/dev-ruby/actionpack/actionpack-1.13.1.ebuild new file mode 100644 index 000000000000..afe291dff031 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.13.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.13.1.ebuild,v 1.1 2007/01/19 13:13:08 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Eases web-request routing, handling, and response." +HOMEPAGE="http://rubyforge.org/projects/actionpack/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-1.4.0" diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.13.1 b/dev-ruby/actionpack/files/digest-actionpack-1.13.1 new file mode 100644 index 000000000000..06773169df9c --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.13.1 @@ -0,0 +1,3 @@ +MD5 f11c21bb4693b4f00eceeef1d0cb6c55 actionpack-1.13.1.gem 606208 +RMD160 28572581dd42fcf4a35268f6082400b61b9cbcc6 actionpack-1.13.1.gem 606208 +SHA256 00a868d63390957ab336b3e228278d02ac99b9764c2d46fdf6b83ab130ae007f actionpack-1.13.1.gem 606208 |