diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-02-11 20:18:55 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-02-11 20:18:55 +0000 |
commit | fb64a8016794e88ea3b7e065e06864b58cec16c8 (patch) | |
tree | 1a0edd96fcd21773811de971b424fb19b5aa0bc3 /dev-ruby/actionpack | |
parent | Addressed bug #166397. Only will sed .desktop file and install it if the .des... (diff) | |
download | gentoo-2-fb64a8016794e88ea3b7e065e06864b58cec16c8.tar.gz gentoo-2-fb64a8016794e88ea3b7e065e06864b58cec16c8.tar.bz2 gentoo-2-fb64a8016794e88ea3b7e065e06864b58cec16c8.zip |
Version bump for rails 1.2.2.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.13.2.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.13.2 | 3 |
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 96f0acc52ccf..d237766db4bb 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionpack # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.52 2007/02/11 20:18:55 nichoj Exp $ + +*actionpack-1.13.2 (11 Feb 2007) + + 11 Feb 2007; Joshua Nichols <nichoj@gentoo.org> +actionpack-1.13.2.ebuild: + Version bump for rails 1.2.2. *actionpack-1.13.1 (19 Jan 2007) diff --git a/dev-ruby/actionpack/actionpack-1.13.2.ebuild b/dev-ruby/actionpack/actionpack-1.13.2.ebuild new file mode 100644 index 000000000000..eb8db04cf9e9 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.13.2.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.2.ebuild,v 1.1 2007/02/11 20:18:55 nichoj 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.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-1.4.1" diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.13.2 b/dev-ruby/actionpack/files/digest-actionpack-1.13.2 new file mode 100644 index 000000000000..f424fce575c8 --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.13.2 @@ -0,0 +1,3 @@ +MD5 4c633f35776ce2545325692dee9b80e2 actionpack-1.13.2.gem 606720 +RMD160 62e8baf7c8e20b5229e718a378e2638e4126f0ec actionpack-1.13.2.gem 606720 +SHA256 52d38d56e13c32aac153e74dfe0ad3eef9f916831bc485189abdccbf01323188 actionpack-1.13.2.gem 606720 |