diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-02-28 17:57:36 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-02-28 17:57:36 +0000 |
commit | 700e60155c2a95d6f0dc395db377d402c80e2a34 (patch) | |
tree | 79a141d4de3e10c0e6719d649310a7d59fcc07d7 /dev-ruby/actionwebservice | |
parent | version bump - se bug #83446 (diff) | |
download | historical-700e60155c2a95d6f0dc395db377d402c80e2a34.tar.gz historical-700e60155c2a95d6f0dc395db377d402c80e2a34.tar.bz2 historical-700e60155c2a95d6f0dc395db377d402c80e2a34.zip |
Initial import for rails - see bug #83446
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-ruby/actionwebservice')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 10 | ||||
-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 |
4 files changed, 38 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/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> |