summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2007-03-26 13:16:02 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2007-03-26 13:16:02 +0000
commit77811505c21ab16772b09e9d0e56aee524b2eaf9 (patch)
treeda29b0eecc5349aea7600a294ebf9ba4169a3275 /app-text/webgen
parentcleanup (bug #168328) (diff)
downloadgentoo-2-77811505c21ab16772b09e9d0e56aee524b2eaf9.tar.gz
gentoo-2-77811505c21ab16772b09e9d0e56aee524b2eaf9.tar.bz2
gentoo-2-77811505c21ab16772b09e9d0e56aee524b2eaf9.zip
Version bump, #172220
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-text/webgen')
-rw-r--r--app-text/webgen/ChangeLog8
-rw-r--r--app-text/webgen/files/digest-webgen-0.4.23
-rw-r--r--app-text/webgen/webgen-0.4.2.ebuild17
3 files changed, 27 insertions, 1 deletions
diff --git a/app-text/webgen/ChangeLog b/app-text/webgen/ChangeLog
index f8624ae08c8a..77acf68640e1 100644
--- a/app-text/webgen/ChangeLog
+++ b/app-text/webgen/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/webgen
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v 1.2 2007/03/12 22:18:29 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/ChangeLog,v 1.3 2007/03/26 13:16:02 pclouds Exp $
+
+*webgen-0.4.2 (26 Mar 2007)
+
+ 26 Mar 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
+ +webgen-0.4.2.ebuild:
+ Version bump, #172220
12 Mar 2007; Leonardo Boshell <leonardop@gentoo.org> metadata.xml:
Replacing text-markup herd with the new sgml herd.
diff --git a/app-text/webgen/files/digest-webgen-0.4.2 b/app-text/webgen/files/digest-webgen-0.4.2
new file mode 100644
index 000000000000..ff08bae4852a
--- /dev/null
+++ b/app-text/webgen/files/digest-webgen-0.4.2
@@ -0,0 +1,3 @@
+MD5 303904070802bc8d44ccc7403615a5a6 webgen-0.4.2.gem 3164160
+RMD160 ea0ca26f980f6989681055499e8f7a49fee465d3 webgen-0.4.2.gem 3164160
+SHA256 5700fa8cff9f8e2847a5cd6681d6206a657699b2a7b0af60bed597b4f681e887 webgen-0.4.2.gem 3164160
diff --git a/app-text/webgen/webgen-0.4.2.ebuild b/app-text/webgen/webgen-0.4.2.ebuild
new file mode 100644
index 000000000000..c1374a3e8f09
--- /dev/null
+++ b/app-text/webgen/webgen-0.4.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/webgen/webgen-0.4.2.ebuild,v 1.1 2007/03/26 13:16:02 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 )"