blob: 39503c8b53588462b8391b9600cf806b9a4151be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-debug-base/ruby-debug-base-0.9.3.ebuild,v 1.1 2007/08/04 11:50:05 graaff Exp $
inherit ruby gems
USE_RUBY="ruby18"
DESCRIPTION="Fast Ruby debugger"
HOMEPAGE="http://rubyforge.org/projects/ruby-debug/"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="ruby-debug"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND=">=dev-lang/ruby-1.8.4"
RDEPEND="${DEPEND}"
|