diff options
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-0.5.0.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/files/digest-actionwebservice-0.5.0 | 1 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/metadata.xml | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog new file mode 100644 index 000000000000..1d98e508027d --- /dev/null +++ b/dev-ruby/actionwebservice/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2005/02/28 17:57:36 caleb Exp $ + +*actionwebservice-0.5.0 (28 Feb 2005) + + 28 Feb 2005; Caleb Tennis <caleb@gentoo.org> +metadata.xml, + +actionwebservice-0.5.0.ebuild: + Initial import for rails - see bug #83446 + diff --git a/dev-ruby/actionwebservice/Manifest b/dev-ruby/actionwebservice/Manifest new file mode 100644 index 000000000000..ccad49dbbd9b --- /dev/null +++ b/dev-ruby/actionwebservice/Manifest @@ -0,0 +1,3 @@ +MD5 411bd363240728d5c869bf00ed0fe0b4 actionwebservice-0.5.0.ebuild 766 +MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 196855d8443c00a0ec995f18bd8014f6 files/digest-actionwebservice-0.5.0 70 diff --git a/dev-ruby/actionwebservice/actionwebservice-0.5.0.ebuild b/dev-ruby/actionwebservice/actionwebservice-0.5.0.ebuild new file mode 100644 index 000000000000..170354877421 --- /dev/null +++ b/dev-ruby/actionwebservice/actionwebservice-0.5.0.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.5.0.ebuild,v 1.1 2005/02/28 17:57:36 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Simple Support for Web Services APIs for Rails" +HOMEPAGE="http://rubyforge.org/projects/actionwebservice/" +# 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/3202/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/actionpack-1.5.0 + >=dev-ruby/activerecord-1.7.0 + >=dev-ruby/activesupport-1.0.0" diff --git a/dev-ruby/actionwebservice/files/digest-actionwebservice-0.5.0 b/dev-ruby/actionwebservice/files/digest-actionwebservice-0.5.0 new file mode 100644 index 000000000000..595e37547d86 --- /dev/null +++ b/dev-ruby/actionwebservice/files/digest-actionwebservice-0.5.0 @@ -0,0 +1 @@ +MD5 634c5b033d70427a079c11732e42d43b actionwebservice-0.5.0.gem 46080 diff --git a/dev-ruby/actionwebservice/metadata.xml b/dev-ruby/actionwebservice/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/actionwebservice/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> |