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 | 91105940587f5ca250b3a1567aa3d639ce213db6 (patch) | |
tree | 3815d067507ab9c39e874b2dba4dec98c6a790db /dev-ruby | |
parent | Version bump for new release, bug #83446 (diff) | |
download | historical-91105940587f5ca250b3a1567aa3d639ce213db6.tar.gz historical-91105940587f5ca250b3a1567aa3d639ce213db6.tar.bz2 historical-91105940587f5ca250b3a1567aa3d639ce213db6.zip |
version bump - see bug #83446
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-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 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/Manifest | 4 |
4 files changed, 33 insertions, 1 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/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 diff --git a/dev-ruby/actionwebservice/Manifest b/dev-ruby/actionwebservice/Manifest new file mode 100644 index 000000000000..879e206d4e0d --- /dev/null +++ b/dev-ruby/actionwebservice/Manifest @@ -0,0 +1,4 @@ +MD5 82ca6f7d367a85f438b415c794e288e9 actionwebservice-0.5.0.ebuild 773 +MD5 18e69a19aabbfc6238f54eb9a5016c8c ChangeLog 402 +MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 196855d8443c00a0ec995f18bd8014f6 files/digest-actionwebservice-0.5.0 70 |