diff options
author | 2006-01-27 02:33:35 +0000 | |
---|---|---|
committer | 2006-01-27 02:33:35 +0000 | |
commit | 1e1051271b5d9e966a3c441dada289adb4dabd0f (patch) | |
tree | 743f5992f2e5418661530f86efb439f1115cb2c3 /net-zope/cvsfile | |
parent | Add a ported version of Ubuntu's gcc4 patch for bug 117547. (diff) | |
download | gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.tar.gz gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.tar.bz2 gentoo-2-1e1051271b5d9e966a3c441dada289adb4dabd0f.zip |
misc touchups
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-zope/cvsfile')
-rw-r--r-- | net-zope/cvsfile/cvsfile-0.9.0.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net-zope/cvsfile/cvsfile-0.9.0.ebuild b/net-zope/cvsfile/cvsfile-0.9.0.ebuild index c5b1e71bb4f2..9f326952994c 100644 --- a/net-zope/cvsfile/cvsfile-0.9.0.ebuild +++ b/net-zope/cvsfile/cvsfile-0.9.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/cvsfile/cvsfile-0.9.0.ebuild,v 1.4 2005/02/17 17:18:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cvsfile/cvsfile-0.9.0.ebuild,v 1.5 2006/01/27 02:31:12 vapier 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." +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}" -DEPEND="${DEPEND} app-arch/unzip" +KEYWORDS="~ppc ~x86" +RESTRICT="nomirror" + +RDEPEND="net-zope/externalfile" +DEPEND="app-arch/unzip" ZPROD_LIST="CVSFile" |