diff options
author | Jodok Batlogg <batlogg@gentoo.org> | 2004-04-18 21:53:07 +0000 |
---|---|---|
committer | Jodok Batlogg <batlogg@gentoo.org> | 2004-04-18 21:53:07 +0000 |
commit | de818343a249ceecbecd27b693005d47bbf1623e (patch) | |
tree | b6532d652903428be0085ac8a9680dee91569bff /net-zope/cvsfile/cvsfile-0.9.0.ebuild | |
parent | libcaca support #40224 (diff) | |
download | gentoo-2-de818343a249ceecbecd27b693005d47bbf1623e.tar.gz gentoo-2-de818343a249ceecbecd27b693005d47bbf1623e.tar.bz2 gentoo-2-de818343a249ceecbecd27b693005d47bbf1623e.zip |
#47251 thanks to Salim Fadhley <sal@stodge.org>
Diffstat (limited to 'net-zope/cvsfile/cvsfile-0.9.0.ebuild')
-rw-r--r-- | net-zope/cvsfile/cvsfile-0.9.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-zope/cvsfile/cvsfile-0.9.0.ebuild b/net-zope/cvsfile/cvsfile-0.9.0.ebuild new file mode 100644 index 000000000000..6d145589f188 --- /dev/null +++ b/net-zope/cvsfile/cvsfile-0.9.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/cvsfile-0.9.0.ebuild,v 1.1 2004/04/18 21:53:07 batlogg Exp $ + +inherit zproduct + +NEW_PV="${PV//./-}" + +RESTRICT="nomirror" +DESCRIPTION="CVSFile enables Zope content to be served out of files residing in CVS sandboxes, and provides access to common CVS functions through the web in the Zope Management Interface." +HOMEPAGE="http://zope.org/Members/arielpartners/CVSFile" +SRC_URI="${HOMEPAGE}/${PV}/CVSFile-${NEW_PV}.zip" +LICENSE="ZPL" +KEYWORDS="~x86 ~ppc" +RDEPEND=">=net-zope/externalfile + ${RDEPEND}" + +ZPROD_LIST="CVSFile" |