summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-27 02:54:22 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-27 02:54:22 +0000
commitc427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch)
tree6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/externalfile
parent2.8.0 in the house, and 2.6.0 kicked to the curb. (diff)
downloadhistorical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz
historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2
historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/externalfile')
-rw-r--r--net-zope/externalfile/externalfile-1.2.0.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/net-zope/externalfile/externalfile-1.2.0.ebuild b/net-zope/externalfile/externalfile-1.2.0.ebuild
index 96ab745f3d42..2fc30fc5f167 100644
--- a/net-zope/externalfile/externalfile-1.2.0.ebuild
+++ b/net-zope/externalfile/externalfile-1.2.0.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.6 2005/02/17 17:19:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/externalfile-1.2.0.ebuild,v 1.7 2006/01/27 02:32:13 vapier 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-accessible 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"
-KEYWORDS="x86 ~ppc"
-RDEPEND="net-zope/zope
- ${RDEPEND}"
-DEPEND="${DEPEND} app-arch/unzip"
+KEYWORDS="~ppc x86"
+RESTRICT="nomirror"
+
+RDEPEND="net-zope/zope"
+DEPEND="app-arch/unzip"
+
ZPROD_LIST="ExternalFile"
-IUSE=""