summaryrefslogtreecommitdiff
blob: 664b613c9fb9f1ed4db8e3cc3157ba98da3d3f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.8.357.ebuild,v 1.1 2009/10/15 13:54:34 a3li Exp $

inherit ruby gems

DESCRIPTION="A Ruby library for syntax highlighting."
HOMEPAGE="http://coderay.rubychan.de/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
USE_RUBY="ruby18"

DEPEND=">=dev-lang/ruby-1.8.6"
RDEPEND="${DEPEND}"