blob: 78338d8dda206ea46d8e940c7e69744d0a0a7da1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/adhearsion/adhearsion-0.8.2.ebuild,v 1.2 2009/07/08 14:50:57 fauli Exp $
inherit ruby gems
USE_RUBY="ruby18"
DESCRIPTION="'Adhesion you can hear' for integrating VoIP"
HOMEPAGE="http://adhearsion.com"
IUSE=""
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-ruby/rubigen-1.0.6
>=dev-ruby/log4r-1.0.5"
DEPEND="${RDEPEND}
>=dev-ruby/rake-0.7.1"
|