blob: 2645bc7eaec2c6737ed2a03643b0a871502a5e85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.6.0.ebuild,v 1.1 2008/02/26 05:43:36 flameeyes Exp $
inherit ruby gems
DESCRIPTION="A module for profiling Ruby code"
HOMEPAGE="http://rubyforge.org/projects/ruby-prof/"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
|