diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-02-11 20:19:41 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-02-11 20:19:41 +0000 |
commit | bd4cc8fdd6cff6d46d9a2b79deae232c15df6b9d (patch) | |
tree | d55efd53df30e4c69573fa16b83fa96142e15845 /dev-ruby | |
parent | Version bump for rails 1.2.2. (diff) | |
download | gentoo-2-bd4cc8fdd6cff6d46d9a2b79deae232c15df6b9d.tar.gz gentoo-2-bd4cc8fdd6cff6d46d9a2b79deae232c15df6b9d.tar.bz2 gentoo-2-bd4cc8fdd6cff6d46d9a2b79deae232c15df6b9d.zip |
Version bump for rails 1.2.2.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.2.2.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.2 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index da61139b96aa..2017b556883c 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionwebservice # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.51 2007/02/11 20:19:41 nichoj Exp $ + +*actionwebservice-1.2.2 (11 Feb 2007) + + 11 Feb 2007; Joshua Nichols <nichoj@gentoo.org> + +actionwebservice-1.2.2.ebuild: + Version bump for rails 1.2.2. *actionwebservice-1.2.1 (19 Jan 2007) diff --git a/dev-ruby/actionwebservice/actionwebservice-1.2.2.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.2.2.ebuild new file mode 100644 index 000000000000..a9520b1f9ad7 --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-1.2.2.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.2.ebuild,v 1.1 2007/02/11 20:19:41 nichoj 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.2 + =dev-ruby/activerecord-1.15.2 + =dev-ruby/activesupport-1.4.1" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.2 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.2 new file mode 100644 index 000000000000..239250fa00b9 --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.2 @@ -0,0 +1,3 @@ +MD5 af9811bf717218d1fbc65c641d18bc4e actionwebservice-1.2.2.gem 67584 +RMD160 21ceea01edb84ab3799a4b42c47878e2ddfb6174 actionwebservice-1.2.2.gem 67584 +SHA256 97a30c5ae5f075ff12094bc0f3e7b524b7723d583cb1cf1dae553f7d3d777479 actionwebservice-1.2.2.gem 67584 |