diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-06-26 16:49:16 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-06-26 16:49:16 +0000 |
commit | fee9cdadf91e2368019e2c256884ac78059d959f (patch) | |
tree | c2b76a90e085870721ac2c599005e442f9ce2b4d /net-zope/squishdot/squishdot-1.5.0.ebuild | |
parent | Version bumped. Removed $DOTTXT_PROTECT, added $MYDOC (diff) | |
download | historical-fee9cdadf91e2368019e2c256884ac78059d959f.tar.gz historical-fee9cdadf91e2368019e2c256884ac78059d959f.tar.bz2 historical-fee9cdadf91e2368019e2c256884ac78059d959f.zip |
Added $MYDOC
Diffstat (limited to 'net-zope/squishdot/squishdot-1.5.0.ebuild')
-rw-r--r-- | net-zope/squishdot/squishdot-1.5.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-zope/squishdot/squishdot-1.5.0.ebuild b/net-zope/squishdot/squishdot-1.5.0.ebuild index e2875e2deebc..6506c306a510 100644 --- a/net-zope/squishdot/squishdot-1.5.0.ebuild +++ b/net-zope/squishdot/squishdot-1.5.0.ebuild @@ -1,17 +1,18 @@ # 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.2 2003/04/04 06:03:54 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/squishdot/squishdot-1.5.0.ebuild,v 1.3 2003/06/26 16:48:54 kutsuya Exp $ inherit zproduct -NEW_PV=$(echo ${PV} |sed -e "s/\./-/g") +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" -KEYWORDS="x86 ~ppc" ZPROD_LIST="Squishdot" +MYDOC="License.txt Changes.txt Credits.txt ${MYDOC}" + |