blob: 3d93f9c1ce2c9a0153fbdeaba2a6ff214e5a5b7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/zwiki/zwiki-0.16.0.ebuild,v 1.2 2003/04/04 07:09:03 kutsuya Exp $
inherit zproduct
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"
|