summaryrefslogtreecommitdiff
blob: 2dc61b87472414566eed9f5e13a3e9868f3250c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/syntax-1.0.0.ebuild,v 1.5 2007/04/13 21:02:50 robbat2 Exp $

inherit ruby gems

DESCRIPTION="Syntax highlighting for sourcecode and html"
HOMEPAGE="http://syntax.rubyforge.org"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"

LICENSE="BSD"
SLOT="0"
KEYWORDS="ia64 x86 ~ppc ~amd64"
IUSE=""

USE_RUBY="any"
DEPEND="virtual/ruby"