diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-04 06:03:54 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-04 06:03:54 +0000 |
commit | 745cb21758879a5c920f902c819fedd984d6ea94 (patch) | |
tree | a7ac6a2e92fece24f8ad70fa290347346ea7c089 /net-zope/squishdot/squishdot-1.5.0.ebuild | |
parent | just a mistake in the copyright line (diff) | |
download | gentoo-2-745cb21758879a5c920f902c819fedd984d6ea94.tar.gz gentoo-2-745cb21758879a5c920f902c819fedd984d6ea94.tar.bz2 gentoo-2-745cb21758879a5c920f902c819fedd984d6ea94.zip |
~x86 -> x86 and added ~ppc.
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 e696794418c8..e2875e2deebc 100644 --- a/net-zope/squishdot/squishdot-1.5.0.ebuild +++ b/net-zope/squishdot/squishdot-1.5.0.ebuild @@ -1,15 +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 $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/squishdot/squishdot-1.5.0.ebuild,v 1.2 2003/04/04 06:03:54 kutsuya Exp $ inherit zproduct +NEW_PV=$(echo ${PV} |sed -e "s/\./-/g") 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" +KEYWORDS="x86 ~ppc" + ZPROD_LIST="Squishdot" |