diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-06-21 04:41:34 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-06-21 04:41:34 +0000 |
commit | 3e8777f81287c39081857dcf7e17e420665c8526 (patch) | |
tree | cb99be0bee7663598489d2781703e654b5e3e467 /net-zope/localfs/localfs-1.0.0.ebuild | |
parent | unmask perl 5.8.0-r11 (diff) | |
download | gentoo-2-3e8777f81287c39081857dcf7e17e420665c8526.tar.gz gentoo-2-3e8777f81287c39081857dcf7e17e420665c8526.tar.bz2 gentoo-2-3e8777f81287c39081857dcf7e17e420665c8526.zip |
~ppc -> ppc. Using bash to modify PV_NEW instead of sed.
Diffstat (limited to 'net-zope/localfs/localfs-1.0.0.ebuild')
-rw-r--r-- | net-zope/localfs/localfs-1.0.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-zope/localfs/localfs-1.0.0.ebuild b/net-zope/localfs/localfs-1.0.0.ebuild index 6b9867d50f6d..0a6144c02137 100644 --- a/net-zope/localfs/localfs-1.0.0.ebuild +++ b/net-zope/localfs/localfs-1.0.0.ebuild @@ -1,16 +1,17 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/localfs/localfs-1.0.0.ebuild,v 1.3 2003/04/04 05:33:10 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/localfs/localfs-1.0.0.ebuild,v 1.4 2003/06/21 04:41:34 kutsuya Exp $ inherit zproduct + S="${WORKDIR}/lib/python/Products/" -PV_NEW=$(echo ${PV} |sed -e "s/\./-/g") +PV_NEW=${PV//./-} DESCRIPTION="Zope product for accessing the local filesystem" HOMEPAGE="http://sourceforge.net/projects/localfs/" SRC_URI="mirror://sourceforge/localfs/LocalFS-${PV_NEW}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" ZPROD_LIST="LocalFS" |