summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Shoemaker <kutsuya@gentoo.org>2003-03-26 04:43:45 +0000
committerJason Shoemaker <kutsuya@gentoo.org>2003-03-26 04:43:45 +0000
commit197292a55ca5fb5978af4adc2e4918d614d8e619 (patch)
tree45913aa0ea338fdc74f5189a8d6279b4b9cd7405 /net-zope/localfs/localfs-1.0.0.ebuild
parentmaildroprc file in correct location (diff)
downloadhistorical-197292a55ca5fb5978af4adc2e4918d614d8e619.tar.gz
historical-197292a55ca5fb5978af4adc2e4918d614d8e619.tar.bz2
historical-197292a55ca5fb5978af4adc2e4918d614d8e619.zip
Initial import. #15420
Diffstat (limited to 'net-zope/localfs/localfs-1.0.0.ebuild')
-rw-r--r--net-zope/localfs/localfs-1.0.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-zope/localfs/localfs-1.0.0.ebuild b/net-zope/localfs/localfs-1.0.0.ebuild
new file mode 100644
index 000000000000..224a31bb8caf
--- /dev/null
+++ b/net-zope/localfs/localfs-1.0.0.ebuild
@@ -0,0 +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/localfs/localfs-1.0.0.ebuild,v 1.1 2003/03/26 04:43:45 kutsuya Exp $
+
+inherit zproduct
+S="${WORKDIR}/lib/python/Products/"
+PV_NEW=$(echo ${PV} |sed -e "s/\./-/g")
+
+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"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+
+ZPROD_LIST="LocalFS"