summaryrefslogtreecommitdiff
blob: 854c3ea50074d9d25368a82ada264626489ae171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-2.3.2.ebuild,v 1.1 2009/10/12 22:13:40 flameeyes Exp $

MY_P="datanoise-${P}"

inherit ruby gems

DESCRIPTION="Simple Support for Web Services APIs for Rails"
HOMEPAGE="http://github.com/datanoise/actionwebservice"
SRC_URI="http://gems.github.com/gems/${MY_P}.gem"

LICENSE="MIT"
SLOT="2.3"
KEYWORDS="~amd64"
IUSE=""

DEPEND="=dev-ruby/actionpack-2.3*
	=dev-ruby/activerecord-2.3*"
RDEPEND="${DEPEND}"

USE_RUBY="ruby18"

GEMS_FORCE_INSTALL="yes"