diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-08-09 18:30:51 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-08-09 18:30:51 +0000 |
commit | d70eee45ff9758d5be9f6196df3516a46624f778 (patch) | |
tree | 944af388d0e240776304af421dff1c5b0904bd89 /dev-ruby/actionwebservice | |
parent | Stable on amd64 wrt Bug #134699. (diff) | |
download | gentoo-2-d70eee45ff9758d5be9f6196df3516a46624f778.tar.gz gentoo-2-d70eee45ff9758d5be9f6196df3516a46624f778.tar.bz2 gentoo-2-d70eee45ff9758d5be9f6196df3516a46624f778.zip |
version bump
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'dev-ruby/actionwebservice')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.5 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 1052c5af8fb0..fa91f7e01c6e 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionwebservice # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.41 2006/07/31 08:26:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.42 2006/08/09 18:30:51 caleb Exp $ + +*actionwebservice-1.1.5 (09 Aug 2006) + + 09 Aug 2006; Caleb Tennis <caleb@gentoo.org> + +actionwebservice-1.1.5.ebuild: + version bump 31 Jul 2006; Simon Stelling <blubb@gentoo.org> actionwebservice-1.1.4.ebuild: diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild new file mode 100644 index 000000000000..2de431a0369f --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild,v 1.1 2006/08/09 18:30:51 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Simple Support for Web Services APIs for Rails" +HOMEPAGE="http://rubyforge.org/projects/aws/" +# 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="1.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.2 + =dev-ruby/actionpack-1.12.4 + =dev-ruby/activerecord-1.14.4 + =dev-ruby/activesupport-1.3.1" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.5 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.5 new file mode 100644 index 000000000000..f5239c2998af --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.5 @@ -0,0 +1,3 @@ +MD5 0c50da05c4f9dc37c5cbd5c38dd99cef actionwebservice-1.1.5.gem 67072 +RMD160 93b6cc1d58d7def0ba7da0de0f51a115b885ba0a actionwebservice-1.1.5.gem 67072 +SHA256 e4c8235d959913161b664f92f303d07869afe027924e60ec0416644b83f4d56c actionwebservice-1.1.5.gem 67072 |