summaryrefslogtreecommitdiff
blob: 4d744337d99e8a50183f2455d43449896e5b9396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/webgen-0.3.8.ebuild,v 1.1 2006/09/02 02:01:09 pclouds Exp $

inherit ruby gems

DESCRIPTION="A template based static website generator"
HOMEPAGE="http://webgen.rubyforge.org/"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="textile markdown thumbnail"
DEPEND=">=dev-ruby/cmdparse-2.0.0
	textile? ( >=dev-ruby/redcloth-2.0.10 )
	markdown? ( >=dev-ruby/bluecloth-1.0.0 )
	thumbnail? ( >=dev-ruby/rmagick-1.7.1 )"