blob: c2c568ca65f5f81289f4d135b29288c54a6ad0cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 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.3 2004/06/25 01:54:58 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="~x86 ~ppc"
USE_RUBY="ruby16 ruby18 ruby19"
|