diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-06-28 11:56:32 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-06-28 11:56:32 +0000 |
commit | 95d5e499d219c461fe8e6a81f55e85da8b3af3a3 (patch) | |
tree | 68e37ab7d05225b516a67a41183be9dad94c5c89 /dev-ruby/actionwebservice | |
parent | version bump and remove old versions (diff) | |
download | historical-95d5e499d219c461fe8e6a81f55e85da8b3af3a3.tar.gz historical-95d5e499d219c461fe8e6a81f55e85da8b3af3a3.tar.bz2 historical-95d5e499d219c461fe8e6a81f55e85da8b3af3a3.zip |
version bump, remove old versions
Package-Manager: portage-2.1.1_pre1-r2
Diffstat (limited to 'dev-ruby/actionwebservice')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.1.3.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.3 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 1527f099d44c..b9b106337a6d 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,13 @@ # 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.34 2006/06/06 16:54:55 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.35 2006/06/28 11:56:32 caleb Exp $ + +*actionwebservice-1.1.3 (28 Jun 2006) + + 28 Jun 2006; Caleb Tennis <caleb@gentoo.org> + -actionwebservice-1.0.0.ebuild, -actionwebservice-1.1.0.ebuild, + -actionwebservice-1.1.1.ebuild, +actionwebservice-1.1.3.ebuild: + version bump, remove old versions 06 Jun 2006; Simon Stelling <blubb@gentoo.org> actionwebservice-1.1.2.ebuild: diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.3.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.3.ebuild new file mode 100644 index 000000000000..b18154aa829c --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-1.1.3.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.3.ebuild,v 1.1 2006/06/28 11:56:32 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.2 + =dev-ruby/activerecord-1.14.3 + =dev-ruby/activesupport-1.3.1" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.3 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.3 new file mode 100644 index 000000000000..3b6cb2e1c683 --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.1.3 @@ -0,0 +1,3 @@ +MD5 e3577b086340c63ea7b16d3d51d39f35 actionwebservice-1.1.3.gem 67072 +RMD160 a14b3e7a08832bfcd2c49d6de1ad0c4c902cf979 actionwebservice-1.1.3.gem 67072 +SHA256 13305e7682d14beee30436d08391dcc7b09b2ffebd0757cb751cd136349fa65b actionwebservice-1.1.3.gem 67072 |