diff options
author | Christian Marie <pingu@gentoo.org> | 2007-03-13 12:04:51 +0000 |
---|---|---|
committer | Christian Marie <pingu@gentoo.org> | 2007-03-13 12:04:51 +0000 |
commit | da8e99d79a4c05428e3089c1f01ca616049dbd6d (patch) | |
tree | ef5d18fb973fd133464b45a414bb17c4efc36cf4 /dev-ruby/adhearsion/adhearsion-0.7.5.ebuild | |
parent | x86 stable (diff) | |
download | gentoo-2-da8e99d79a4c05428e3089c1f01ca616049dbd6d.tar.gz gentoo-2-da8e99d79a4c05428e3089c1f01ca616049dbd6d.tar.bz2 gentoo-2-da8e99d79a4c05428e3089c1f01ca616049dbd6d.zip |
New ebuild: dev-ruby/adhearsion-0.7.5
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-ruby/adhearsion/adhearsion-0.7.5.ebuild')
-rw-r--r-- | dev-ruby/adhearsion/adhearsion-0.7.5.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ruby/adhearsion/adhearsion-0.7.5.ebuild b/dev-ruby/adhearsion/adhearsion-0.7.5.ebuild new file mode 100644 index 000000000000..5f371d4d4ab3 --- /dev/null +++ b/dev-ruby/adhearsion/adhearsion-0.7.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/adhearsion/adhearsion-0.7.5.ebuild,v 1.1 2007/03/13 12:04:51 pingu 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" + +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND=">=dev-lang/ruby-1.8.2 + >=dev-ruby/rake-0.7.1 + >=dev-ruby/activerecord-1.14.4" |