diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-11-24 00:58:18 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-11-24 00:58:18 +0000 |
commit | 1fa794ea95965b5424a16a5fc38242a5f7ad4562 (patch) | |
tree | 978e456d51b03a1c25c9d300b46707821d78d2eb /dev-ruby | |
parent | version bump, for 1.2.0_rc1 (diff) | |
download | historical-1fa794ea95965b5424a16a5fc38242a5f7ad4562.tar.gz historical-1fa794ea95965b5424a16a5fc38242a5f7ad4562.tar.bz2 historical-1fa794ea95965b5424a16a5fc38242a5f7ad4562.zip |
version bump, for rails 1.2.0_rc1
Package-Manager: portage-2.1.2_rc1-r1
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.12.5.5618.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.12.5.5618 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 8b949e8011cf..e74089cf54a3 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,12 @@ # 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.48 2006/09/02 21:46:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.49 2006/11/24 00:58:18 caleb Exp $ + +*actionpack-1.12.5.5618 (24 Nov 2006) + + 24 Nov 2006; Caleb Tennis <caleb@gentoo.org> + +actionpack-1.12.5.5618.ebuild: + version bump, for rails 1.2.0_rc1 02 Sep 2006; Bryan Ăstergaard <kloeri@gentoo.org> actionpack-1.12.5.ebuild: diff --git a/dev-ruby/actionpack/actionpack-1.12.5.5618.ebuild b/dev-ruby/actionpack/actionpack-1.12.5.5618.ebuild new file mode 100644 index 000000000000..90efe6a4bb26 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.12.5.5618.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.5618.ebuild,v 1.1 2006/11/24 00:58:18 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.rubyonrails.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.3.1.5618" diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.12.5.5618 b/dev-ruby/actionpack/files/digest-actionpack-1.12.5.5618 new file mode 100644 index 000000000000..cc560404abd9 --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.12.5.5618 @@ -0,0 +1,3 @@ +MD5 e3851bcd85d5efbc7be8d4c69a1a6e1c actionpack-1.12.5.5618.gem 592384 +RMD160 97e23f25a03296405e35a19eca84a8f54c256971 actionpack-1.12.5.5618.gem 592384 +SHA256 d4b7500e3772af0ef32a75cb52b39f3166a8ad6eb8ec29dafbf4b9b1cb704eb1 actionpack-1.12.5.5618.gem 592384 |