diff options
author | 2005-10-19 21:24:43 +0000 | |
---|---|---|
committer | 2005-10-19 21:24:43 +0000 | |
commit | b250998828797c9a5d1ebb32f21bc4c7471d16bc (patch) | |
tree | cb15d8c1d3e48522c0586c5992b95c1c77fbb668 /dev-ruby/actionpack | |
parent | Correct dep version (diff) | |
download | historical-b250998828797c9a5d1ebb32f21bc4c7471d16bc.tar.gz historical-b250998828797c9a5d1ebb32f21bc4c7471d16bc.tar.bz2 historical-b250998828797c9a5d1ebb32f21bc4c7471d16bc.zip |
Version bump
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.10.1.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.10.1 | 1 |
4 files changed, 30 insertions, 2 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 6ef5b7d88b09..9fcf02288fd7 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.15 2005/09/23 01:36:59 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.16 2005/10/19 21:17:12 caleb Exp $ + +*actionpack-1.10.1 (19 Oct 2005) + + 19 Oct 2005; Caleb Tennis <caleb@gentoo.org> +actionpack-1.10.1.ebuild: + Version bump 23 Sep 2005; Caleb Tennis <caleb@gentoo.org> -actionpack-1.4.0.ebuild, -actionpack-1.5.0.ebuild, -actionpack-1.5.1.ebuild, diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest index 60a8bbdfbe43..4781f670dbb0 100644 --- a/dev-ruby/actionpack/Manifest +++ b/dev-ruby/actionpack/Manifest @@ -1,4 +1,6 @@ MD5 01c0a5fab16d46dce74149a057f3cd57 ChangeLog 1988 -MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 b5e0fdf12446ac2e27844ce918ee8bcd actionpack-1.10.1.ebuild 702 MD5 832354bea3a42d0cd3dbfab961803b43 actionpack-1.9.1.ebuild 713 +MD5 926b6ce8b55601a093fd2f6ffd1fa550 files/digest-actionpack-1.10.1 66 MD5 b4e36caaf45987abefc831f7ed376b74 files/digest-actionpack-1.9.1 65 +MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 diff --git a/dev-ruby/actionpack/actionpack-1.10.1.ebuild b/dev-ruby/actionpack/actionpack-1.10.1.ebuild new file mode 100644 index 000000000000..1abdc82209ff --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.10.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.10.1.ebuild,v 1.1 2005/10/19 21:17:12 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="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.2 + >=dev-ruby/activesupport-1.2.1" diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.10.1 b/dev-ruby/actionpack/files/digest-actionpack-1.10.1 new file mode 100644 index 000000000000..67fa19111c04 --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.10.1 @@ -0,0 +1 @@ +MD5 b01f296bab3a2257a6f7cdc010228e39 actionpack-1.10.1.gem 335872 |