diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2007-01-14 10:46:31 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2007-01-14 10:46:31 +0000 |
commit | 3ec20c0e383b616aa0944b66e9cd7395ae93217a (patch) | |
tree | 4c4abe80e67f3c4fb4e94e044b6fa18d1590cb22 /net-zope/filesystemsite/filesystemsite-1.4.2.ebuild | |
parent | Fix EPATCH_SUFFIX as the patchset was not applying (diff) | |
download | gentoo-2-3ec20c0e383b616aa0944b66e9cd7395ae93217a.tar.gz gentoo-2-3ec20c0e383b616aa0944b66e9cd7395ae93217a.tar.bz2 gentoo-2-3ec20c0e383b616aa0944b66e9cd7395ae93217a.zip |
version bump in 1.4* area, and cleaning old revision
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'net-zope/filesystemsite/filesystemsite-1.4.2.ebuild')
-rw-r--r-- | net-zope/filesystemsite/filesystemsite-1.4.2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-zope/filesystemsite/filesystemsite-1.4.2.ebuild b/net-zope/filesystemsite/filesystemsite-1.4.2.ebuild new file mode 100644 index 000000000000..66addb83bbe1 --- /dev/null +++ b/net-zope/filesystemsite/filesystemsite-1.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/filesystemsite/filesystemsite-1.4.2.ebuild,v 1.1 2007/01/14 10:46:31 radek Exp $ + +inherit zproduct + +DESCRIPTION="Zope proxy objects for files on the filesystem" +HOMEPAGE="http://www.infrae.com/download/FileSystemSite" +SRC_URI="${HOMEPAGE}/${PV}/FileSystemSite-${PV}.tgz" + +LICENSE="ZPL" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=net-zope/cmf-1.4.2" + +ZPROD_LIST="FileSystemSite" |