diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-07-03 11:47:01 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-07-03 11:47:01 +0000 |
commit | fb0900483a05e17d7f0945fe931681ba6a480115 (patch) | |
tree | 70ca85b16bf39ae47577db1926ca3159e79171fd /dev-ruby | |
parent | Version bump (diff) | |
download | gentoo-2-fb0900483a05e17d7f0945fe931681ba6a480115.tar.gz gentoo-2-fb0900483a05e17d7f0945fe931681ba6a480115.tar.bz2 gentoo-2-fb0900483a05e17d7f0945fe931681ba6a480115.zip |
Version bump
(Portage version: 2.1.1_pre1-r4)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.4 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index b9b106337a6d..b4345e3233be 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.35 2006/06/28 11:56:32 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.36 2006/07/03 11:47:01 caleb Exp $ + +*actionwebservice-1.1.4 (03 Jul 2006) + + 03 Jul 2006; Caleb Tennis <caleb@gentoo.org> + +actionwebservice-1.1.4.ebuild: + Version bump *actionwebservice-1.1.3 (28 Jun 2006) diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild new file mode 100644 index 000000000000..5650c17d65db --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-1.1.4.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.4.ebuild,v 1.1 2006/07/03 11:47:01 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.3 + =dev-ruby/activerecord-1.14.3 + =dev-ruby/activesupport-1.3.1" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.4 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.4 new file mode 100644 index 000000000000..dd5137b58a4c --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.4 @@ -0,0 +1,3 @@ +MD5 6a7c1bdaadf6407098cf93c3722f817e actionwebservice-1.1.4.gem 67072 +RMD160 26880967f1fbfb70cc0e461400927fa13805bc36 actionwebservice-1.1.4.gem 67072 +SHA256 9e1083bcd3f61eb0ba6f049f69549b916aab1a5d23d360fe7986c3090e1298f1 actionwebservice-1.1.4.gem 67072 |