blob: bc8505a78cd1ad53776ece10416f361292096b72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
}
|