diff options
author | 2005-03-28 17:41:16 +0000 | |
---|---|---|
committer | 2005-03-28 17:41:16 +0000 | |
commit | 72faa2288546d55082645eab88b2d886c6687a1d (patch) | |
tree | 3adc400600805d7cdfc5cf69e7cb3762a83e50ed /dev-ruby/actionwebservice | |
parent | Fixed Manifest (diff) | |
download | historical-72faa2288546d55082645eab88b2d886c6687a1d.tar.gz historical-72faa2288546d55082645eab88b2d886c6687a1d.tar.bz2 historical-72faa2288546d55082645eab88b2d886c6687a1d.zip |
Version bump.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-ruby/actionwebservice')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/Manifest | 12 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-0.6.2 | 1 |
4 files changed, 32 insertions, 11 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 01cd841e49c4..e78aa05042d7 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionwebservice # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.5 2005/03/22 23:23:27 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.6 2005/03/28 17:38:05 pythonhead Exp $ + +*actionwebservice-0.6.2 (28 Mar 2005) + + 28 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> + +actionwebservice-0.6.2.ebuild: + Version bump. 22 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> actionwebservice-0.6.1.ebuild: diff --git a/dev-ruby/actionwebservice/Manifest b/dev-ruby/actionwebservice/Manifest index 241c551f8638..c33798af7577 100644 --- a/dev-ruby/actionwebservice/Manifest +++ b/dev-ruby/actionwebservice/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 2562335d6d7fcaa92754a5527ca7f1fb ChangeLog 893 MD5 50eca545bec63c207f49274a8e1db851 actionwebservice-0.5.0.ebuild 768 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 MD5 7f9dbe9097df5f002ee9008d23afc577 actionwebservice-0.6.0.ebuild 731 MD5 b6e2b85b0728f0eadb9eb34c57999fb2 actionwebservice-0.6.1.ebuild 761 +MD5 dd4bcb5eac11cbba8651795d3d701f3e actionwebservice-0.6.2.ebuild 640 MD5 196855d8443c00a0ec995f18bd8014f6 files/digest-actionwebservice-0.5.0 70 MD5 71cf7a14ff66a29e20ae92361153dca5 files/digest-actionwebservice-0.6.0 70 MD5 f11bba8e1ba7308a4ba7b5ff815ff671 files/digest-actionwebservice-0.6.1 70 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCQKj7z2gxt1z4IGYRAgRSAKCRlIPiN18SIAO/P9/WpxBNT0dW5wCgpojL -6xQPZlb67nThjt/QQ/sfyns= -=6uIZ ------END PGP SIGNATURE----- +MD5 0d8ce6f5960d28512b70e990fdc7f4d7 files/digest-actionwebservice-0.6.2 70 diff --git a/dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild b/dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild new file mode 100644 index 000000000000..d16f367e6dd9 --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-0.6.2.ebuild,v 1.1 2005/03/28 17:38:05 pythonhead 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://rubyforge.org/frs/download.php/3689/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/actionpack-1.7.0 + >=dev-ruby/activerecord-1.9.1 + >=dev-ruby/activesupport-1.0.3" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-0.6.2 b/dev-ruby/actionwebservice/files/digest-actionwebservice-0.6.2 new file mode 100644 index 000000000000..316f641632da --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-0.6.2 @@ -0,0 +1 @@ +MD5 f2f353d380ffc9c41647c6dc8b8fe2f7 actionwebservice-0.6.2.gem 54784 |