diff options
author | 2003-03-03 21:55:52 +0000 | |
---|---|---|
committer | 2003-03-03 21:55:52 +0000 | |
commit | 1e1367e7cb9b01e9f89168912a9ade8146bf93ae (patch) | |
tree | e7c7092818ff61d48639ae3983f804c231a2be78 /net-zope/squishdot/squishdot-1.5.0.ebuild | |
parent | Moving from net-www to net-zope (diff) | |
download | gentoo-2-1e1367e7cb9b01e9f89168912a9ade8146bf93ae.tar.gz gentoo-2-1e1367e7cb9b01e9f89168912a9ade8146bf93ae.tar.bz2 gentoo-2-1e1367e7cb9b01e9f89168912a9ade8146bf93ae.zip |
Moving from net-www to net-zope
Diffstat (limited to 'net-zope/squishdot/squishdot-1.5.0.ebuild')
-rw-r--r-- | net-zope/squishdot/squishdot-1.5.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-zope/squishdot/squishdot-1.5.0.ebuild b/net-zope/squishdot/squishdot-1.5.0.ebuild new file mode 100644 index 000000000000..e696794418c8 --- /dev/null +++ b/net-zope/squishdot/squishdot-1.5.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2003 Gentoo Technologies, Inc. +# 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.1 2003/03/03 21:55:52 kutsuya Exp $ + +inherit zproduct + +DESCRIPTION="A web-based news publishing and discussion product for Zope." +HOMEPAGE="http://squishdot.org/" +NEW_PV=$(echo ${PV} |sed -e "s/\./-/g") +SRC_URI="${HOMEPAGE}/Download/Squishdot-${NEW_PV}.tar.gz" +LICENSE="ZPL" +KEYWORDS="~x86" +ZPROD_LIST="Squishdot" + + + |