diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-10-13 06:33:50 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-10-13 06:33:50 +0000 |
commit | 258028f67497c9a5ff3dc4afdcc6f33849b5308c (patch) | |
tree | 5ce93e3499db9f4b62318ecc696015593eaadf7d /dev-ruby | |
parent | Version bump with security fixes, bug 195315 (diff) | |
download | gentoo-2-258028f67497c9a5ff3dc4afdcc6f33849b5308c.tar.gz gentoo-2-258028f67497c9a5ff3dc4afdcc6f33849b5308c.tar.bz2 gentoo-2-258028f67497c9a5ff3dc4afdcc6f33849b5308c.zip |
Version bump with security fixes, bug 195315
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.2.5.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.5 | 3 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 3f24cb8cd315..ddbc596a7004 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.58 2007/10/13 05:46:43 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.59 2007/10/13 06:33:49 graaff Exp $ + +*actionwebservice-1.2.5 (13 Oct 2007) + + 13 Oct 2007; Hans de Graaff <graaff@gentoo.org> + +actionwebservice-1.2.5.ebuild: + Version bump with security fixes, bug 195315 13 Oct 2007; Tom Gall <tgall@gentoo.org> actionwebservice-1.2.3.ebuild, actionwebservice-1.2.4.ebuild: diff --git a/dev-ruby/actionwebservice/actionwebservice-1.2.5.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.2.5.ebuild new file mode 100644 index 000000000000..8730f4881ab9 --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-1.2.5.ebuild @@ -0,0 +1,18 @@ +# 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.5.ebuild,v 1.1 2007/10/13 06:33:49 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Simple Support for Web Services APIs for Rails" +HOMEPAGE="http://rubyforge.org/projects/aws/" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/actionpack-1.13.5 + =dev-ruby/activerecord-1.15.5 + =dev-ruby/activesupport-1.4.4" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.5 b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.5 new file mode 100644 index 000000000000..129dad2667ef --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-1.2.5 @@ -0,0 +1,3 @@ +MD5 411e333c1bf9878522f8fffdcbc8dd2d actionwebservice-1.2.5.gem 67584 +RMD160 4e6b241bff1248e0a6081dbf615ebf5134d1b95b actionwebservice-1.2.5.gem 67584 +SHA256 1e0e4d2824fc71977547f20c6d61cbd43de41a60dbe6cefdacf5a2232733f9a4 actionwebservice-1.2.5.gem 67584 |