summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/zwiki/zwiki-0.36.2-r1.ebuild')
-rw-r--r--net-zope/zwiki/zwiki-0.36.2-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-zope/zwiki/zwiki-0.36.2-r1.ebuild b/net-zope/zwiki/zwiki-0.36.2-r1.ebuild
new file mode 100644
index 000000000000..bc8505a78cd1
--- /dev/null
+++ b/net-zope/zwiki/zwiki-0.36.2-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zwiki/zwiki-0.36.2-r1.ebuild,v 1.1 2004/12/20 15:57:52 radek Exp $
+
+inherit zproduct eutils
+
+DESCRIPTION="A zope wiki-clone for easy-to-edit collaborative websites."
+HOMEPAGE="http://zwiki.org"
+SRC_URI="${HOMEPAGE}/releases/ZWiki-${PV}.tgz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+
+ZPROD_LIST="ZWiki"
+MYDOC="ChangeLog GPL.txt ${MYDOC}"
+
+IUSE=""
+
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/${ZPROD_LIST}
+ epatch ${FILESDIR}/${PF}_xss.patch
+}