diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-08-10 20:14:59 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-08-10 20:14:59 +0000 |
commit | 9f9ec625c9b9360be246fa76fc72bf162a0d2c12 (patch) | |
tree | 9a69d6473f0e7c56cbd34f4cebedf5b1de14e135 /dev-ruby/actionwebservice | |
parent | update sparc (diff) | |
download | gentoo-2-9f9ec625c9b9360be246fa76fc72bf162a0d2c12.tar.gz gentoo-2-9f9ec625c9b9360be246fa76fc72bf162a0d2c12.tar.bz2 gentoo-2-9f9ec625c9b9360be246fa76fc72bf162a0d2c12.zip |
bump again
(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.6.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.6 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 7a21f48bd6e4..0f166784de08 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.46 2006/08/10 11:54:10 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.47 2006/08/10 20:14:59 caleb Exp $ + +*actionwebservice-1.1.6 (10 Aug 2006) + + 10 Aug 2006; Caleb Tennis <caleb@gentoo.org> + +actionwebservice-1.1.6.ebuild: + bump again 10 Aug 2006; Ferris McCormick <fmccor@gentoo.org> actionwebservice-1.1.5.ebuild: diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.6.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.6.ebuild new file mode 100644 index 000000000000..f02a4deb3281 --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-1.1.6.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.6.ebuild,v 1.1 2006/08/10 20:14:59 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.5 + =dev-ruby/activerecord-1.14.4 + =dev-ruby/activesupport-1.3.1" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.6 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.6 new file mode 100644 index 000000000000..72e05aaddc0d --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.6 @@ -0,0 +1,3 @@ +MD5 007eed546c522692fbe88d47bb0d7934 actionwebservice-1.1.6.gem 67072 +RMD160 b3de396b7e670b7e93f9ed8fd9442f64cfe2ea13 actionwebservice-1.1.6.gem 67072 +SHA256 e093589cc3bde3375c4feef4b82cdbde3ea6a2fbeb4103cbaded2dde5ec1f8a1 actionwebservice-1.1.6.gem 67072 |