diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-03-14 04:26:15 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-03-14 04:26:15 +0000 |
commit | 3f8c89bc00752772ac3b8d9b9d4e9e5df30f5fc0 (patch) | |
tree | 76c5966d45a9785ecbf1d8c2285ed2e3a176e0ba /dev-ruby | |
parent | Version bump for rails 1.2.3. (diff) | |
download | gentoo-2-3f8c89bc00752772ac3b8d9b9d4e9e5df30f5fc0.tar.gz gentoo-2-3f8c89bc00752772ac3b8d9b9d4e9e5df30f5fc0.tar.bz2 gentoo-2-3f8c89bc00752772ac3b8d9b9d4e9e5df30f5fc0.zip |
Version bump for rails 1.2.3.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.3 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 5a3b42d4f7c6..b896360082c3 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionwebservice # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.52 2007/03/04 20:50:02 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.53 2007/03/14 04:26:15 nichoj Exp $ + +*actionwebservice-1.2.3 (14 Mar 2007) + + 14 Mar 2007; Joshua Nichols <nichoj@gentoo.org> + +actionwebservice-1.2.3.ebuild: + Version bump for rails 1.2.3. 04 Mar 2007; Tom Gall <tgall@gentoo.org> actionwebservice-1.2.2.ebuild: added ~ppc64 diff --git a/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild new file mode 100644 index 000000000000..6bb1af34e9ff --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild,v 1.1 2007/03/14 04:26:15 nichoj Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Simple Support for Web Services APIs for Rails" +HOMEPAGE="http://rubyforge.org/projects/aws/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/actionpack-1.13.3 + =dev-ruby/activerecord-1.15.3 + =dev-ruby/activesupport-1.4.2" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.3 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.3 new file mode 100644 index 000000000000..51e2753d188a --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.3 @@ -0,0 +1,3 @@ +MD5 59604dcdf9c6d32d7cff9146f51eae13 actionwebservice-1.2.3.gem 67584 +RMD160 501d4fd37b2ec1666946a0f29cbf63900b4c04a2 actionwebservice-1.2.3.gem 67584 +SHA256 1cf6ac60c59e7eb7286af881c48a0243e1318fefe4178d0742b8c480852aeaad actionwebservice-1.2.3.gem 67584 |