diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-02-28 17:54:08 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-02-28 17:54:08 +0000 |
commit | 99900b893d1f16ba9a8a7cda20d0f3361a21e2e1 (patch) | |
tree | f4823c5885f7281840d51d17eab28b3cad87f10d /dev-ruby | |
parent | Version bump for new release, bug #83446 (diff) | |
download | gentoo-2-99900b893d1f16ba9a8a7cda20d0f3361a21e2e1.tar.gz gentoo-2-99900b893d1f16ba9a8a7cda20d0f3361a21e2e1.tar.bz2 gentoo-2-99900b893d1f16ba9a8a7cda20d0f3361a21e2e1.zip |
version bump - see bug #83446
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/Manifest | 14 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.5.0.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/actionpack/files/digest-actionpack-1.5.0 | 1 |
4 files changed, 32 insertions, 12 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index d8eccf6a6a86..79bf4a6eab0f 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.1 2005/02/16 05:42:42 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.2 2005/02/28 17:54:08 caleb Exp $ + +*actionpack-1.5.0 (28 Feb 2005) + + 28 Feb 2005; Caleb Tennis <caleb@gentoo.org> +actionpack-1.5.0.ebuild: + version bump - see bug #83446 *actionpack-1.4.0 (15 Feb 2005) diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest index 86b39cd7631d..943100cea673 100644 --- a/dev-ruby/actionpack/Manifest +++ b/dev-ruby/actionpack/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 5d01df84ef40a8353c6d30630364893f actionpack-1.4.0.ebuild 667 -MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 a93305519bdbdcd0e0fbbb95102b9f09 actionpack-1.5.0.ebuild 700 MD5 8e639271fbb141ddf22b7de91835c7c2 ChangeLog 363 +MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 MD5 1dcf06b2e95fbfdf9c2f499da5be240a files/digest-actionpack-1.4.0 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCEt2Pz2gxt1z4IGYRAjAzAKC8y+qDMh7mG50aFAiSTvtWFTOxTACZAUlh -MSAvI7y9uV5+2ObolkmLHGo= -=wIg9 ------END PGP SIGNATURE----- +MD5 b957eed75058069dd6830b703539fb11 files/digest-actionpack-1.5.0 65 diff --git a/dev-ruby/actionpack/actionpack-1.5.0.ebuild b/dev-ruby/actionpack/actionpack-1.5.0.ebuild new file mode 100644 index 000000000000..976ad53c5228 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-1.5.0.ebuild @@ -0,0 +1,22 @@ +# 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.5.0.ebuild,v 1.1 2005/02/28 17:54:08 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://rubyforge.org/frs/download.php/3193/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/activesupport-1.0.0" + + diff --git a/dev-ruby/actionpack/files/digest-actionpack-1.5.0 b/dev-ruby/actionpack/files/digest-actionpack-1.5.0 new file mode 100644 index 000000000000..f6c050acbdcc --- /dev/null +++ b/dev-ruby/actionpack/files/digest-actionpack-1.5.0 @@ -0,0 +1 @@ +MD5 d0d22e5b9feeb86ff47e8b118821bce7 actionpack-1.5.0.gem 145408 |