summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2006-09-02 02:01:09 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2006-09-02 02:01:09 +0000
commit9b05b46d6f27da6445eeee9bc2262c0f404d63ca (patch)
tree6ee4b0b8115f082c9f9f0b441aea3b1262fe1d9d /app-text/webgen/webgen-0.3.8.ebuild
parentMarked ~hppa. (diff)
downloadgentoo-2-9b05b46d6f27da6445eeee9bc2262c0f404d63ca.tar.gz
gentoo-2-9b05b46d6f27da6445eeee9bc2262c0f404d63ca.tar.bz2
gentoo-2-9b05b46d6f27da6445eeee9bc2262c0f404d63ca.zip
webgen 0.3.8
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'app-text/webgen/webgen-0.3.8.ebuild')
-rw-r--r--app-text/webgen/webgen-0.3.8.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-text/webgen/webgen-0.3.8.ebuild b/app-text/webgen/webgen-0.3.8.ebuild
new file mode 100644
index 000000000000..4d744337d99e
--- /dev/null
+++ b/app-text/webgen/webgen-0.3.8.ebuild
@@ -0,0 +1,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 )"