blob: 3fd6a5dc03450392ea2c6d6c6520f9321d056ad6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nora/nora-0.0.20040310.ebuild,v 1.4 2006/03/30 03:38:17 agriffis Exp $
inherit ruby
IUSE=""
DESCRIPTION="Nora - ruby libraries for web application library"
HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=nora"
SRC_URI="http://www.moonwolf.com/ruby/archive/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~ia64 ~ppc ~x86"
USE_RUBY="ruby16 ruby18 ruby19"
|