summaryrefslogtreecommitdiff
blob: 7eca16b14415393d00ffe7c262b95939193c48a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/adhearsion/adhearsion-0.7.7.ebuild,v 1.1 2008/12/20 12:15:29 graaff Exp $

inherit ruby gems

USE_RUBY="ruby18"
DESCRIPTION="'Adhesion you can hear' for integrating VoIP"
HOMEPAGE="http://adhearsion.com"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
IUSE=""

LICENSE="GPL-2"
KEYWORDS="~ppc64 ~x86"

DEPEND=">=dev-lang/ruby-1.8.2
	>=dev-ruby/rake-0.7.1
	>=dev-ruby/daemons-1.0.5
	>=dev-ruby/activerecord-1.14.4"