diff options
Diffstat (limited to 'dev-ruby/ruby-prof/ruby-prof-0.5.0.ebuild')
-rw-r--r-- | dev-ruby/ruby-prof/ruby-prof-0.5.0.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-ruby/ruby-prof/ruby-prof-0.5.0.ebuild b/dev-ruby/ruby-prof/ruby-prof-0.5.0.ebuild deleted file mode 100644 index ca314dba70fe..000000000000 --- a/dev-ruby/ruby-prof/ruby-prof-0.5.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2007 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.5.0.ebuild,v 1.1 2007/07/11 19:42:37 graaff 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="" - -USE_RUBY="ruby18 ruby19" |