diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-01-19 13:16:20 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-01-19 13:16:20 +0000 |
commit | 08d9a72847aaabafa7a22c0cbfbbe63d919ce27a (patch) | |
tree | 6aa29847c9450432dd9fa9cd869ad37aec3fc23a /dev-ruby | |
parent | Rails 1.2 (diff) | |
download | gentoo-2-08d9a72847aaabafa7a22c0cbfbbe63d919ce27a.tar.gz gentoo-2-08d9a72847aaabafa7a22c0cbfbbe63d919ce27a.tar.bz2 gentoo-2-08d9a72847aaabafa7a22c0cbfbbe63d919ce27a.zip |
Rails 1.2
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.2.1.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.1 | 3 |
3 files changed, 31 insertions, 2 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 0d17b14e6a2b..da61139b96aa 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.49 2006/11/24 01:14:54 caleb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.50 2007/01/19 13:16:20 caleb Exp $ + +*actionwebservice-1.2.1 (19 Jan 2007) + + 19 Jan 2007; Caleb Tennis <caleb@gentoo.org> + +actionwebservice-1.2.1.ebuild: + Rails 1.2 24 Nov 2006; Caleb Tennis <caleb@gentoo.org> -actionwebservice-1.1.2.ebuild, -actionwebservice-1.1.3.ebuild, diff --git a/dev-ruby/actionwebservice/actionwebservice-1.2.1.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.2.1.ebuild new file mode 100644 index 000000000000..248a10afa44e --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-1.2.1.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.1.ebuild,v 1.1 2007/01/19 13:16:20 caleb 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.1 + =dev-ruby/activerecord-1.15.1 + =dev-ruby/activesupport-1.4.0" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.1 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.1 new file mode 100644 index 000000000000..b71d439aaaf7 --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.1 @@ -0,0 +1,3 @@ +MD5 a451876559c0a3c5eab7b1d10de8a70e actionwebservice-1.2.1.gem 67584 +RMD160 0220c4a30482b0f8f6904412a8d9ecfa4e0f2c39 actionwebservice-1.2.1.gem 67584 +SHA256 26e6b4fc79977d8ff2a49ca7ec3fd6851698109f548973b418891f7002fd5200 actionwebservice-1.2.1.gem 67584 |