diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-08-10 20:12:02 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-08-10 20:12:02 +0000 |
commit | 86e46a7bd8dc4fa82d3867d369fad1adaab1a323 (patch) | |
tree | a1169f5dcc0bc4ba4642e981f27a8981a385f753 /dev-ruby/actionpack | |
parent | Stable for HPPA (bug #140458). (diff) | |
download | gentoo-2-86e46a7bd8dc4fa82d3867d369fad1adaab1a323.tar.gz gentoo-2-86e46a7bd8dc4fa82d3867d369fad1adaab1a323.tar.bz2 gentoo-2-86e46a7bd8dc4fa82d3867d369fad1adaab1a323.zip |
bump again
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.12.5.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.12.5 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index c6cf51c3096e..6ed3ab902e30 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.46 2006/08/10 11:47:34 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.47 2006/08/10 20:12:02 caleb Exp $ + +*actionpack-1.12.5 (10 Aug 2006) + + 10 Aug 2006; Caleb Tennis <caleb@gentoo.org> +actionpack-1.12.5.ebuild: + bump again 10 Aug 2006; Ferris McCormick <fmccor@gentoo.org> actionpack-1.12.4.ebuild: diff --git a/dev-ruby/actionpack/actionpack-1.12.5.ebuild b/dev-ruby/actionpack/actionpack-1.12.5.ebuild new file mode 100644 index 000000000000..38fffa8c7b0f --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.12.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.12.5.ebuild,v 1.1 2006/08/10 20:12:02 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Eases web-request routing, handling, and response." +HOMEPAGE="http://rubyforge.org/projects/actionpack/" +# The URL depends implicitly on the version, unfortunately. Even if you +# change the filename on the end, it still downloads the same file. +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.2 + >=dev-ruby/activesupport-1.3.1" diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.12.5 b/dev-ruby/actionpack/files/digest-actionpack-1.12.5 new file mode 100644 index 000000000000..70bf865128c5 --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.12.5 @@ -0,0 +1,3 @@ +MD5 eae12bdda3d4c816a3874efc334d0c98 actionpack-1.12.5.gem 530432 +RMD160 99f51bd0fb69a82012963b4f641fb1c44d79c744 actionpack-1.12.5.gem 530432 +SHA256 f501ba5cd7be31fb559fe606e4bb011a0759ac7c3ac35f463ef48584c4cd1a72 actionpack-1.12.5.gem 530432 |