blob: 9add3a3d947c53580b465adf9fc545d155b3c34c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/squishdot/squishdot-1.5.0.ebuild,v 1.6 2005/05/08 03:03:35 nerdboy Exp $
inherit zproduct
NEW_PV="${PV//./-}"
DESCRIPTION="A web-based news publishing and discussion product for Zope."
HOMEPAGE="http://squishdot.org/"
SRC_URI="${HOMEPAGE}/Download/Squishdot-${NEW_PV}.tar.gz"
LICENSE="ZPL"
IUSE=""
KEYWORDS="x86"
ZPROD_LIST="Squishdot"
MYDOC="License.txt Changes.txt Credits.txt ${MYDOC}"
|