blob: 56af7422ac8c0823c8b45da4bfb36c36fc72dbe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/allison/allison-2.0.3.ebuild,v 1.3 2009/06/07 17:42:15 armin76 Exp $
inherit ruby gems
DESCRIPTION="A modern, pretty RDoc template."
HOMEPAGE="http://blog.evanweaver.com/files/doc/fauna/allison/files/README.html"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="AFL-3.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
|