blob: 2d849b417c56aae1dd47079f1ceee23e182a4fdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/syntax-0.7.0.ebuild,v 1.1 2005/03/30 17:59:06 caleb Exp $
inherit ruby gems
DESCRIPTION="Syntax highlighting for sourcecode and html"
HOMEPAGE="http://syntax.rubyforge.org"
SRC_URI="http://rubyforge.org/frs/download.php/3615/${P}.gem"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
USE_RUBY="any"
DEPEND="virtual/ruby"
S=${WORKDIR}/${P}
|