diff options
author | 2006-08-09 18:28:24 +0000 | |
---|---|---|
committer | 2006-08-09 18:28:24 +0000 | |
commit | d0faacd3993cc2b0fa9082e8e42052c49d3c5041 (patch) | |
tree | d1bb7658b7a121fe8fcaff39a939f36859dcc7ae /dev-ruby/actionpack | |
parent | version bump (diff) | |
download | gentoo-2-d0faacd3993cc2b0fa9082e8e42052c49d3c5041.tar.gz gentoo-2-d0faacd3993cc2b0fa9082e8e42052c49d3c5041.tar.bz2 gentoo-2-d0faacd3993cc2b0fa9082e8e42052c49d3c5041.zip |
version bump
(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.4.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.12.4 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index a4f363736ce7..e1d2a201afa5 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.40 2006/07/31 08:25:41 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.41 2006/08/09 18:28:24 caleb Exp $ + +*actionpack-1.12.4 (09 Aug 2006) + + 09 Aug 2006; Caleb Tennis <caleb@gentoo.org> +actionpack-1.12.4.ebuild: + version bump 31 Jul 2006; Simon Stelling <blubb@gentoo.org> actionpack-1.12.3.ebuild: stable on amd64 wrt bug 138323 diff --git a/dev-ruby/actionpack/actionpack-1.12.4.ebuild b/dev-ruby/actionpack/actionpack-1.12.4.ebuild new file mode 100644 index 000000000000..a1ccfcb0b65f --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.12.4.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.4.ebuild,v 1.1 2006/08/09 18:28:24 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.4 b/dev-ruby/actionpack/files/digest-actionpack-1.12.4 new file mode 100644 index 000000000000..6a99589edb15 --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.12.4 @@ -0,0 +1,3 @@ +MD5 be415cc0f9d6d92ee1b75824b19e3592 actionpack-1.12.4.gem 529920 +RMD160 b6415db2f020bfb893a3a82505c65ec98661f49d actionpack-1.12.4.gem 529920 +SHA256 f239b9850a551dcc26adfee8811053f05dfed922f371ed0c566f6ebe15838754 actionpack-1.12.4.gem 529920 |