diff options
-rw-r--r-- | net-zope/squishdot/ChangeLog | 5 | ||||
-rw-r--r-- | net-zope/squishdot/squishdot-1.5.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-zope/squishdot/ChangeLog b/net-zope/squishdot/ChangeLog index c7e9ad942b69..ae522c58961f 100644 --- a/net-zope/squishdot/ChangeLog +++ b/net-zope/squishdot/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-zope/squishdot # Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/squishdot/ChangeLog,v 1.1 2003/03/03 21:55:52 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/squishdot/ChangeLog,v 1.2 2003/04/04 06:03:54 kutsuya Exp $ *squishdot-1.5.0 (16 Feb 2003) + 03 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> squishdot-1.5.0.ebuild: + ~x86 -> x86 and added ~ppc. Rearranged some code to make it consistent. + 03 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> : Moving from net-www to net-zope. 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" |