diff options
author | Tom Martin <slarti@gentoo.org> | 2004-08-08 00:37:14 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-08-08 00:37:14 +0000 |
commit | 8fa7b0a100437bccc432b8ad667ccbdfd6a283aa (patch) | |
tree | d1fe2483dd71e87eff1f8e47408acfefd3b7e8dd /net-zope/externalfile/externalfile-1.2.0.ebuild | |
parent | Typo in DESCRIPTION, #59717 (Manifest recommit) (diff) | |
download | gentoo-2-8fa7b0a100437bccc432b8ad667ccbdfd6a283aa.tar.gz gentoo-2-8fa7b0a100437bccc432b8ad667ccbdfd6a283aa.tar.bz2 gentoo-2-8fa7b0a100437bccc432b8ad667ccbdfd6a283aa.zip |
Typo in DESCRIPTION, #59717
Diffstat (limited to 'net-zope/externalfile/externalfile-1.2.0.ebuild')
-rw-r--r-- | net-zope/externalfile/externalfile-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/externalfile/externalfile-1.2.0.ebuild b/net-zope/externalfile/externalfile-1.2.0.ebuild index db3574b92061..f3d4ffbc2712 100644 --- a/net-zope/externalfile/externalfile-1.2.0.ebuild +++ b/net-zope/externalfile/externalfile-1.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/externalfile-1.2.0.ebuild,v 1.2 2004/06/25 01:20:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/externalfile-1.2.0.ebuild,v 1.3 2004/08/08 00:35:29 slarti Exp $ inherit zproduct NEW_PV="${PV//./-}" RESTRICT="nomirror" -DESCRIPTION="ExternalFile extends Zope to work with files in the filesystem. You can create instances of ExternalFile that behave like standard Zope objects except that they get their contents from a file located anywhere in a Zope-accessable filesystem." +DESCRIPTION="ExternalFile extends Zope to work with files in the filesystem. You can create instances of ExternalFile that behave like standard Zope objects except that they get their contents from a file located anywhere in a Zope-accessible filesystem." HOMEPAGE="http://www.zope.org/Members/arielpartners/ExternalFile" SRC_URI="${HOMEPAGE}/${PV}/ExternalFile-${NEW_PV}.zip" LICENSE="ZPL" |